14
submitted 4 months ago* (last edited 4 months ago) by greyw0lv@lemmy.ml to c/archlinux@lemmy.ml

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.

top 14 comments
sorted by: hot top controversial new old
[-] BaalInvoker@lemmy.eco.br 6 points 4 months ago

You may use pacman to install packages in your Arch

To install packages you need to use pacman -S <pkgname>. For example to install Firefox:

pacman -S firefox

You can also install many packages once, for example:

pacman -S firefox git ruby keepassxc

Remember that you need root privileges to install apps with pacman

[-] greyw0lv@lemmy.ml 3 points 4 months ago* (last edited 4 months ago)

How do I have root privileges? Do I just use sudo?

[-] BaalInvoker@lemmy.eco.br 4 points 4 months ago

Yep, sudo gives your user root privileges

[-] greyw0lv@lemmy.ml 1 points 4 months ago

using

sudo pacman -S

I get a fatal error from every mirror it attempts to download through.

[-] BaalInvoker@lemmy.eco.br 4 points 4 months ago

This can be 2 things:

  1. You're not connected to the internet
  2. You need to properly set the mirrors

Try run ping www.google.com and see if you have connection. If you don't you need to connect your PC to the internet

Otherwise, 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/mirrorlist you paste the content you got when clicking Generate List at this site I mentioned before

Then run sudo pacman -Syyu to update everything and then try install your apps again

[-] greyw0lv@lemmy.ml 2 points 4 months ago* (last edited 4 months ago)

Thank you!

So far I've determined I'm definitely not connected to internet.

Unfortunately i cannot seem to connect.

I've tried iwctl, and also nmtui.

I dont know if I'm describing this right but both connect without error for a bit. But the second I go to use the WiFi it disconnects.

Edit: rebooting after connecting seems to have solved it.

[-] ZWQbpkzl@hexbear.net 3 points 4 months ago
  1. confirm you can connect via ethernet. It sounds like you can.
  2. Check available WiFi networks with nmcli device wifi
  3. Connect with nmcli device wifi connect <ssid> password <password>

If nothing is listed in #2 then you need to install drivers for your WiFi. Check the arch wiki for how to identify which wifi card you have and what AUR package is needed. Installing an AUR package without internet will be an adventure so I recommend jacking in for that.

[-] BaalInvoker@lemmy.eco.br 1 points 4 months ago

Well, this is strange...

You said you're using both iwctl and nmtui, and maybe that's the issue, cause you're configuring 2 distinct apps to handle your connection and I think they can conflict with each other

Choose 1 and disable the other

For example, let's suppose you wanna keep iwd, so enable it with

sudo systemctl enable --now iwd.service

And disable NetworkManager

sudo systemctl disable NetworkManager.service

Reboot your system

However I suggest you to take a look at https://wiki.archlinux.org/title/Network_configuration

[-] eruchitanda@lemmy.world 3 points 4 months ago

I would do:

pacman -S --needed firefox

Instead.

You can replace pacman with AUR helper (I'd suggest installing Paru or YAY) if you're using one.

[-] eruchitanda@lemmy.world 5 points 4 months ago

BTW, for AUR helpers, you don't use sudo.

[-] Admetus@sopuli.xyz 3 points 4 months ago* (last edited 4 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.

[-] Gemini24601@lemmy.world 3 points 4 months ago

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

[-] greyw0lv@lemmy.ml 2 points 4 months ago

Hmm.

I connected to my internet using iwctl.

But yeah the ping returned a failure so I guess I'm not connected.

[-] Gemini24601@lemmy.world 2 points 4 months ago

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

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

Arch Linux

7173 readers
1 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS