How to use Pacman Command on Manjaro Linux

Here are some examples of How to use Pacman Command on Manjaro Linux

Upgrade System

pacman -Syu

Upgrade Package

sudo pacman -S package_name package_name2 package_name3

Remove Package

sudo pacman -Rs package_name

Search Package

 pacman -Ss "search_pattern"

List Packages

pacman -Q

List explicitly installed Packages

pacman -Qe

List orphan packages (installed as dependencies but not actually required by any package

pacman -Qtdq

Empty Pacman Cache

sudo pacman -Scc

Please find more on

https://wiki.manjaro.org/index.php/Pacman_Overview

If you want latest update and find more tips and tricks to build your own business platform, please checkout more articles on https://www.productdeploy.com and https://blog.productdeploy.com

Share This

Leave a Reply

Your email address will not be published. Required fields are marked *

*
*
*