| Forum |
|
|||||||
| 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. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
"The Gentleman"
Join Date: Sep 2006
Posts: 1,434
|
__________________
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense." - Dijkstra |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#4 (permalink) | |
|
1337 |)00|) \m/
Join Date: Nov 2005
Location: Cyber Space
Posts: 472
|
Quote:
In case you're on a debian derivative and installed it using apt-get/synaptic, use : Code:
sudo apt-get remove xmms Code:
sudo yum remove xmms Code:
sudo dpkg -r xmms
__________________
My Blog : www.vatsuak.blogspot.com My DA page : www.burningsilver.deviantart.com OK..ok..... Ads are bad.. |
|
|
|
|
|
#5 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
^^ for Debian/ubuntu:
Code:
~$sudo apt-get remove --purge xmms Code:
~$sudo apt-get autoremove
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#6 (permalink) |
|
1337 |)00|) \m/
Join Date: Nov 2005
Location: Cyber Space
Posts: 472
|
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.. |
|
|
|
|
#7 (permalink) |
|
"The Gentleman"
Join Date: Sep 2006
Posts: 1,434
|
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. |
|
|
|
|
#8 (permalink) | ||
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
Quote:
Yes.deborphan is what we uses in debian for removing stray packages. Code:
~#deborphan | xargs apt-get --purge remove -y 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:
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. |
||
|
|
|
|
#9 (permalink) | |
|
1337 |)00|) \m/
Join Date: Nov 2005
Location: Cyber Space
Posts: 472
|
Quote:
@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. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
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 |