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.
Does internet work? You can check by running “ping archlinux.org” in a terminal, (Ctrl C to stop it). If you are connected to internet you could search for packages using the “pacman -Ss <e. g. chromium>”, and or install by using “sudo pacman -S <name>”
Hmm.
I connected to my internet using iwctl.
But yeah the ping returned a failure so I guess I’m not connected.
It’s possible you may be specifying the wrong device? Try iwctl, and then “device list” to see other options. I always seem to have two or three, with only one working. More info here: https://wiki.archlinux.org/title/Iwd#iwctl
You may use
pacmanto install packages in your ArchTo install packages you need to use
pacman -S <pkgname>. For example to install Firefox:pacman -S firefoxYou can also install many packages once, for example:
pacman -S firefox git ruby keepassxcRemember that you need root privileges to install apps with
pacmanHow do I have root privileges? Do I just use sudo?
Yep,
sudogives your user root privilegesusing
sudo pacman -S <filename>
I get a fatal error from every mirror it attempts to download through.
This can be 2 things:
- You’re not connected to the internet
- You need to properly set the mirrors
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


