Results 1 to 3 of 3
I'm trying to deinstall MySQL so that I can start over and do a clean install.
I have done sudo apt-get remove to delete the packages, but they don't appear ...
- 06-02-2009 #1Just Joined!
- Join Date
- May 2009
- Location
- Deep in the heart of Texas
- Posts
- 40
Trying to deinstall MySQL in Ubuntu 9.04
I'm trying to deinstall MySQL so that I can start over and do a clean install.
I have done sudo apt-get remove to delete the packages, but they don't appear to be completely gone. After doing that, I still seem to have some components left. This is what I see now:
Can someone explain what it means when "deinstall" is displayed, and how I can completely and cleanly get rid of the MySQL components?Code:dpkg --get-selections |grep mysql libmysqlclient16 deinstall mysql-client-5.1 deinstall mysql-server-5.1 deinstall
- 06-02-2009 #2Just Joined!
- Join Date
- May 2009
- Posts
- 14
- 06-02-2009 #3
You can use the purge option to remove the config files too. Either choose the purge option in Synaptic when uninstalling or use
Of course you'll have to run this with the package installed.Code:sudo apt-get --purge remove mysql-server


Reply With Quote

