Benutzer-Werkzeuge

Webseiten-Werkzeuge


apt

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
apt [2021/12/14 18:23] – angelegt msapt [2025/09/12 18:09] (aktuell) ms
Zeile 3: Zeile 3:
 Es können verschiedene Stages (stable/testing/unstable) unterschiedlich gewichtet werde um somit eine Misch-Installation zu nutzen. Es können verschiedene Stages (stable/testing/unstable) unterschiedlich gewichtet werde um somit eine Misch-Installation zu nutzen.
  
-Beispiel für /etc/apt/source.list +Beispiel für ''/etc/apt/source.list'' 
-[code]+<code>
 # Debian GNU/Linux _Bullseye_ # Debian GNU/Linux _Bullseye_
  
Zeile 23: Zeile 23:
 deb http://ftp.deb-multimedia.org bullseye main non-free deb http://ftp.deb-multimedia.org bullseye main non-free
  
-# Debian GNU/Linux _Bookworm_ 
  
-deb http://ftp.de.debian.org/debian/ bookworm main contrib non-free +# Debian GNU/Linux _Sid_
-deb-src http://ftp.de.debian.org/debian/ bookworm main contrib non-free+
  
-#deb http://security.debian.org/ bookworm/updates main contrib non-free +deb http://ftp.de.debian.org/debiansid main contrib non-free 
-#deb-src http://security.debian.org/ bookworm/updates main contrib non-free+deb-src http://ftp.de.debian.org/debiansid main contrib non-free 
 +</code>
  
-# bookworm-updates +Dazu werden unter ''/rtc/apt/preferences.d/'' Dateien zu den unterschiedlichen Stages z.B''bullseye.pref'' an.
-deb http://ftp.de.debian.org/debian/ bookworm-updates main contrib non-free +
-deb-src http://ftp.de.debian.org/debian/ bookworm-updates main contrib non-free+
  
-# bookworm-backports +Beispiel für ''/etc/apt/preferences.d/bullseye.pref'': 
-deb http://http.debian.net/debian bookworm-backports main contrib non-free+<code> 
 +Package: * 
 +Pin: release n=bullseye 
 +Pin-Priority: 900 
 +</code> 
 +Dies weist allen Paketen aus Bullseye die Priorität 900 zu.
  
-# Multimedia Repository +Weitere Infos unter [[https://wiki.debian.org/de/AptPreferences|Debian]]
-deb http://ftp.deb-multimedia.org bookworm main non-free+
  
-# Debian GNU/Linux _Sid_ +=== Proxy === 
- +Für //apt// muss ein Proxy unabhängig vom System in ''/etc/apt/apt.conf.d/99proxy'' gesetzt werden. Ebenso sind dort Proxy-Ausnahmen einzutragen: 
-deb http://ftp.de.debian.org/debian/ sid main contrib non-free +<code> 
-deb-src http://ftp.de.debian.org/debian/ sid main contrib non-free +Acquire::http::Proxy "http://proxy.example.com:8080"; 
-[/code]+Acquire::https::Proxy "http://proxy.example.com:8080"; 
 +Acquire::http::Proxy::repo.internal.local DIRECT; 
 +</code>
apt.1639502600.txt.gz · Zuletzt geändert: von ms

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki