LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Remove all configuration files of a Package -- Ubuntu Drapper Drake (https://www.linuxquestions.org/questions/linux-software-2/remove-all-configuration-files-of-a-package-ubuntu-drapper-drake-453307/)

Dimitriy 06-09-2006 08:08 PM

Remove all configuration files of a Package -- Ubuntu Drapper Drake
 
Code:

sudo apt-get remove apache2 php5 mysql-client-5.0 mysql-server-5.0 phpmyadmin libapache2-mod-php5 libapache2-mod-auth-mysql php5-mysqlsudo apt-get remove apache2 php5 mysql-client-5.0 mysql-server-5.0 phpmyadmin libapache2-mod-php5 libapache2-mod-auth-mysql php5-mysql
???

That only removes the packages. What about there dependences and configuration files?

shame 06-10-2006 01:58 AM

Use
Code:

sudo apt-get --purge remove


All times are GMT -5. The time now is 08:27 AM.