Top Menu

Jump to content
Home
    • Projects
    • Work packages
    • News
    • Getting started
    • Introduction video
      Welcome to OpenProject
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Professional support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Create a new account
      Forgot your password?

Side Menu

  • Overview
  • Activity
  • Wiki
    • Table of contents
      • Expanded. Click to collapseCollapsed. Click to showWiki
        • Hierarchy leafModalität
        • Expanded. Click to collapseCollapsed. Click to showThemen
          • Hierarchy leaf00) Installation GNU/Linux in Virtualbox
          • Hierarchy leaf01) GNU/Linux Basics & Bash commandos
          • Hierarchy leaf02) Schulinternes APT Repository
          • Hierarchy leaf03) Fernwartung über SSH
          • Hierarchy leaf04) Prozesse und Systemd
          • Hierarchy leaf05) UFW
          • Hierarchy leaf06) MySQL
          • Hierarchy leaf07) Abfragen an die Mondial Datenbank
          • Hierarchy leaf08) PostgreSQL
          • Hierarchy leaf10) Crontab
          • Hierarchy leaf11) Wordpress
          • Expanded. Click to collapseCollapsed. Click to show12) Docker
            • Hierarchy leaf00) MySQL - Volumes - Ports ...
            • Hierarchy leaf01) PostgreSQL
            • Hierarchy leaf02) Docker-Compose
You are here:
  • Wiki
  • Themen
  • 02) Schulinternes APT Repository

Content

02) Schulinternes APT Repository

  • More
    • Print
    • Table of contents

Um die Paketinstallation zu beschleunigen gibt es ein Schulinternes Nexus Repository:

http://10.115.1.251:8081/

Dazu muss die sources.list Datei von apt verändert werden:

#backup erstellen
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
#sources editieren
sudo vim /etc/apt/sources.list

Ersetze alle nicht auskommentierten vorkommen von:

http://[at.|de.|ch.]?archive.ubuntu.com/ubuntu/

durch

http://10.115.1.251:8080/repository/ubuntu_archive_focal/

und

http://security.ubuntu.com/ubuntu/

durch

http://10.115.1.251:8080/repository/ubuntu_security_focal/

Achtung - Funktioniert nur im Schulnetz

sollte die VM auch zuhause verwendet werden:

sudo rm /etc/apt/sources.list && sudo mv /etc/sources.list.bak /etc/sources.list

Loading...