APT repository: Difference between revisions
Jump to navigation
Jump to search
m Added Precise |
It is no longer possible to reinstall an older version, to avoid issues like with libvpx0 and libvpx1. |
||
Line 58: | Line 58: | ||
sudo apt-get install eduke32 | sudo apt-get install eduke32 | ||
</pre> | </pre> | ||
== High Resolution Pack == | == High Resolution Pack == |
Revision as of 13:52, 6 July 2012
EDuke32 Distribution
Download · Source Code · APT repository · Packages
Building from source on: Linux · Windows · macOS
EDuke32 can be installed from a repository for Debian and Ubuntu Linux.
Just add the following lines which match with your version in an additional sources.list file such as /etc/apt/sources.list.d/eduke32.list.
Or, to do this quickly you can copy/paste both lines at one time in a terminal :
echo -e "deb http://apt.duke4.net $(lsb_release -cs) main\n\ deb-src http://apt.duke4.net $(lsb_release -cs) main" | sudo tee -a /etc/apt/sources.list.d/eduke32.list
Ubuntu repositories
Important : Ubuntu users must activate the universe repository before installing EDuke32.
Precise Pangolin
deb http://apt.duke4.net precise main deb-src http://apt.duke4.net precise main
Oneiric Ocelot
deb http://apt.duke4.net oneiric main deb-src http://apt.duke4.net oneiric main
Natty Narwhal
deb http://apt.duke4.net natty main deb-src http://apt.duke4.net natty main
Lucid Lynx
deb http://apt.duke4.net lucid main deb-src http://apt.duke4.net lucid main
Debian repositories
Sid
deb http://apt.duke4.net sid main deb-src http://apt.duke4.net sid main
Wheezy
deb http://apt.duke4.net wheezy main deb-src http://apt.duke4.net wheezy main
Squeeze
deb http://apt.duke4.net squeeze main deb-src http://apt.duke4.net squeeze main
Secure APT
You can import the GPG public key to authenticate downloaded packages :
wget -q http://apt.duke4.net/key/eduke32.gpg -O- | sudo 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.
Install EDuke32
Run your packages manager and search "eduke32" or in command-line interface, type :
sudo apt-get update sudo apt-get install eduke32
High Resolution Pack
All HRP files can be found at hrp.duke4.net.