apt-get

Inherit

apt-get changelog apt

Shell

For this to work the target package (i.e., `sl`) must not be already installed.

echo 'Dpkg::Pre-Invoke {"/bin/sh;false"}' >/path/to/temp-file
apt-get -y install -c /path/to/temp-file sl

When the shell exits the `update` command is actually executed.

apt-get update -o APT::Update::Pre-Invoke::=/bin/sh