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 inatall docker on Ubuntu using apt repository

 # Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl sudo install -m 0755 -d /etc/apt/keyring...