Flag packages not to autoremove

I think it's not possible but it would be a nice feature.
pkg-set(8):
Code:
     -A 01, --automatic 01
                Set automatic flag for the package: 0 is not automatic, 1 is
                automatic.  This affects the operation of pkg-autoremove(8).

pkg-autoremove(8) only removes packages that have 'A' set to 1 and have nothing depending on them anymore. So setting A to 0 on a package will prevent pkg-autoremove(8) from removing it.
 
Back
Top