Difference between revisions of "APT repository"
From EDukeWiki
(Added packages for Lucid, Squeeze & Sid) |
m (completed informations) |
||
Line 1: | Line 1: | ||
EDuke32 can be installed from a repository for Debian and Ubuntu Linux. | EDuke32 can be installed from a repository for Debian and Ubuntu Linux. | ||
− | Just add the following lines which match with your version in the ''sources.list'' file. | + | Just add the following lines which match with your version in the ''/etc/apt/sources.list'' file. |
= Ubuntu repositories = | = Ubuntu repositories = | ||
Line 53: | Line 53: | ||
You can import the [http://apt.duke4.net/key/eduke32.gpg GPG public key] to use secure APT : | You can import the [http://apt.duke4.net/key/eduke32.gpg GPG public key] to use secure APT : | ||
+ | == Ubuntu == | ||
wget -q http://apt.duke4.net/key/eduke32.gpg -O- | sudo apt-key add - | wget -q http://apt.duke4.net/key/eduke32.gpg -O- | sudo apt-key add - | ||
+ | |||
+ | == Debian == | ||
+ | su && wget -q http://apt.duke4.net/key/eduke32.gpg -O- | apt-key add - |
Revision as of 04:14, 5 March 2010
EDuke32 can be installed from a repository for Debian and Ubuntu Linux.
Just add the following lines which match with your version in the /etc/apt/sources.list file.
Contents
Ubuntu repositories
Important : Ubuntu users must activate the universe repository before installing EDuke32.
Lucid Lynx
deb http://apt.duke4.net/ lucid main
deb-src http://apt.duke4.net/ lucid main
Karmic Koala
deb http://apt.duke4.net/ karmic main
deb-src http://apt.duke4.net/ karmic main
Jaunty Jackalope
deb http://apt.duke4.net/ jaunty main
deb-src http://apt.duke4.net/ jaunty main
Intrepid Ibex
deb http://apt.duke4.net/ intrepid main
deb-src http://apt.duke4.net/ intrepid main
Hardy Heron
deb http://apt.duke4.net/ hardy main
deb-src http://apt.duke4.net/ hardy main
Debian repositories
Sid
deb http://apt.duke4.net/ sid main
deb-src http://apt.duke4.net/ sid main
Squeeze
deb http://apt.duke4.net/ squeeze main
deb-src http://apt.duke4.net/ squeeze main
Lenny
deb http://apt.duke4.net/ lenny main
deb-src http://apt.duke4.net/ lenny main
Secure APT
You can import the GPG public key to use secure APT :
Ubuntu
wget -q http://apt.duke4.net/key/eduke32.gpg -O- | sudo apt-key add -
Debian
su && wget -q http://apt.duke4.net/key/eduke32.gpg -O- | apt-key add -