Home
Screenshots
Getting 4Pane
Installing
i18n
Online Manual

Using apt-get to install 4Pane


Before you can use the 4Pane repository, you need to tell the apt-get setup that it exists. You do this by adding the appropriate url to apt-get's list of known repositories, /etc/apt/sources.list. You must be the superuser to do this, so either su to root (debian, mepis, PCLinuxOS), or prefix sudo to everything (or do sudo bash) (*buntu).

First you may wish to make a backup of your current settings:
cp /etc/apt/sources.list /etc/apt/sources.list.bak


Then either use your favourite text editor to add the appropriate line, or do (using debian lenny as an example):
echo "deb http://www.4pane.co.uk/debian/ lenny contrib" >> /etc/apt/sources.list

The line to add is different for different distros/versions; choose the appropriate one:
debian lenny: deb http://www.4pane.co.uk/debian/ lenny contrib
debian squeeze: deb http://www.4pane.co.uk/debian/ squeeze contrib
mepis lenny: deb http://www.4pane.co.uk/mepis/ lenny contrib
mepis squeeze: deb http://www.4pane.co.uk/mepis/ squeeze contrib
ubuntu lucid: deb http://www.4pane.co.uk/ubuntu/ lucid universe
ubuntu maverick: deb http://www.4pane.co.uk/ubuntu/ maverick universe
ubuntu natty: deb http://www.4pane.co.uk/ubuntu/ natty universe
ubuntu oneiric: deb http://www.4pane.co.uk/ubuntu/ oneiric universe
PCLinuxOS 2010: rpm http://www.4pane.co.uk/pclinuxos/apt/ pclinuxos/2010 4Pane

Next tell apt about the 4Pane public key (remove the 'sudo' if you've already su'ed):
wget -O - http://www.4pane.co.uk/4Pane.asc | sudo apt-key add -
or, rather faster to type:
apt-key adv --fetch-keys http://www.4pane.co.uk/4Pane.asc

You then need to do:
apt-get update
apt-get install 4pane

and 4Pane should be both downloaded and installed.


Alternatively, use an apt-get front end e.g. synaptic to add the repository and do the install.