Difference between revisions of "Pacman Overview"
no edit summary
imported>Verityproductions |
imported>Verityproductions |
||
Line 17: | Line 17: | ||
== Searching for Software == | == Searching for Software == | ||
It is also possible to use pacman to search Manjaro's software repositories for any desired software, provided you know the name of what you want. | It is also possible to use pacman to search Manjaro's software repositories for any desired software, provided you know the name of what you want. To search for a software package, the basic syntax is: | ||
sudo pacman -Ss [software package name] | sudo pacman -Ss [software package name] | ||
Line 28: | Line 28: | ||
== Installing Applications and Software Packages == | == Installing Applications and Software Packages == | ||
To install a software package | To install a software package, the basic syntax is: | ||
sudo pacman -S [software package name] | sudo pacman -S [software package name] | ||
Line 41: | Line 41: | ||
== Removing Applications and Software Packages == | == Removing Applications and Software Packages == | ||
To remove a software package, the basic syntax is: | |||
sudo pacman -R [software package name] | sudo pacman -R [software package name] |