Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-22 | 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 (cherry picked from commit 3313eaf97c83177433478505c05815ab02f9782b) | |||
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 |