Difference between revisions of "Ports"

From GhostBSD Wiki
Jump to: navigation, search
(Introduction)
Line 7: Line 7:
  
 
The ports-collection supports always the newest version of an application for FreeBSD-CURRENT and FreeBSD-STABLE. Older versions will not be supported.
 
The ports-collection supports always the newest version of an application for FreeBSD-CURRENT and FreeBSD-STABLE. Older versions will not be supported.
 +
 +
== Function ==
  
 
Each port contains also all patches of a source code of an application.
 
Each port contains also all patches of a source code of an application.
Line 14: Line 16:
 
Each port contains a make-file. It downloads, unpacks and installs the source code and all patches of an application.  
 
Each port contains a make-file. It downloads, unpacks and installs the source code and all patches of an application.  
  
There are a lot of pre-compiled packages. It is easier to open a terminal and use [[pkg]] or more easier to use [[Software Station]].
+
== Suggestion ==
  
 +
There are a lot of pre-compiled packages. It is easier to open a terminal and use [[pkg]] or more easier to use [[Software Station]].
  
 
== For more Information ==
 
== For more Information ==

Revision as of 12:34, 15 December 2019

Application Management
pkg Software Station Update Station Ports Applications
Back to the Icon Disti GhostBSD.pngWiki

Introduction

The ports-collection of FreeBSD allows users and admins to install applications easily. At the moment are in the ports-collection more than 30.000 ports.

The ports-collection supports always the newest version of an application for FreeBSD-CURRENT and FreeBSD-STABLE. Older versions will not be supported.

Function

Each port contains also all patches of a source code of an application.

To install an application you have to download the source code and unpack it. You have to go to the directory of that port on your PC and do: make install as root.

Each port contains a make-file. It downloads, unpacks and installs the source code and all patches of an application.

Suggestion

There are a lot of pre-compiled packages. It is easier to open a terminal and use pkg or more easier to use Software Station.

For more Information