Site Tools


start:orphanedcleanup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
start:orphanedcleanup [2022/06/14 19:15] peterstart:orphanedcleanup [2022/11/15 13:28] peter
Line 96: Line 96:
  
 I then reboot my machine and check everything is working. I recommend keeping the timeshift snapshot a few days in case you don't notice something broken right away. I then reboot my machine and check everything is working. I recommend keeping the timeshift snapshot a few days in case you don't notice something broken right away.
 +
 +-----------------------------------------------------------------------------
 +
 +Another thing that can happen is that packages get marked for manual install that over time you no longer need.
 +
 +You can check what packages are marked for manual installation by running:
 +<code>
 +sudo aptitude search '!~M ~i !~E !~prequired !~pimportant !~pstandard' 
 +</code>
 +
 +Or alternatively a less filtered option
 +
 +<code>
 +aptitude search '!~M ~i'
 +</code>
 +
 +You will have to check carefully if you want all the packages in there. Removing all of them without any thought would break your system and there should be no harm leaving them alone but if you do want to clean your system a bit its another thing to check. Output example:
 +
 +{{:images:manualinstallapt.png|}}
 +
  
start/orphanedcleanup.txt · Last modified: 2023/09/14 20:47 by peter