Difference between revisions of "Pacman Overview"
→Added installing a package from the AUR
imported>Aaditya |
imported>Aaditya |
||
Line 108: | Line 108: | ||
sudo pacman -Sw [software package name] | sudo pacman -Sw [software package name] | ||
==Packages from the AUR (Arch User Repository)== | |||
To install a package from the AUR using a ''wrapper for pacman'' like '''yaourt'''- | |||
yaourt -S [software package name] | |||
See [http://wiki.manjaro.org/index.php?title=Arch_User_Repository The Arch User Repository] for more details. | |||
Line 125: | Line 134: | ||
pacman -U http://www.examplepackage/repo/examplepkg.tar.xz | pacman -U http://www.examplepackage/repo/examplepkg.tar.xz | ||
= Removing Applications and Software Packages = | = Removing Applications and Software Packages = |