I am beginner to Ubuntu. I have installed ubuntu desktop 14.04 and have tried to install PHP, Apache, MYSQL and PHPMYADMIN through terminal. I have tried many commands but have only installed Apache and php.
After some time i see that i have installed these software in many directories. So Now i want to see the list of All these software installed on my system and uninstall them and then install in a secure Way.
Open up a terminal and type,
to list all the installed packages.
To completely remove the package you want, type:
For example,
Also, the easiest way to install these services is using tasksel,
Open up Ubuntu software center. Go to
Installed
tab and in the search, simply type*
(asterick), the software center will show up all the installed software by category. To uninstall any software, simply highlight it and clickRemove
.To list all packages, type the following command in the terminal:
To remove package:
To remove package along with its configuration files if there is any: