this post was submitted on 23 Sep 2023
57 points (95.2% liked)

Linux

47365 readers
916 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've been using PopOS for a few months now, and I'm interested in Arch, but I'm worried about whether or not I have enough experience to do that successfully. Also, I have an Nvidia GPU until I start a new build in the next year or so. I don't know if that'll be a problem in Arch. It was a major issue with Fedora for me.

I'm willing to learn the terminal, but right now I'm still pretty dependent on tutorials to do more than basic things, like installing software. Most of those are catered to Ubuntu-based distros, so I'm concerned I won't have the luxury of guides to more complex terminal stuff.

Am I overthinking this? Or should I wait longer (maybe even until I build a new PC)?

How difficult is the transition from Ubuntu-based to Arch?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 21 points 1 year ago* (last edited 1 year ago) (3 children)
  • How to do the most basic things

How to search for a package: sudo pacman -Ss packagename

How to install a package: sudo pacman -S packagename

How to update: sudo pacman -Syu

How to remove a package: sudo pacman -Rcns packagename

How to clean old packages: sudo pacman -Sc --noconfirm

Arch linux installer (official): archinstall

...and that is (pretty much) all you need to learn to use Arch linux in an acceptable fashion. Now go ahead and give it a spin -- you'll love it.

[–] [email protected] 14 points 1 year ago

Or just use yay with EndeavourOS.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

yay is also preinstalled on Endeavour; its main sells are fuzzy search, bundling AUR and treating just "yay" as update and upgrade everything and "yay " as fuzzy search for that package and you can select items to install. You still have to learn the rest of the commands though.

[–] [email protected] 2 points 1 year ago

Yes, let me reiterate for OP that archinstall is how you want to start your arch setup. The tutorial will guide you down the manual path to setup which is a lot more laborious and doesn’t always work the way you hope. The built-in script will do all of the manual setup tasks for you.