pacman-t
short form of pacman --deptest, which checks if specified dependencies are
TLDR
This command is an alias of pacman --deptest
View 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.
SEE ALSO
pacman(8), pacman-deptest(8)
