I can not install any package programs anything or uninstall that happens to me since install mysql some help xfavor
Friend tries to install aptitude with the sudo command
apt-get install aptitude
Then open it by typing:
sudo aptitude
Within the press (shift + 7) = / to do a search and place mysql. there you should leave everything you need to select with + and then press or to install
That you comment is to install the dependencies of mysql-server, it is what bothers you, if you want to get rid of it simply you should receive these commands:
1. sudo apt-get --purge remove mysql-client mysql-server mysql-common
2. sudo apt-get autoremov
3. sudo rm -rf /etc/mysql/
Tell me how you are doing