I installed PHPmyAdmin through this code
sudo apt-get install phpmyadmin apache2-utils
I want to know how to upgrade through terminal
I installed PHPmyAdmin through this code
sudo apt-get install phpmyadmin apache2-utils
I want to know how to upgrade through terminal
To upgrade phpmyadmin only use
sudo apt-get update
sudo apt-get install phpmyadmin
This install
with an already installed package will upgrade it to the latest version.
To upgrade all packages — phpmyadmin and all others — use
sudo apt-get update
sudo apt-get upgrade