Difference between revisions of "Installing Applications"
From GhostBSD Wiki
m (1 revision imported) |
m |
||
Line 1: | Line 1: | ||
− | <noinclude>{{NavHeader|back=Installation Troubleshooting|forward=Using | + | <noinclude>{{NavHeader|back=Installation Troubleshooting|forward=Using pkg Package Management}}</noinclude> |
− | In GhostBSD, software can be install with | + | In GhostBSD, software can be install with pkg_add or pkg-install or software-station: |
− | * '' | + | * ''GhostBSD's <code>pkg_add</code>'' is the command, used to extract packages, that have been previously created with the [https://www.freebsd.org/cgi/man.cgi?query=pkg_create <code>pkg_create</code>] command. <code>pkg_add</code> is use to install a GhostBSD binary package from a local file or from a server on the network. |
− | * '' | + | * ''GhostBSD's Ports'' is one of the most useful features of GhostBSD, and it can be accessed via software-station. |
This section demonstrates the following GhostBSD tools for managing software on your GhostBSD system: | This section demonstrates the following GhostBSD tools for managing software on your GhostBSD system: | ||
− | * ''FreeBSD <code>pkg_add</code>'' to manage and install software using the command line. | + | * ''FreeBSD <code>pkg_add</code>'' to manage and install software using the command line. |
− | * '' | + | * ''Software-station'' is used to install newer versions of software and update software already installed to apply security patches. |
− | + | ||
− | + | ||
[[Category:Handbook]] | [[Category:Handbook]] | ||
[[Category:Installing Applications]] | [[Category:Installing Applications]] |
Revision as of 03:44, 1 January 2019
Installing Applications |
In GhostBSD, software can be install with pkg_add or pkg-install or software-station:
- GhostBSD's
pkg_add
is the command, used to extract packages, that have been previously created with thepkg_create
command.pkg_add
is use to install a GhostBSD binary package from a local file or from a server on the network. - GhostBSD's Ports is one of the most useful features of GhostBSD, and it can be accessed via software-station.
This section demonstrates the following GhostBSD tools for managing software on your GhostBSD system:
- FreeBSD
pkg_add
to manage and install software using the command line. - Software-station is used to install newer versions of software and update software already installed to apply security patches.