Diskussion:Installation

Aus HAP

Wechseln zu: Navigation, Suche

Bei einer frischen intrepid-Installation sind die "universe" Quellen nicht aktiv. Spätestens beim "apt-get update" schlägt diese dann fehl. Abhilfe:

  • Wenn die graphische Oberfläche zur Verfügung steht:
    • System > Über Administration > Synaptic Package Manager ausführen
    • Menü Settings > Repositories unter Ubuntu Software die Option "Community-maintained open-source software (universe)" aktivieren und anschließend "Close" drücken
    • "Reload" drücken, um die Quellen aufzufrischen
  • Wenn nur eine Kommandozeile zur Verfügung steht:
    • File /etc/apt/sources.list in Editor öffnen
    • Bei allen Zeilen, die mit "deb" beginnen und mit "universe" aufhören, den Crosshatch (#) entfernen:
##Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu intrepid universe
deb-src http://archive.ubuntu.com/ubuntu intrepid universe
deb http://archive.ubuntu.com/ubuntu intrepid-updates universe
deb-src http://archive.ubuntu.com/ubuntu intrepid-updates universe
deb http://security.ubuntu.com/ubuntu intrepid-security universe
deb-src http://security.ubuntu.com/ubuntu intrepid-security universe
    • File speichern und Editor verlassen
    • "apt-get update" ausführen: