LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pacman-deptest

checks each dependency specified and returns a list of dependencies that are

TLDR

Print package names of dependencies that are not installed
$ pacman -T package1 package2
copy
Check if installed package satisfies the given minimum version
$ pacman -T "bash>=5"
copy
Check if a later version of a package is installed
$ pacman -T "bash>5"
copy
Display help
$ pacman -Th
copy

SYNOPSIS

pacman --deptest [options] [package(s)]

DESCRIPTION

pacman --deptest checks each dependency specified and returns a list of dependencies that are not currently satisfied on the system. This is useful for scripts to determine what packages need to be installed.Version comparisons can use operators like >=, >, =, <, and <= to check for specific version requirements.

PARAMETERS

-T, --deptest

Check dependencies specified and return unsatisfied ones
-h, --help
Display help for this operation

INSTALL

sudo apt install pacman-package-manager
copy
sudo dnf install pacman
copy
sudo pacman -S pacman
copy
sudo apk add pacman
copy
nix profile install nixpkgs#pacman
copy

CAVEATS

This operation only checks local database; it does not query sync databases for available packages.

HISTORY

Part of pacman, the package manager for Arch Linux and derivatives.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid