Okay so I just finished struggling through my archlinux install. I have arch Linux with hyprland now.
But I cannot figure out how to download anything.
At minimum i need a browser, and git. But I cannot figure out web downloads in kitty.
Edit: nmtui to connect to WiFi, and then a reboot solved it.


using
sudo pacman -S <filename>
I get a fatal error from every mirror it attempts to download through.
This can be 2 things:
Try run
ping www.google.comand see if you have connection. If you don’t you need to connect your PC to the internetOtherwise, you have to set the mirrors. So go to https://archlinux.org/mirrorlist/ and select the best location to you, then in the file
/etc/pacman.d/mirrorlistyou paste the content you got when clickingGenerate Listat this site I mentioned beforeThen run
sudo pacman -Syyuto update everything and then try install your apps again