How Do I Completely Remove Totem?

Asked by taurus

I have ubuntu 8.04 and I tried using the following 2 commands in terminal to completely remove Totem but without success:

sudo aptitude remove totem

and

sudo aptitude remove --purge totem

Both commands don't remove Totem from my system. I'm still able to load Totem. How can I completely remove Totem?

.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu totem Edit question
Assignee:
No assignee Edit question
Solved by:
Vojtěch Trefný
Solved:
Last query:
Last reply:
Revision history for this message
Vishal Ravishankar (vishr) said :
#1

try this sudo apt-get autoremove --purge totem

Revision history for this message
taurus (taurusxz) said :
#2

Vishal, how are you? I did waht you asked and this is the result:

x@xx:~$ sudo apt-get autoremove --purge totem
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package totem is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.

After I did this, I was still able to load up totem. I really don't understand this. However, in looking at totem-related apps in synaptics, I came across these apps that are still installed in my system:

totem-common
totem-gstreamer
totem-mozilla
totem-plugins

Should I go ahead and remove these from my system as a possibility of finally getting rid of totem for good?

.

Revision history for this message
Best Vojtěch Trefný (vojtech.trefny) said :
#3

Go to Synaptic (System → Administration → Synaptic), search "totem" and mark for remove all packages with totem in their name ;-)

Revision history for this message
taurus (taurusxz) said :
#4

Thanks Vojtěch Trefný, that solved my question.