logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pacman Database - Manage Arch Packages | Online Free DevTools by Hexmos

Manage Arch Linux packages efficiently with Pacman Database. Control package attributes, check dependencies, and ensure database synchronization. Free online tool, no registration required.

pacman-database

Operate on the Arch Linux package database. Modify certain attributes of the installed packages. See also: pacman. More information: https://manned.org/pacman.8.

  • Mark a package as implicitly installed:

sudo pacman -D --asdeps {{package}}

  • Mark a package as explicitly installed:

sudo pacman -D --asexplicit {{package}}

  • Chec[k] that all the package dependencies are installed:

pacman -Dk

  • Chec[k] the sync [D]atabase to ensure all specified dependencies of downloadable packages are available:

pacman -Dkk

  • Chec[k] and display in [q]uiet mode (only error messages are displayed):

pacman -Dkq

  • Display [h]elp:

pacman -Dh

See Also