Difference between revisions of "Pkg"

From GhostBSD Wiki
Jump to: navigation, search
(Introduction)
Line 5: Line 5:
 
== Introduction ==
 
== Introduction ==
  
 +
The package manager pkg is a powerful tool to manipulate pre-compiled copies of all the commands for an application, as well as any configuration files and documentation.
  
 +
A package can be manipulated with the [https://www.freebsd.org/cgi/man.cgi?query=pkg&sektion=8&manpath=freebsd-release-ports pkg(8)] commands, such as pkg install.
 +
 +
While the two technologies ports and packages are similar, each have their own strengths. Select the technology that meets your requirements for installing a particular application.
 +
Package Benefits
 +
 +
* A compressed package tarball is typically smaller than the compressed tarball containing the source code for the application.
 +
 +
* Packages do not require compilation time. For large applications, such as Mozilla, KDE, or GNOME, this can be important on a slow system.
 +
 +
* Packages do not require any understanding of the process involved in compiling software on FreeBSD.
 +
 +
Sorce: [https://www.freebsd.org/doc/handbook/ports-overview.html 4.2. Overview of Software Installation]
  
 
== Funktion ==
 
== Funktion ==

Revision as of 16:35, 15 December 2019

Application Management
pkg Software Station Update Station Ports Applications
Back to the Icon Disti GhostBSD.pngWiki
This page is in maintenance!
Please do not change this page without to contact the author or use Discussion!

Introduction

The package manager pkg is a powerful tool to manipulate pre-compiled copies of all the commands for an application, as well as any configuration files and documentation.

A package can be manipulated with the pkg(8) commands, such as pkg install.

While the two technologies ports and packages are similar, each have their own strengths. Select the technology that meets your requirements for installing a particular application. Package Benefits

  • A compressed package tarball is typically smaller than the compressed tarball containing the source code for the application.
  • Packages do not require compilation time. For large applications, such as Mozilla, KDE, or GNOME, this can be important on a slow system.
  • Packages do not require any understanding of the process involved in compiling software on FreeBSD.

Sorce: 4.2. Overview of Software Installation

Funktion

For more Information read