$aptbin
Name of program to execute (e.g. 'apt' or 'apt-get').
Default: apt-get
sys_tool_apt_config_check
scans libraries and script for package settings
scans one library/script for apt package settings
apt_run()
Run the APT package management tool
apt_install()
Installs packages
apt_upgrade()
Upgrades all of the native package dependencies
apt_class_usage
Prints common command usage for client/server CLI
apt_install_remote()
Installs packages ($@) on a remote host ($1)
apt_install_remote_class()
Installs a class ($2) of packages ($@) on a remote host ($1)
apt_install_tool_class()
Installs all of the tool dependencies
$1 - library name
apt_install_cloud_class()
Installs a class of deps ($2) on the named cloud ($1)
$1 - cloud name
$2 - package class name
apt_install_cloud_class_host()
Installs a class of deps ($2) on the name host ($3) in the given cloud ($2)
$1 - cloud name
$2 - package class name
$@ - host name
apt_upgrade_cloud()
Upgrades all hosts in the named cloud ($1)
$1 - cloud name
apt_upgrade_cloud_host()
Upgrades a single host ($2) in a cloud ($1)
$1 - cloud name
$2 - host name
list_append cmd -o 'Dpkg::Options::="--force-confdef"' list_append cmd -o 'Dpkg::Options::="--force-confold"'