|
Table of Contents
Pakfire
Pakfire was specially developed for IPFire and provides a safe and easy way to install Addons and updates. Similar to well known applications such as Some important features of Pakfire are…
Therefore it is ensured that no forged packages can be installed.
Additional NoteIf the outgoing firewall is configured in mode 1, you need to add rules for downloading packages via port 80 (HTTP) and the icmp protocol for the server-is-alive?-check. Using the GUIPreparationWhen you select the web interface tab for Pakfire, the most important information will be shown, which is:
If needed, you can click on To close possible security threats, IPFire should always be kept as up-to-date as possible.
All updates and Addons will be checked thoroughly and several tests will be performed. Installation of the UpdatesIn the window to the right you will always get informed about the newest updates. Because these updates often contain fixes for security-critical problems, they should get installed as fast as possible. By clicking on the button under the window, you can perform that operation by hand. You can also automate this by activating the automatic Upgrade in the configuration. Installation of AddonsIn the second section, the actual Addons can be found. Here are available and installed Addons listed. If you want to install one or more Addons, you need just to select the needed Addon with a mouse click (press CTRL key for more than one). Clicking on the plus sign installs the Addon. However, before actual installation you will be asked to confirm installation or to abort. Uninstall an AddonUninstall is as easy as installation! In the list of installed Addons select the Addon to be uninstalled, by clicking the minus sign. You will then be prompted to confirm or abort the process. Using the ConsoleInstallationThe Command, for example: to install the package ”Samba” on IPFire via the Console: pakfire install samba After a short period the installation process starts. The Console output can be bypassed with the parameter ”-y”. Several packages can be installed at same time by using the Command: pakfire install -y htop samba bwm-ng tripwire... A list of available packages can be found by using the following Command in the Console window: pakfire list UninstallTo uninstall a package e.g. ”Samba”, run the following Command in the Console window: pakfire remove samba |
||