Difference between revisions of "Pacman Overview"

imported>Fhdk
imported>Fhdk
Line 16: Line 16:
= Synchronising with the Manjaro Repositories =
= 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:
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 and update your system, enter the following command in the terminal:
 
sudo pacman -Syyu
 
 
To simultaneously synchronise with the repositories '''and''' update your system, enter the command:


  sudo pacman -Syyu
  sudo pacman -Syyu
Anonymous user