Difference between revisions of "Installing Applications"

From GhostBSD Wiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
<noinclude>{{NavHeader|back=Installation Troubleshooting|forward=Using pkg Package Management}}</noinclude>
 
<noinclude>{{NavHeader|back=Installation Troubleshooting|forward=Using pkg Package Management}}</noinclude>
  
{{Verify}}
 
  
In GhostBSD, software can be install with pkg_add or pkg-install or software-station:
+
In GhostBSD, software can be installed with ''<code>[https://www.freebsd.org/cgi/man.cgi?query=pkg-add&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html pkg add]</code>'', ''<code>[https://www.freebsd.org/cgi/man.cgi?query=pkg-install&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html pkg install]</code>'' or [https://wiki.ghostbsd.org/index.php/Software_Station software-station]:
* 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.  
+
* 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. However, most users utilize ''<code>pkg install</code>'' to install applications from the official GhostBSD repository.  
 
* There are over 32,000 applications in ''GhostBSD's Ports''. These applications can be readily accessed via software-station.
 
* There are over 32,000 applications in ''GhostBSD's Ports''. These applications can be readily accessed via software-station.
 
   
 
   
 
[[Category:Handbook]]
 
[[Category:Handbook]]
 
[[Category:Application Management]]
 
[[Category:Application Management]]

Latest revision as of 17:35, 2 February 2020

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


In GhostBSD, software can be installed with pkg add, 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. However, most users utilize pkg install to install applications from the official GhostBSD repository.
  • There are over 32,000 applications in GhostBSD's Ports. These applications can be readily accessed via software-station.