User Tools

Site Tools


public:debian_ubuntu_local_mirror

This is an old revision of the document!


Debian/Ubuntu/Gentoo Free University of Bozen/Bolzano Mirror

DEBIAN

Configuring /etc/apt/sources.list for apt-get/aptitude/synaptic

The following packages are available:

etch/stable, lenny/testing for the i386 and amd64 architecture; sarge/old-stable for the i386 architecture:

debian: -binary

Put this in your /etc/apt/sources.list

# etch - stable
deb http://fermi.inf.unibz.it/debian etch main non-free contrib

# lenny - testing
deb http://fermi.inf.unibz.it/debian lenny main non-free contrib

# sarge - old-stable
deb http://fermi.inf.unibz.it/debian sarge main non-free contrib

To the mirror: Debian Mirror

In case you get an error reading:

W: GPG error: http://fermi.inf.unibz.it sarge Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 010908312D230C5F

type this in a xterm:

 gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 2D230C5F
 gpg --armor --export 2D230C5F | apt-key add -
 apt-get update

See http://www.debian.org/ for information about Debian GNU/Linux.


UBUNTU

Configuring /etc/apt/sources.list for apt-get/aptitude/synaptic

Ubuntu Releases:

ReleasesVersionRelease DateSupport Date
Hardy Heron8.04April 24, 2008Supported until April 2013 (Server) or April 2011 (Desktop)
Gutsy Gibbon7.10October 18, 2007Supported until April 2009
Feisty Fawn7.04April 19, 2007Supported until October 2008
Dapper Drake6.06June 1, 2006Supported until June 2011 (Server) or June 2009 (Desktop)
Unsupported (End-of-Life) Releases
Edgy Eft6.10October 26, 2006Supported until April 2008

Architecture: i386, amd64

Sections: main,multiverse,restricted,universe

Put this in your /etc/apt/sources.list

# Ubuntu 8.04 "Hardy Heron"
deb http://fermi.inf.unibz.it/ubuntu/ hardy main
deb http://fermi.inf.unibz.it/ubuntu/ hardy multiverse
deb http://fermi.inf.unibz.it/ubuntu/ hardy restricted
deb http://fermi.inf.unibz.it/ubuntu/ hardy universe
# Ubuntu 8.04 "Hardy Heron Updates"
deb http://fermi.inf.unibz.it/ubuntu/ hardy-updates main
deb http://fermi.inf.unibz.it/ubuntu/ hardy-updates multiverse
deb http://fermi.inf.unibz.it/ubuntu/ hardy-updates restricted
deb http://fermi.inf.unibz.it/ubuntu/ hardy-updates universe
# Ubuntu 7.10 "Gutsy Gibbon"
deb http://fermi.inf.unibz.it/ubuntu/ gutsy main
deb http://fermi.inf.unibz.it/ubuntu/ gutsy multiverse
deb http://fermi.inf.unibz.it/ubuntu/ gutsy restricted
deb http://fermi.inf.unibz.it/ubuntu/ gutsy universe
# Ubuntu 7.10 "Gutsy Gibbon Updates"
deb http://fermi.inf.unibz.it/ubuntu/ gutsy-updates main
deb http://fermi.inf.unibz.it/ubuntu/ gutsy-updates multiverse
deb http://fermi.inf.unibz.it/ubuntu/ gutsy-updates restricted
deb http://fermi.inf.unibz.it/ubuntu/ gutsy-updates universe

This are proposed and backported packages, please use with care!

# Ubuntu 7.10 "Gutsy Gibbon Proposed"
deb http://fermi.inf.unibz.it/ubuntu/ gutsy-proposed main
deb http://fermi.inf.unibz.it/ubuntu/ gutsy-proposed multiverse
deb http://fermi.inf.unibz.it/ubuntu/ gutsy-proposed restricted
deb http://fermi.inf.unibz.it/ubuntu/ gutsy-proposed universe

# Ubuntu 7.10 "Gutsy Gibbon Backports"
deb http://fermi.inf.unibz.it/ubuntu/ gutsy-backports main
deb http://fermi.inf.unibz.it/ubuntu/ gutsy-backports multiverse
deb http://fermi.inf.unibz.it/ubuntu/ gutsy-backports restricted
deb http://fermi.inf.unibz.it/ubuntu/ gutsy-backports universe
# Ubuntu 7.04 "Feisty Fawn"
deb http://fermi.inf.unibz.it/ubuntu/ feisty main
deb http://fermi.inf.unibz.it/ubuntu/ feisty multiverse
deb http://fermi.inf.unibz.it/ubuntu/ feisty restricted
deb http://fermi.inf.unibz.it/ubuntu/ feisty universe
# Ubuntu 7.04 "Feisty Fawn Updates"
deb http://fermi.inf.unibz.it/ubuntu/ feisty-updates main
deb http://fermi.inf.unibz.it/ubuntu/ feisty-updates multiverse
deb http://fermi.inf.unibz.it/ubuntu/ feisty-updates restricted
deb http://fermi.inf.unibz.it/ubuntu/ feisty-updates universe
# Ubuntu 6.06 "Dapper Drake"
deb http://fermi.inf.unibz.it/ubuntu/ dapper main
deb http://fermi.inf.unibz.it/ubuntu/ dapper multiverse
deb http://fermi.inf.unibz.it/ubuntu/ dapper restricted
deb http://fermi.inf.unibz.it/ubuntu/ dapper universe
# Ubuntu 6.06 "Dapper Drake" Updates
deb http://fermi.inf.unibz.it/ubuntu/ dapper-updates main
deb http://fermi.inf.unibz.it/ubuntu/ dapper-updates multiverse
deb http://fermi.inf.unibz.it/ubuntu/ dapper-updates restricted
deb http://fermi.inf.unibz.it/ubuntu/ dapper-updates universe

To the mirror: Ubuntu Mirror

In case you get an error regarding no public key e.g. 1F41B907 found, type this in a xterm:

 gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 1F41B907
 gpg --armor --export 1F41B907 | apt-key add -
 apt-get update

See http://www.ubuntulinux.org/ for information about Ubuntu Linux.


old-free-unibz-repository

/data/www/wiki.inf.unibz.it/data/attic/public/debian_ubuntu_local_mirror.1224149187.txt.gz · Last modified: 2019/01/16 10:03 (external edit)