logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Package Manager - Manage FreeBSD Packages | Online Free DevTools by Hexmos

Manage software packages with pkg, the FreeBSD package manager. Easily install, remove, and update software. Free online resource, no registration required.

pkg

FreeBSD package manager. More information: https://man.freebsd.org/cgi/man.cgi?pkg.

  • Install a new package:

pkg install {{package}}

  • Delete a package:

pkg delete {{package}}

  • Upgrade all packages:

pkg upgrade

  • Search for a package:

pkg search {{keyword}}

  • List installed packages:

pkg info

  • Remove unneeded dependencies:

pkg autoremove

See Also