Difference between revisions of "Pacman Overview"
Views
Actions
Namespaces
Variants
Tools
no edit summary
imported>Verityproductions |
imported>Verityproductions |
||
Line 11: | Line 11: | ||
sudo pacman -Syu | sudo pacman -Syu | ||
== Synchronising With the Manjaro Repositories == | |||
Your Manjaro system has a database of all the software packages (e.g. system updates and applications) that are available from the official repositories. This is used to help pacman locate and download these packages for installation. When updating your system, its database will automatically be refreshed as well. However, using this command is more thorough, as rather than just refreshing or updating the database, it will actually rebuild it completely. To synchronise your database with the Manjaro repositories, enter the following command in the terminal: | |||
sudo pacman -Syy | |||
To simultaneously synchronise with the repositories '''and''' update your system, enter the command: | |||
sudo pacman -Syyu | |||