APT repository: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Bioman (talk | contribs)
Removed Intrepid
Bioman (talk | contribs)
Found the issue previously reported with the -q parameter
Line 46: Line 46:


== Ubuntu ==
== Ubuntu ==
<pre>wget http://apt.duke4.net/key/eduke32.gpg -O- | sudo apt-key add -</pre>
<pre>wget -q http://apt.duke4.net/key/eduke32.gpg -O- | sudo apt-key add -</pre>


== Debian ==
== Debian ==
<pre>su && wget http://apt.duke4.net/key/eduke32.gpg -O- | apt-key add -</pre>
<pre>su && wget -q http://apt.duke4.net/key/eduke32.gpg -O- | apt-key add -</pre>




= About packages =
= About packages =


Packages are available for i386 and amd64 architectures :
Packages are available for x86 and x86-64 architectures :
* '''eduke32''' : Open source enhanced port of the game Duke Nukem 3D
* '''eduke32''' : Open source enhanced port of the game Duke Nukem 3D
* '''mapster32''' : OpenGL maps editor for EDuke32
* '''mapster32''' : OpenGL maps editor for EDuke32
Line 60: Line 60:
* '''build-engine-utils''' : Collection of tools to manage the content of the BUILD engine based games (replaces the '''build-tools''' package)
* '''build-engine-utils''' : Collection of tools to manage the content of the BUILD engine based games (replaces the '''build-tools''' package)


== Install EDuke32 ==
Run your packages manager and search "eduke32" or in command-line interface with the root privileges, type :
<pre>apt-get install eduke32</pre>


== Install a different version of a package ==
== Install a different version of a package ==
Line 72: Line 75:
* '''With Synaptic''' : search and select "eduke32" -> go in the "Package" menu -> "Force Version".
* '''With Synaptic''' : search and select "eduke32" -> go in the "Package" menu -> "Force Version".
* '''With PackageKit''' : search "eduke32", you will see several versions for EDuke32, install the one that you want.
* '''With PackageKit''' : search "eduke32", you will see several versions for EDuke32, install the one that you want.


== High Resolution Pack files ==
== High Resolution Pack files ==

Revision as of 07:30, 17 January 2011

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.

Ubuntu repositories

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

Maverick Meerkat

deb http://apt.duke4.net maverick main
deb-src http://apt.duke4.net maverick main

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

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 authenticate downloaded packages :

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 -


About packages

Packages are available for x86 and x86-64 architectures :

  • eduke32 : Open source enhanced port of the game Duke Nukem 3D
  • mapster32 : OpenGL maps editor for EDuke32
  • duke3d-shareware : Duke Nukem 3D shareware files v1.3d
  • build-engine-utils : Collection of tools to manage the content of the BUILD engine based games (replaces the build-tools package)

Install EDuke32

Run your packages manager and search "eduke32" or in command-line interface with the root privileges, type :

apt-get install eduke32

Install a different version of a package

You may need to install a different version of a package, for that you can do :

  • In command-line interface :
apt-get install eduke32=[version]

example :

apt-get install eduke32=2.0.0.devel.20100311.r1612-1

The following command list all available versions for the eduke32 package :

apt-cache policy eduke32
  • With Synaptic : search and select "eduke32" -> go in the "Package" menu -> "Force Version".
  • With PackageKit : search "eduke32", you will see several versions for EDuke32, install the one that you want.

High Resolution Pack files

All require HRP files can be found at hrp.duke4.net.

Note that EDuke32 Music Pack and DukePlus mod are optional but loaded automaticaly when they are in a search path (usualy $HOME/.eduke32).