Changes between Version 6 and Version 7 of InstallationDebian
- Timestamp:
- 12/09/08 12:13:22 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationDebian
v6 v7 3 3 This document describes three methods of installation on Debian and Ubuntu. 4 4 5 1. Installing Debian/Ubuntu packages using apt 5 1. Installing Debian/Ubuntu packages using APT from the Debian repository 6 1. Installing Debian/Ubuntu packages using APT from the Vuurmuur server 6 7 1. Installing Debian packages manually. 7 8 1. Building Debian packages. … … 9 10 On Ubuntu systems you probably need to use the sudo command to install/create the packages. 10 11 11 == Installing Debian/Ubuntu packages using APT == 12 == Installing Debian/Ubuntu packages using APT from the Debian repository == 13 14 Debian Sid includes Vuurmuur. So if you're running Sid you may want to run the packages supplied by Debian. 15 16 Add the following line to your /etc/apt/sources.list file: 17 {{{ 18 deb http://ftp.de.debian.org/debian sid main 19 }}} 20 Replace "ftp.de.debian.org" with the Debian mirror you are using and/or are closest to. 21 22 Now, install vuurmuur with the following commands: 23 {{{ 24 apt-get update 25 apt-get install libvuurmuur0 vuurmuur vuurmuur-conf 26 }}} 27 28 == Installing Debian/Ubuntu packages using APT from the Vuurmuur server == 12 29 13 30 For Debian add the following line to your /etc/apt/sources.list file:
