pkg

pkg Cheatsheet #

pkg is a package management system used primarily on FreeBSD. It is used for managing packages and their dependencies on the system.

Basic Commands #

Command/OptionExampleDescription
pkg installpkg install <package>Install a package
pkg deletepkg delete <package>Remove a package
pkg infopkg info <package>Show information about a package
pkg updatepkg updateUpdate the package repository
pkg upgradepkg upgradeUpgrade all installed packages

Package Management #

Command/OptionExampleDescription
pkg searchpkg search <package>Search for a package
pkg info -apkg info -aList all installed packages
pkg info -L <pkg>pkg info -L <package>List files installed by a package
pkg info -R <pkg>pkg info -R <package>Show reverse dependencies of a package

Repository Management #

Command/OptionExampleDescription
pkg addpkg add <package>Install a package from a local file
pkg fetchpkg fetch <package>Download a package without installing it
pkg auditpkg auditCheck for security vulnerabilities in installed packages

Configuration #

Command/OptionExampleDescription
pkg checkpkg check -dVerify package integrity and dependencies
pkg cleanpkg cleanRemove old package data

Advanced Commands #

Command/OptionExampleDescription
pkg lockpkg lock <package>Lock a package to prevent updates
pkg unlockpkg unlock <package>Unlock a package to allow updates
pkg setpkg set -a <attribute>=<value>Set or modify attributes of a package

This cheatsheet provides essential pkg commands for package management on FreeBSD and similar systems.

pkg

Explore our comprehensive cheatsheets to enhance your knowledge and efficiency. Each cheatsheet provides detailed command options, examples, and descriptions to help you master various tools and technologies.