How do I get rid of those "rc" packages? (As seen in dpkg -l output)
DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Free Guide: Linux from Scratch
Linux from Scratch describes the process of creating your own Linux system from scratch from an already installed Linux distribution, using nothing but the source code of software that you need.
This 318 page eBook provides readers with the background and instruction to design and build custom Linux systems. The resulting system will be compiled completely from the source code, and the user will be able to specify where, why, and how programs are installed. This eBook allows readers to fully customize Linux systems to their own needs and allows users more control over their system.
Click Here to receive the Linux from Scratch Guide absolutely free.
Sometimes I apt-get remove a package and it's gone. That is, I run "dpkg -l" and grep for it and it's not there anymore.
Other times, I remove a package but it's still there in the dpkg -l output -- only it has an "rc" in front of it. Why is it still listed there? Why isn't it completely gone from my system?
Just tonight I apt-get installed linux-image-2.6-k7, which happened to also upgrade my kernel. While that text was scrolling by during the update, some lines went by that said:
Code:
**************************************************************
* Please purge the hotplug package!
**************************************************************
Well, "apt-get remove --purge hotplug" tells me it's not installed. Yet, dpkg -l shows it there but with an "rc" in front of it. How can I "purge" hotplug?
Thanks dracae. I see that's a synonym for "dpkg --purge package_name" from the dpkg man page.
But, I think what got me confused was, since "apt-get remove --purge package_name" failed, without thinking about it I guess I figured that dpkg would fail too (since, I'd assumed apt-get was a front-end for dpkg).
Looking more closely at it, I see that dselect is a front-end to dpkg, but I don't think apt-get is (a front-end for dpkg) after all.
Hi dracae, this is what I get, what's up with that ?
I'm kinda confused here
Code:
Package libgnomecupsui listed more than once, only processing once.
Package libnautilus-bu listed more than once, only processing once.
Package openoffice.org listed more than once, only processing once.
Package openoffice.org listed more than once, only processing once.
dpkg - warning: ignoring request to remove atlantikdesign which isn't installed.
dpkg - warning: ignoring request to remove bootsplash-the which isn't installed.
dpkg - warning: ignoring request to remove celestia-commo which isn't installed.
dpkg - warning: ignoring request to remove clamav-freshcl which isn't installed.
dpkg - warning: ignoring request to remove fglrx-kernel-2 which isn't installed.
dpkg - warning: ignoring request to remove gnome-applets- which isn't installed.
dpkg - warning: ignoring request to remove gnome-cups-man which isn't installed.
dpkg - warning: ignoring request to remove gnome-games-da which isn't installed.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.