How to PERMANENT remove Rhythmbox, VLC etc under sound
While using dconf. it temporarily removes but always reappear or reset and these media player sit just under sound menu. Ubuntu sound menu option looks like dogs tail. Never gonna be straight. I have tried several alternative method but all of them just temporary. VLC, Rhythmbox comes again under sound icon on Ubuntu 14.04
What to do? How to remove them permanently all media player under sound icon but not from system.
I have tried several method but all are temporary solution, Please give permanent solution.
22 Answers
Use this command to compleatly remove programs from your system
sudo apt-get remove --purge "program name"Then run
sudo apt-get autoremoveTo clear useless left over libs
Just go to ubuntu-software-centre and in there go to installed programs and remove or un-install those programs you don't want.
2