For system, network and cloud administrators
Pamac, the Manjaro software package manager has a couple of useful commands.
pamac install package_name
I’m so used to Debian and Ubuntu and I always feel the need to surpress the “Yes/No” questions during package installation. So, on Manjaro you can just use the –no-confirm option in order to install them automatically:
pamac install --no-confirm package_name
pamac remove package_name
Which are called orphans:
pamac remove --orphans package_name
pamac remove --unneeded, u
pamac search package_name
pamac list --installed
pamac checkupdates