PDA

View Full Version : [ubuntu] how to uninstall programs in ubuntu studio?



iseeclouds
February 11th, 2009, 09:55 PM
is there a way to uninstall individual programs from ubuntu studio without having to uninstall the whole 'ubuntustudio-audio' and 'ubuntustudio-audio-plugins' packages? tried add/remove and synaptic. i have ubuntu 8.04 with ubuntu studio 8.04 installed over it. i like ubuntu studio, it just has too many programs i never use.

Roger Steiner
February 13th, 2009, 06:48 AM
I have Studio loaded on an old Compaq. Unless you have a space issue on your hard drive, there is no problem with just leaving them installed. They don't use much space. Otherwise the add/remove program should remove what you want removed.

tommcd
February 13th, 2009, 08:38 AM
Have you tried using
sudo apt-get remove program_name via the terminal? Uninstalling programs in Ubuntu Studio should not be different than in regular Ubuntu. Using apt-get remove *should* only trmove the program itself, without removing any of it's dependencies.

aquavitae
February 13th, 2009, 09:25 AM
ubuntustudio and ubuntu-studio-plugins are metapackages, meaning that they don't aactually install anything on their own, they just depend on a lot of other things. So if you try uninstalling what you don't want and it asks to also uninstall ubuntusudio it doesn't really matter. Just check that it doesn't also uninstall something else which you want to keep.

iseeclouds
February 14th, 2009, 01:26 AM
Have you tried using
sudo apt-get remove program_name via the terminal? Uninstalling programs in Ubuntu Studio should not be different than in regular Ubuntu. Using apt-get remove *should* only trmove the program itself, without removing any of it's dependencies.
this worked. thanks !