Difference between revisions of "Installing Applications"

From GhostBSD Wiki
Jump to: navigation, search
m
m
Line 2: Line 2:
  
 
In GhostBSD, software can be install with pkg_add or pkg-install or software-station:
 
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.
+
* The ''<code>pkg_add</code>'' command is used to extract pre-built binary packages from a local file or from a remote server on the network.  
* ''GhostBSD's Ports'' is one of the most useful features of GhostBSD, and it can be accessed via software-station.
+
* There are over 32,000 applications in ''GhostBSD's Ports''. These applications can be readily accessed via software-station.
 
+
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.
+
* ''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 04:49, 1 January 2019

Previous: Installation Troubleshooting Return to Table of Contents Next: Using pkg Package Management
Installing Applications


In GhostBSD, software can be install with pkg_add or pkg-install or software-station:

  • The pkg_add command is used to extract pre-built binary packages from a local file or from a remote server on the network.
  • There are over 32,000 applications in GhostBSD's Ports. These applications can be readily accessed via software-station.