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

2 Responses to “CrunchBang Linux Repositories”

  1. RO wrote,

    Will there be a 9.04 repository? More importantly, is there any way to get an ssh server (aside from compiling from source)? I was really hoping to set up an old notebook PC with #! to use for an internal network and UPS monitor, but without sshd, that won't be very workable.

    TIA, RO

  2. Philip wrote,

    @RO: I moved CrunchBang Linux to its own domain late last year, this is page is somewhat outdated. Please see: http://crunchbanglinux.org

    Regarding the SSH server, yes it is possible, I would suggest posting on the forums if you require assistance setting it up: http://crunchbanglinux.org/forums

    Hope this helps. :)

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.