How to remove / uninstall packages – Ubuntu
If you want to remove an installed package from your Ubuntu just run the following command with the PackageName you want to remove.
apt-get remove --purge PackageName
apt-get clean
apt-get clean
If you want to remove an installed package from your Ubuntu just run the following command with the PackageName you want to remove.
No comments yet.