LAST EDIT: Saturday, May 3rd, 2008

CrunchBang Linux Repositories

This page details how to add the CrunchBang Linux repositories to your APT sources.list. See CrunchBang Linux Repository Packages for full details of the available packages.

Add the 7.10.xx repository

Below are the instructions to add the CrunchBang Linux 7.10.xx repository to your system's list of APT repositories. The packages within this repository have been built for use with CrunchBang Linux; however, they should also be compatible with Ubuntu "Gutsy Gibbon". Use at your own risk.

1. Open a terminal and enter the following command to add the repository:

sudo wget http://crunchbang.net/packages-7.10.xx/crunchbang.list -O /etc/apt/sources.list.d/crunchbang.list

2. Then, add the GPG Key and update APT with the following command:

wget -q http://crunchbang.net/crunchbang.key -O- | sudo apt-key add - && sudo apt-get update

Add the 8.04.xx repository

Below are the instructions to add the CrunchBang Linux 8.04.xx repository to your system's list of APT repositories. The packages within this repository have been built for use with CrunchBang Linux; however, they should also be compatible with Ubuntu "Hardy Heron". Use at your own risk.

1. Open a terminal and enter the following command to add the repository:

sudo wget http://crunchbang.net/packages-8.04.xx/crunchbang.list -O /etc/apt/sources.list.d/crunchbang.list

2. Then, add the GPG Key and update APT with the following command:

wget -q http://crunchbang.net/crunchbang.key -O- | sudo apt-key add - && sudo apt-get update

Add Your Comment

Use the form below to add your comment. Markdown syntax is available. Note, comments are moderated by me for spam filtering. Alternatively, feel free to contact me privately.