back

pkg

Manage packages on a FreeBSD system.

Overview

  • This module manages the installation and removal of FreeBSD packages.

Form

(pkg command & [package-or-packages])

Arguments

command

The overall command to execute. Must be one of: :install or :remove.

:install

Ensure the specied package is installed on the system

:remove

Ensure the specified package is removed from the syste,

package-or-packages

A package name or a list of packages

Options

OptionDescription

Examples