zeropingheroes / lancache-autofill

Automatically fill a Lancache with content
GNU General Public License v3.0
132 stars 24 forks source link

Does not work on Debian Buster #48

Closed KaiDevrim closed 3 years ago

KaiDevrim commented 3 years ago

When running the install dependencies command

sudo apt install -y lib32gcc1 libstdc++6 libtinfo5 libncurses5 php7.2-cli php7.2-mbstring php7.2-sqlite php7.2-bcmath php7.2-dom composer expect zip unzip

It comes out with an error of

E: Unable to locate package php7.2-cli
E: Couldn't find any package by glob 'php7.2-cli'
E: Couldn't find any package by regex 'php7.2-cli'
E: Unable to locate package php7.2-mbstring
E: Couldn't find any package by glob 'php7.2-mbstring'
E: Couldn't find any package by regex 'php7.2-mbstring'
E: Unable to locate package php7.2-sqlite
E: Couldn't find any package by glob 'php7.2-sqlite'
E: Couldn't find any package by regex 'php7.2-sqlite'
E: Unable to locate package php7.2-bcmath
E: Couldn't find any package by glob 'php7.2-bcmath'
E: Couldn't find any package by regex 'php7.2-bcmath'
E: Unable to locate package php7.2-dom
E: Couldn't find any package by glob 'php7.2-dom'
E: Couldn't find any package by regex 'php7.2-dom'

I am on a fresh debian buster install