rtfd/in/public/packages/apt/configure.rst

65 lines
1.2 KiB
ReStructuredText
Raw Normal View History

2017-12-02 22:02:37 +00:00
*********
Configure
*********
Keys
====
.. code:: shell
apt-key add "path/to/key/file"
Configuration
=============
* etc/apt/apt.conf
::
APT::Get::Show-Versions true;
Dpkg::Progress-Fancy true;
Acquire::Check-Valid-Until false;
* etc/apt/preferences
::
Package: *
Pin: release n=stretch-backports
Pin-Priority: 400
Package: *
Pin: release n=buster
Pin-Priority: 200
Package: *
Pin: release n=sid
Pin-Priority: 100
* etc/apt/sources.list
2018-05-10 11:12:44 +00:00
.. todo::
deb.debian.org ↔ ftp.cc.debian.org
2017-12-02 22:02:37 +00:00
::
2018-07-26 09:56:22 +00:00
deb https://deb.debian.org/debian stretch main contrib non-free
deb https://deb.debian.org/debian stretch-backports main contrib non-free
deb https://deb.debian.org/debian stretch-updates main contrib non-free
deb https://deb.debian.org/debian-security stretch/updates main contrib non-free
2017-12-02 22:02:37 +00:00
2018-07-26 09:56:22 +00:00
deb https://deb.debian.org/debian buster main contrib non-free
deb https://deb.debian.org/debian-security buster/updates main contrib non-free
2017-12-02 22:02:37 +00:00
2018-07-26 09:56:22 +00:00
deb https://deb.debian.org/debian sid main contrib non-free
2018-05-10 11:12:44 +00:00
.. warning::
apt's file protocol handling fails with locations containing spaces
::
deb file:/media/deb.debian.org/debian stretch main contrib non-free