doc:appunti:linux:sa:apt_sources

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
doc:appunti:linux:sa:apt_sources [2023/10/21 09:55] – [Forcing version or downgrading] niccolodoc:appunti:linux:sa:apt_sources [2025/02/28 15:05] (current) – [Pinning] niccolo
Line 142: Line 142:
 Pin-Priority: 999 Pin-Priority: 999
 </file> </file>
 +
 +====== Install from backporting ======
 +
 +Add the backports source to **/etc/apt/sources.list** file, something like:
 +
 +<file>
 +deb http://deb.debian.org/debian bookworm-backports main
 +</file>
 +
 +update the packages list:
 +
 +<code>
 +apt update
 +</code>
 +
 +All backports are deactivated by default so that the normal operation of a stable installation will not be compromised with potentially disruptive changes (all backported packages are pinned to priority 100).
 +
 +To install a package specifically from the backports, execute:
 +
 +<code>
 +apt install <package>/bookworm-backports
 +</code>
 +
 +See **[[https://backports.debian.org/Instructions/|Debian Backports ›› Instructions]]**.
  
 ====== Forcing version or downgrading ====== ====== Forcing version or downgrading ======
doc/appunti/linux/sa/apt_sources.1697874953.txt.gz · Last modified: 2023/10/21 09:55 by niccolo