LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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
copy

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

Copied to clipboard
Kai