<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/doc/apt-get.8.xml, branch 2.5.6</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=2.5.6</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=2.5.6'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2023-02-08T16:09:26Z</updated>
<entry>
<title>Release 2.5.6</title>
<updated>2023-02-08T16:09:26Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2023-02-08T16:07:41Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=028b4d08f09e14c1e6f5e071f329668870bc5e56'/>
<id>urn:sha1:028b4d08f09e14c1e6f5e071f329668870bc5e56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document --allow-insecure-repositories</title>
<updated>2023-01-25T11:57:16Z</updated>
<author>
<name>MichaIng</name>
<email>micha@dietpi.com</email>
</author>
<published>2023-01-25T11:57:16Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=0924dd3dc165499ec8903783c99a85479a660ee7'/>
<id>urn:sha1:0924dd3dc165499ec8903783c99a85479a660ee7</id>
<content type='text'>
since --no-allow-insecure-repositories is the default.

Signed-off-by: MichaIng &lt;micha@dietpi.com&gt;</content>
</entry>
<entry>
<title>Release 2.5.4</title>
<updated>2022-10-31T11:12:04Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2022-10-31T11:11:47Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=bd0abd856f1e3e505572f434efafa38254de2f3b'/>
<id>urn:sha1:bd0abd856f1e3e505572f434efafa38254de2f3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Documentation for autopurge command</title>
<updated>2022-10-28T18:36:16Z</updated>
<author>
<name>quazgar</name>
<email>quazgar@posteo.de</email>
</author>
<published>2022-10-28T18:36:16Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=bbde59e804ee6d5bb5547071c0c59fd6cfb02d99'/>
<id>urn:sha1:bbde59e804ee6d5bb5547071c0c59fd6cfb02d99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 2.5.3</title>
<updated>2022-09-28T15:34:34Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2022-09-28T15:17:46Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=dccfe14ffb9713fbf320691c0f6cd679f2acf4fc'/>
<id>urn:sha1:dccfe14ffb9713fbf320691c0f6cd679f2acf4fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: Explain that apt-get download ensures package authenticity</title>
<updated>2022-08-06T12:43:46Z</updated>
<author>
<name>Povilas Kanapickas</name>
<email>povilas@radix.lt</email>
</author>
<published>2022-08-06T12:43:46Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5e4d241e273e32cfc72c80526e8951a767efaaeb'/>
<id>urn:sha1:5e4d241e273e32cfc72c80526e8951a767efaaeb</id>
<content type='text'>
The documentation currently does not specify whether `apt-get download`
verifies the authenticity of downloaded packages or not. The underlying
code does verify the authenticity of packages as usual and would fail if
the package signature is invalid. Therefore it makes sense to make this
guarantee explicit in the documentation, because without it
security-conscious users will likely want to recheck the signatures or
checksums manually which is not necessary in this case and just wastes
time.
</content>
</entry>
<entry>
<title>Release 2.1.16 - "Happy build-essential freeeze" release</title>
<updated>2021-01-08T21:18:01Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2021-01-08T20:58:58Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=3f9e5bedf1c9b15db8960d2daa32f703c3cc2346'/>
<id>urn:sha1:3f9e5bedf1c9b15db8960d2daa32f703c3cc2346</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement update --error-on=any</title>
<updated>2021-01-08T16:58:44Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2021-01-08T16:52:53Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c7123bea6a8dc2c9e327ce41ddfc25e29f1bb145'/>
<id>urn:sha1:c7123bea6a8dc2c9e327ce41ddfc25e29f1bb145</id>
<content type='text'>
People have been asking for a feature to error out on transient network
errors for a while, this gives them one while keeping the door open for
other modes we need, such as --error-on=no-success which we need to
determine when to retry the daily update job.

Closes: #594813

(and a whole bunch of duplicates...)
</content>
</entry>
<entry>
<title>Release 2.1.8</title>
<updated>2020-08-04T10:41:38Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2020-08-04T10:40:27Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8761d5a714819f14c62879d1f705e95b270c5d99'/>
<id>urn:sha1:8761d5a714819f14c62879d1f705e95b270c5d99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support marking all newly installed packages as automatically installed</title>
<updated>2020-06-08T10:18:33Z</updated>
<author>
<name>Nicolas Schier</name>
<email>nicolas@fjasle.eu</email>
</author>
<published>2020-02-27T04:04:54Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c19a3276fe7ecfc132e95b0277e9e68ff364dd92'/>
<id>urn:sha1:c19a3276fe7ecfc132e95b0277e9e68ff364dd92</id>
<content type='text'>
Add option '--mark-auto' to 'apt install' that marks all newly installed
packages as automatically installed.

Signed-off-by: Nicolas Schier &lt;nicolas@fjasle.eu&gt;
</content>
</entry>
</feed>
