APT repository: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
add karmic + public key |
||
Line 5: | Line 5: | ||
= Ubuntu repositories = | = Ubuntu repositories = | ||
'''Important''' : Ubuntu users must activate the ''universe'' [https://help.ubuntu.com/community/Repositories/Ubuntu repository] before installing EDuke32. | '''Important''' : Ubuntu users must activate the ''universe'' [https://help.ubuntu.com/community/Repositories/Ubuntu repository] before installing EDuke32. | ||
== Karmic Koala == | |||
deb http://apt.duke4.net/ karmic main | |||
deb-src http://apt.duke4.net/ karmic main | |||
== Jaunty Jackalope == | == Jaunty Jackalope == | ||
Line 28: | Line 33: | ||
deb-src 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.pgp -O- | sudo apt-key add - |
Revision as of 07:45, 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.pgp -O- | sudo apt-key add -