Difference between revisions of "APT repository"

From EDukeWiki
Jump to: navigation, search
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 versions in the ''sources.list'' file.
+
Just add the following lines which match with your version in the ''sources.list'' file.
  
 
= Ubuntu repositories =
 
= Ubuntu repositories =
Line 7: Line 7:
  
 
== Jaunty Jackalope ==
 
== Jaunty Jackalope ==
<code>deb http://apt.duke4.net/ jaunty main</code>
+
deb http://apt.duke4.net/ jaunty main
  
<code>deb-src http://apt.duke4.net/ jaunty main</code>
+
deb-src http://apt.duke4.net/ jaunty main
  
 
== Intrepid Ibex ==
 
== Intrepid Ibex ==
<code>deb http://apt.duke4.net/ intrepid main</code>
+
deb http://apt.duke4.net/ intrepid main
  
<code>deb-src http://apt.duke4.net/ intrepid main</code>
+
deb-src http://apt.duke4.net/ intrepid main
  
 
== Hardy Heron ==
 
== Hardy Heron ==
<code>deb http://apt.duke4.net/ hardy main</code>
+
deb http://apt.duke4.net/ hardy main
  
<code>deb-src http://apt.duke4.net/ hardy main</code>
+
deb-src http://apt.duke4.net/ hardy main
  
  
Line 25: Line 25:
  
 
== Lenny ==
 
== Lenny ==
<code>deb http://apt.duke4.net/ lenny main</code>
+
deb http://apt.duke4.net/ lenny main
  
<code>deb-src http://apt.duke4.net/ lenny main</code>
+
deb-src http://apt.duke4.net/ lenny main

Revision as of 20:39, 6 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.

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