Install a Solaris package


Install a Solaris package

If a package file (i.e., from sunfreeware.com) exists in the current directory, this recipe will allow you to install it on the system.


If the package file is called <packagename>:

pkgadd -d <packagename>

Similar Posts