doc:appunti:linux:sa:apt_sources
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:linux:sa:apt_sources [2023/09/13 12:55] – [Pacchetti Raspbian archiviati] niccolo | doc:appunti:linux:sa:apt_sources [2025/04/04 13:17] (current) – [Install from backporting] niccolo | ||
|---|---|---|---|
| Line 65: | Line 65: | ||
| deb-src | deb-src | ||
| </ | </ | ||
| + | |||
| + | ===== Debian 12 Bookworm ===== | ||
| + | |||
| + | È stata aggiunta la componente **non-free-firmware**: | ||
| + | |||
| + | < | ||
| + | deb | ||
| + | deb-src http:// | ||
| + | deb | ||
| + | deb-src http:// | ||
| + | deb | ||
| + | deb-src http:// | ||
| + | </ | ||
| + | |||
| ===== Debian Multimedia (Marillat) ===== | ===== Debian Multimedia (Marillat) ===== | ||
| Line 128: | Line 142: | ||
| Pin-Priority: | Pin-Priority: | ||
| </ | </ | ||
| + | |||
| + | ====== Install from backports ====== | ||
| + | |||
| + | Add the backports source to **/ | ||
| + | |||
| + | < | ||
| + | deb http:// | ||
| + | </ | ||
| + | |||
| + | update the packages list: | ||
| + | |||
| + | < | ||
| + | apt update | ||
| + | </ | ||
| + | |||
| + | 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: | ||
| + | |||
| + | < | ||
| + | apt install < | ||
| + | </ | ||
| + | |||
| + | See **[[https:// | ||
| + | |||
| + | ====== Forcing version or downgrading ====== | ||
| + | |||
| + | Può capitare una situazione in cui si voglia tornare ad una versione precedente di un pacchetto. Ad esempio dopo l' | ||
| + | |||
| + | < | ||
| + | apt install firefox-esr=115.3.0esr-1~deb12u1 | ||
| + | </ | ||
| + | |||
| ====== apt-cacher-ng ====== | ====== apt-cacher-ng ====== | ||
doc/appunti/linux/sa/apt_sources.1694602503.txt.gz · Last modified: by niccolo
