Difference between revisions of "Pacman Overview"
no edit summary
imported>Verityproductions |
imported>Verityproductions |
||
Line 4: | Line 4: | ||
''[information required about keyring and signatures]'' | ''[information required about keyring and signatures]'' | ||
== Updating the System == | == Updating the System == | ||
Line 12: | Line 13: | ||
sudo pacman -Syu | sudo pacman -Syu | ||
== Searching for Software == | == Searching for Software == | ||
Line 22: | Line 24: | ||
sudo pacman -Ss leafpad | sudo pacman -Ss leafpad | ||
== Installing Applications and Software Packages == | == Installing Applications and Software Packages == | ||
Line 32: | Line 35: | ||
{{tip| many software packages (especially complex applications) will require other software packages - known as ''dependencies'' - to also be downloaded and installed in order to work. Fortunately, pacman will automatically detect and install these for you.}} | {{tip| many software packages (especially complex applications) will require other software packages - known as ''dependencies'' - to also be downloaded and installed in order to work. Fortunately, pacman will automatically detect and install these for you.}} | ||
== Removing Applications and Software Packages == | == Removing Applications and Software Packages == | ||
Line 53: | Line 57: | ||
This command will also remove the appropriate configuration files used by the deleted package. Using this command will therefore result in a clean system, free of useless dependencies that aren't used by any other software packages (known as ''orphans''). | This command will also remove the appropriate configuration files used by the deleted package. Using this command will therefore result in a clean system, free of useless dependencies that aren't used by any other software packages (known as ''orphans''). | ||
== Learning pacman's options == | == Learning pacman's options == |