this post was submitted on 22 Jul 2023
6 points (100.0% liked)

Arch Linux

7175 readers
15 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
 

Hello everyone!

I'm experiencing troubles when installing and updating dependencies via pacman, download speed is waaay too low like 30-40 kb/s. I've tried reflector and rank-mirors, I even moved mirrors from another machine where everything works well but nothing helped.

As far as I can tell it's not a slow internet connection problem, because when I download torrents the speed is good (up to 7 megabytes per second).

How can I troubleshoot this?

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 10 points 1 year ago (1 children)

Use reflector. Sometimes it happens

# reflector --latest 20 --fastest 5 --save /etc/pacman.d/mirrorlist

[โ€“] [email protected] 4 points 1 year ago

This one + pacman -Syy helped me! Thank you a lot!