this post was submitted on 04 Feb 2025
95 points (96.1% liked)

Linux

49551 readers
973 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I’m planning to install Arch Linux for the first time. Any recommendations on setup, must-have applications, or best practices? Also, what’s something you wish you knew before switching to Arch?

you are viewing a single comment's thread
view the rest of the comments
[–] CorrodedCranium@leminal.space 11 points 1 day ago* (last edited 1 day ago) (1 children)

I didn't read the documentation so I didn't know you weren't supposed to use sudo with yay.

-Ss can be added to pacman to search for packages. Pretty useful if you don't want to DuckDuckGo them every time.

As for applications one neat one I don't see recommended very often is xkill. You can use it to kill applications kind of like you would with the task manager in Windows. htop is probably a closer comparison to the task manager in general though.

There are a lot of Arch-based distros that are incredibly easy to install if you want a very easy setup process that doesn't involve a lot of terminal work.

[–] Jumuta@sh.itjust.works 3 points 20 hours ago (1 children)

i thought yay told you to not run it with sudo?

[–] CorrodedCranium@leminal.space 2 points 19 hours ago

It does. It gives you this message

-> Avoid running yay as root/sudo.

I only ran Debian and Ubuntu based distros up until that point so I thought you always needed to install packages using sudo.

I am pretty sure I ignored the warning initially because the first couple packages I tried to install with sudo and yay worked.

This was a while ago.