Monday, May 6, 2024
43
rated 0 times [  43] [ 0]  / answers: 1 / hits: 44610  / 2 Years ago, thu, august 18, 2022, 6:44:27

In Synaptic Manager I noticed I had a lot of packages in that list, and was wondering if any shouldn't be removed for some reason? Or if that is all safe to be removed. Is it possible that some should be kept, or does that show useless packages that should be cleared?



I have ran sudo apt-get autoremove but they are still there. (Also clean & autoclean)



What it is...


More From » package-management

 Answers
6

Those listed package are just those that have configuration files that hasn't been removed. Unless you are planning to reinstall the packages again, and want to keep the configuration, yes, you can remove them safely. In synaptic, you can purge them by selecting them all, use the Package menu, then Purge. You can do this from the terminal too:



dpkg -l | grep '^rc' | awk '{print $2}' | xargs sudo apt-get purge

[#28438] Friday, August 19, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
percol

Total Points: 493
Total Questions: 116
Total Answers: 107

Location: Taiwan
Member since Mon, Sep 6, 2021
3 Years ago
percol questions
Thu, Sep 29, 22, 07:42, 2 Years ago
Sat, Jul 16, 22, 21:00, 2 Years ago
Tue, May 30, 23, 19:16, 1 Year ago
Wed, Aug 18, 21, 02:15, 3 Years ago
;