Installing additional modulesAdditional modules can be downloaded from usfos.no, and is installed just like the programs above. Download the files into the ~/bin/usfos/bin folder, use the gunzip tool to uncompress the files and make them executable. If you want to install the postfos tool, simply do the following:
cd ~/bin/usfos # Change directory
wget http://www.usfos.no/download/Linux/files/postfos.gz # Download the file
gunzip postfos.gz # Uncompress the file
chmod +x postfos # Make the file executable |
|