get_packages_to_exclude


Description:

public List<string> get_packages_to_exclude () throws Error

Parameters:

this

The AlteratorComponent 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.