forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
564 B
Text
12 lines
564 B
Text
pacman is a utility which manages software packages in Linux. It
|
|
uses simple compressed files as a package format, and maintains a
|
|
text-based package database (more of a hierarchy), just in case
|
|
some hand tweaking is necessary.
|
|
|
|
pacman does not strive to "do everything." It will add, remove and
|
|
upgrade packages in the system, and it will allow you to query the
|
|
package database for installed packages, files and owners. It also
|
|
attempts to handle dependencies automatically and can download
|
|
packages from a remote server.
|
|
|
|
WWW: https://www.archlinux.org/pacman/
|