Skip to content

Add status filter for orphaned packages

Andrey Yashkin requested to merge andreyyashkin/muon:orphaned_status into master

New status filter will provide user more abilities to identify unnecessary packages which are not subject to "autoremove"

Use case:

  1. User installes a list of packages to solve some one-time task
  2. User solves the task
  3. User forgets to remove packages that are not necessary anymore.
  4. Using orphaned status filter user can see which of installed "top level" packeges he/she doesn't need.

Note that now libqapt does not search for orphans .

Possibly another filter icon should be used.

Merge request reports