The packages are installed in /opt/guengel by default.
Brief Instructions
- Download the package.
- Open a terminal.
- Inside the terminal, change to the directory where you downloaded the package.
- Use bzip2(1) to unzip the package. For instance
# bzip2 -d <packagename>.pkg.bz2Replace <packagename> with the name of the package.
- Still inside the terminal, use pkgadd(1M) to add the
package to the system. Example:
# pkgadd -d ./<pkgname>.pkg
Using gglpkg
If you don't want to manually fetch and install the packages, you can use gglpkg. It's a perl script for fetching and installing the packages from this site. You first need to download the gglpkg package. Alternatively, type the following on the command line:
This will fetch and install gglpkg in /opt/guengel. You may add /opt/guengel/bin to your PATH environment variable. From here onwards, I assume you do that.
After successful installation of gglpkg, you need to fetch the catalog by typing on the command line:
To see the list of available packages, issue:
To actually install a package, type for instance
which would fetch and install emacs and dependent packages.
If you first want to see what would happen, use --dry, for instance:
For further information about gglpkg read the man page please. Type:
Important: gglpkg uses the XML::XPath module. It has to be installed prior running gglpkg. You can use the CPAN perl module to install it by issuing:
After setting up CPAN, issue install XML::XPath in the CPAN shell.
![[Valid XHTML 1.0]](/images/w3c/valid-xhtml10-blue.png)
![[Valid CSS]](/images/w3c/valid-css2-blue.png)