Hi all
I give you some Essential commands that we can use it in daily life. I hope it will help you to get some idea of arch based linux.
Operating system i use manjaro 19.0 xfce
Url to know more stuff about pacman cmd:
https://wiki.archlinux.org/index.php/...
Commands to use:
1.$sudo pacman - S (pkgname) - to install software or pkg.
2.$sudo pacman -Rns or Rsc (pkgname) - to remove pkg.
3.$sudo pacman -Ss (pkgkeyword) to search installed pkg.
4.$sudo pacman -Qe - to list all installed pkg on system. (Add -t if you want to ignore dependencies)
5.$sudo pacman -Syu - to update out-dated pkg on system.
Thanks for watching 😊.