pacman-r
short form of pacman --remove, which removes packages from the system
TLDR
This command is an alias of pacman --remove
View documentation for the original command
$ tldr pacman remove
SYNOPSIS
pacman -R [options] package(s)
DESCRIPTION
pacman -R is the short form of pacman --remove, which removes packages from the system. It handles dependency checking and can optionally remove configuration files and orphaned dependencies.
SEE ALSO
pacman(8), pacman-remove(8)
