mltefive / docs

https://mltefive.github.io/docs/
1 stars 0 forks source link

apt #32

Open 7dir opened 4 years ago

7dir commented 4 years ago

remove PHP 5 and 7 that are installed on your system

apt-get purge `dpkg -l | grep php | awk '{print $2}' |tr "\n" " "`
7dir commented 4 years ago
apt-get purge `dpkg -l | grep zabbix | awk '{print $2}' |tr "\n" " "`
7dir commented 4 years ago

List all php7.4 packages for apt install

apt search php7.4 | grep php7.4 | awk -F '/' '{print($1)}' | tr '\n' ' '