APT repository: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Bioman (talk | contribs)
add karmic + public key
Bioman (talk | contribs)
No edit summary
Line 36: Line 36:


= Secure APT =
= Secure APT =
You can import the 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 :


  wget -q http://apt.duke4.net/key/eduke32.pgp -O- | sudo apt-key add -
  wget -q http://apt.duke4.net/key/eduke32.gpg -O- | sudo apt-key add -

Revision as of 09:01, 31 October 2009

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.

Ubuntu repositories

Important : Ubuntu users must activate the universe repository before installing EDuke32.

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

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 :

wget -q http://apt.duke4.net/key/eduke32.gpg -O- | sudo apt-key add -