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 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
ubuntu jaunty: deb http://www.4pane.co.uk/ubuntu/ jaunty universe
ubuntu karmic: deb http://www.4pane.co.uk/ubuntu/ karmic universe
ubuntu lucid: deb http://www.4pane.co.uk/ubuntu/ lucid universe
PCLinuxOS 2009: rpm http://www.4pane.co.uk/pclinuxos/apt/ pclinuxos/2009 4Pane
PCLinuxOS 2010: rpm http://www.4pane.co.uk/pclinuxos/apt/ pclinuxos/2010 4Pane

Next tell apt about the 4Pane public key:
wget -O - http://www.4pane.co.uk/4Pane.asc | sudo apt-key add -

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.