APT: Difference between revisions
Created page with "The package manager for Debian and its derivatives. Raptorial is a reimplementation of portions of APT." |
No edit summary |
||
| Line 1: | Line 1: | ||
The package manager for [[Debian]] and its derivatives. [[Raptorial]] is a reimplementation of portions of APT. | The package manager for [[Debian]] and its derivatives. [[Raptorial]] is a reimplementation of portions of APT. | ||
==Config== | |||
Dump the config via <tt>apt-config dump</tt>. | |||
To disable retention of downloaded packages in the archive directory, add <tt>APT::Keep-Downloaded-Packages "false"</tt> to the config. Note that the <tt>Binary::apt::APT::Keep-Downloaded-Packages</tt> variable only applies to the <tt>apt</tt> binary, <i>not</i> e.g. <tt>apt-get</tt>. | |||