pacman-t
short form of pacman --deptest, which checks if specified dependencies are
TLDR
This command is an alias of pacman --deptestView documentation for the original command
$ tldr pacman deptest
SYNOPSIS
pacman -T [options] [package(s)]
DESCRIPTION
pacman -T is the short form of pacman --deptest, which checks if specified dependencies are satisfied on the system. It returns the names of packages that are not installed or don't meet version requirements.
INSTALL
sudo apt install pacman-package-manager
sudo dnf install pacman
sudo pacman -S pacman
sudo apk add pacman
nix profile install nixpkgs#pacman
SEE ALSO
pacman(8), pacman-deptest(8)