get_excl_pkgs


Description:

public abstract List<string> get_excl_pkgs () throws Error

Parameters:

this

The AlteratorGroupComponentApplier instance.

Returns:

A GList containing names of manually installed packages of specified component. "Manually installed" packages are packages marked by the apt system as manual, that is, packages that are not considered automatically installed dependencies of other packages. You can get a list of such packages by running the command apt-mark showmanual. This list contains many packages essential to system operation. Therefore, their removal is prohibited by default.