this post was submitted on 29 Apr 2024
14 points (100.0% liked)

Arch Linux

7744 readers
1 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] Admetus@sopuli.xyz 3 points 6 months ago* (last edited 6 months ago)

sudo pacman -S

is virtually the only command I used as a beginner.

But that said, you may install from the AUR using yay.

I found out previously just use yay. Don't do sudo yay. It's not necessary and not 100% of AUR packages are guaranteed to be clean: omitting sudo will keep them out of root.