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.

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

SEE ALSO

Copied to clipboard
Kai