Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 20-05-2007, 02:51 PM   #1 (permalink)
"The Gentleman"
 
vish786's Avatar
 
Join Date: Sep 2006
Posts: 1,434
Default how to uninstall xmms player in linux

due to some problem xmms player is not opening... i wanna uninstall xmms player.... how can i do tat?????????????
__________________
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense."
- Dijkstra
vish786 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 20-05-2007, 03:07 PM   #2 (permalink)
In The Zone
 
Join Date: Oct 2006
Location: Mumbai
Posts: 360
Default Re: how to uninstall xmms player in linux

sudo dpkg -r xmms
__________________
Dhiraj Thakur
thakur.dheeraj(@)gmail.com
Desi-Tek.com is offline  
Old 20-05-2007, 03:50 PM   #3 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: how to uninstall xmms player in linux

I'd rahter recommend using apt.
mehulved is offline  
Old 20-05-2007, 04:25 PM   #4 (permalink)
1337 |)00|) \m/
 
kaustav_geek's Avatar
 
Join Date: Nov 2005
Location: Cyber Space
Posts: 472
Default Re: how to uninstall xmms player in linux

Quote:
Originally Posted by vish786
due to some problem xmms player is not opening... i wanna uninstall xmms player.... how can i do tat?????????????
Which distro do you use and how did you install xmms ??

In case you're on a debian derivative and installed it using apt-get/synaptic, use :
Code:
sudo apt-get remove xmms
In case you used yum,
Code:
sudo yum remove xmms
And , in case you compiled it from source,
Code:
sudo dpkg -r xmms
__________________
My Blog : www.vatsuak.blogspot.com
My DA page : www.burningsilver.deviantart.com

OK..ok..... Ads are bad..
kaustav_geek is offline  
Old 20-05-2007, 04:57 PM   #5 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Default Re: how to uninstall xmms player in linux

^^ for Debian/ubuntu:
Code:
~$sudo apt-get remove  --purge  xmms
and in ubuntu,do:
Code:
~$sudo apt-get  autoremove
^ will remove other unwanted packages not used by any main package.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 20-05-2007, 05:04 PM   #6 (permalink)
1337 |)00|) \m/
 
kaustav_geek's Avatar
 
Join Date: Nov 2005
Location: Cyber Space
Posts: 472
Default Re: how to uninstall xmms player in linux

So, otherwise the unwanted packages aren't removed ? Can you please elucidate ?
__________________
My Blog : www.vatsuak.blogspot.com
My DA page : www.burningsilver.deviantart.com

OK..ok..... Ads are bad..
kaustav_geek is offline  
Old 20-05-2007, 05:27 PM   #7 (permalink)
"The Gentleman"
 
vish786's Avatar
 
Join Date: Sep 2006
Posts: 1,434
Default Re: how to uninstall xmms player in linux

i am usin opensuse.. i hav installed using yast

@kaustav_geek thanks for ur tuto... problem is solved close the thread plz
__________________
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense."
- Dijkstra

Last edited by vish786; 20-05-2007 at 05:46 PM.
vish786 is offline  
Old 20-05-2007, 06:34 PM   #8 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Smile Re: how to uninstall xmms player in linux

Quote:
Originally Posted by kaustav_geek
So, otherwise the unwanted packages aren't removed ? Can you please elucidate ?
This is a feature in Ubuntu which removes some libs which are not removed by default.It is not yet afaik present in Debian.
Yes.deborphan is what we uses in debian for removing stray packages.
Code:
~#deborphan | xargs apt-get --purge remove -y
http://www.debian-administration.org/articles/134


as for using --purge with apt-get or dpkg,
actually apt just removes the package.but not completely.for that u need to use the --purge switch.check in synaptic-there are two options for a given installed packages-remove,remove completely.
for more info read man dpkg

Quote:
dpkg -r | --remove | -P | --purge package ... | -a | --pending
Remove an installed package. -r or --remove remove everything
except configuration files
. This may avoid having to reconfigure
the package if it is reinstalled later. (Configuration files are
the files listed in the debian/conffiles control file). -P or
--purge removes everything, including configuration files. If -a
or --pending is given instead of a package name, then all pack‐
ages unpacked, but marked to be removed or purged in file
/var/lib/dpkg/status, are removed or purged, respectively.

Removing of a package consists of the following steps:

1. Run prerm script

2. Remove the installed files

3. Run postrm script
[quote]INFORMATION ABOUT PACKAGES

http://www.abc.se/home/m10828/webgin...n__H_dpkg.html
also as u know,installing a pkg doesnt mean its completely configured.
remember "dpkg --configure -a" or "apt-get/aptitude install -f " cmd.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org

Last edited by praka123; 20-05-2007 at 07:09 PM.
praka123 is offline  
Old 21-05-2007, 12:18 AM   #9 (permalink)
1337 |)00|) \m/
 
kaustav_geek's Avatar
 
Join Date: Nov 2005
Location: Cyber Space
Posts: 472
Default Re: how to uninstall xmms player in linux

Quote:
Originally Posted by vish786
i am usin opensuse.. i hav installed using yast
You mean during Open Suse Installation ?? How then did you screw xmms ??? Well, on a second thought... you can screw anything.. ... Chal... Be careful next time dude...

@praka123

Thanks for the insight...
__________________
My Blog : www.vatsuak.blogspot.com
My DA page : www.burningsilver.deviantart.com

OK..ok..... Ads are bad..

Last edited by kaustav_geek; 21-05-2007 at 12:32 AM.
kaustav_geek is offline  
Old 27-05-2007, 09:49 AM   #10 (permalink)
In The Zone
 
Vivek788's Avatar
 
Join Date: Jul 2006
Location: Cochin
Posts: 339
Default Re: how to uninstall xmms player in linux

@praka123
Didn't know these many things existed in that process....thanks
Vivek788 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
xmms player problem vish786 Open Source 1 20-05-2007 01:34 PM
how to uninstall Windows media player? mandar5 Software Q&A 8 19-09-2006 09:46 PM
Can anyone give me an XMMS or BEEp media player for ubuntu linux ? sarincv Open Source 4 27-06-2006 12:36 PM
Installing xmms in redhat linux vinayanmanimala Software Q&A 1 14-05-2006 12:29 AM
How to uninstall real player in Nokia 3230??? sidewinder Mobiles and Tablets 3 24-03-2006 02:45 PM


All times are GMT +5.5. The time now is 01:04 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2