Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-19 | fix 'install --no-download' mode | David Kalnischkies | |
The mode wasn't working at all if not used together with --fix-missing which while likely to come in pairs its legal to use standalone. Regression-in: eb1f04dda07c2b69549ad9fd793cca0e91841b3e | |||
2016-01-02 | Add new APT::Keep-Downloaded-Packages option | Michael Vogt | |
This option controls if downloaded packages should be kept after a successful install or if they should be deleted. The default for "apt-get" is that they are kept (just like before). However the default for "apt" is that they get deleted. Closes: #160743 |