|
Using apt-get to install 4PaneBefore 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:
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. |