Ubuntu / Linux news and application reviews.

GetDeb is a website which comes with a repository for easily installing lots of Ubuntu applications which are not available in the official Ubuntu repositories (mostly updates). PlayDeb is the same as GetDeb, but for games.

Both the GetDeb.net and PlayDeb.net websites are currently down but if you want to use the repositories, there is a mirror you can use instead of the original GetDeb / PlayDeb repository.


Use a mirror for the GetDeb / PlayDeb repositories


The instructions below replace the official GetDeb / PlayDeb repository with a mirror and they should work on Ubuntu 12.10 and older versions as well as Linux Mint and other Ubuntu-based Linux distributions (separate instructions, see below).

To replace the GetDeb repository in Ubuntu with a mirror, use the following command:
echo "deb http://mirrors.dotsrc.org/getdeb/ubuntu $(lsb_release -cs)-getdeb apps" | sudo tee /etc/apt/sources.list.d/getdeb.list
echo "deb-src http://mirrors.dotsrc.org/getdeb/ubuntu $(lsb_release -cs)-getdeb apps" | sudo tee -a /etc/apt/sources.list.d/getdeb.list

For Linux Mint and other Ubuntu-based Linux distributions, open the GetDeb .list file with a text editor as root:
gksu gedit /etc/apt/sources.list.d/getdeb.list

And replace the existing lines with the following GetDeb mirror:
deb http://mirrors.dotsrc.org/getdeb/ubuntu UBUNTUVERSION-getdeb apps
deb-src http://mirrors.dotsrc.org/getdeb/ubuntu UBUNTUVERSION-getdeb apps
In the above lines, replace "UBUNTUVERSION" with the corresponding Ubuntu version, e.g. "quantal" for Linux Mint 14 Nadia, etc.


To replace the PlayDeb repository with the same mirror, use the following commands:
echo "deb http://mirrors.dotsrc.org/getdeb/ubuntu $(lsb_release -cs)-getdeb games" | sudo tee /etc/apt/sources.list.d/playdeb.list
echo "deb-src http://mirrors.dotsrc.org/getdeb/ubuntu $(lsb_release -cs)-getdeb games" | sudo tee -a /etc/apt/sources.list.d/playdeb.list


Again, for Linux Mint and other Ubuntu-based Linux distributions, open the playdeb.list file with a text editor as root:
gksu gedit /etc/apt/sources.list.d/playdeb.list

And replace the lines with this mirror:
deb http://mirrors.dotsrc.org/getdeb/ubuntu UBUNTUVERSION-getdeb games
deb-src http://mirrors.dotsrc.org/getdeb/ubuntu UBUNTUVERSION-getdeb games
Replacing "UBUNTUVERSION" with the corresponding Ubuntu version, e.g. "quantal" for Linux Mint 14 Nadia, etc.


When you're done, add the repository key and update the software sources using the commands below:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com A8A515F046D7E7CF
sudo apt-get update

Here are a few more working GetDeb / PlayDeb mirrors (replace "http://mirrors.dotsrc.org/getdeb/ubuntu" in the instructions above with the mirrors below):
http://mirrors.sunsite.dk/getdeb/ubuntu
http://ftp.dk.debian.org/getdeb/ubuntu
http://mirror.informatik.uni-mannheim.de/pub/mirrors/getdeb/ubuntu
http://ftp.heanet.ie/mirrors/www.getdeb.net/getdeb/ubuntu
http://ftp.dk.pureftpd.org/getdeb/ubuntu