Multiple package updates

Good day all,
I’m looking for a way to be able to update multiple packages at the same time when I update my system - currently my system only downloads one package at a time before downloading the next. I think the update process in terminal is slowed down by not being able to download 5 at a time when I’m updating my system.

Is there a way of being able to do this?
Thanks

Hello,

See Pamac - Manjaro preferences and set the Maximum parallel downloads to what you desire.

For pacman see the /etc/pacman.conf file and set the ParallelDownloads

3 Likes
sudo nano /etc/pacman.conf
  1. I’ve got 15
1 Like

Thankyou very much Bogdan and Victor