Friday, May 6, 2022

Remove PHP version from Ubuntu 20.04

 $ sudo apt-get purge php7.*

$ sudo apt-get autoclean

$ sudo apt-get autoremove

No comments:

Post a Comment

How to composer in cPanel using terminal Terminal

 At first, be sure that your cPanel has terminal access. Step-1 mkdir -p ~/bin cd ~ php -r "copy('https://getcomposer.org/installer...