I’m a little bit underwhelmed, I thought that based off the fact so many people seem to make using this distro their personality I expected… well, more I guess?

Once the basic stuff is set-up, like wifi, a few basic packages, a desktop environment/window manager, and a bit of desktop environment and terminal customisation, then that’s it. Nothing special, just a Linux distribution with less default programs and occasionally having to look up how to install a hardware driver or something if you need to use bluetooth for the first time or something like that.

Am I missing something? How can I make using Arch Linux my personality when once it’s set up it’s just like any other computer?

What exactly is it that people obsess over? The desktop environment and terminal customisation? Setting up NetworkManager with nmcli? Using Vim to edit a .conf file?

199 points
*

Welcome to realizing the Memes are all bullshit and its just a solid distro that’s worth using for the simpleness. Just go use your computer like the average user is and roll with it

permalink
report
reply
66 points

Yep, all this «how do I learn linux» stuff is weird. You don’t learn your OS, you use it. Did you need to «learn» Windows? You just launch it and click your browser / file manager / media player and browse, manage files and watch or listen to your media files.

You can just use your PC as you would regularly use your PC and find solutions once you face some issues. Yes, Linux issues are different from Windows issues.

permalink
report
parent
reply
51 points

You got downvoted but as a Systems Engineer when I get home from work, I want my OS to get out of my way. All these other people are crazy.

permalink
report
parent
reply
7 points

This x 1000. I’ve had a buddy razz me over using plain, simple Debian because it’s not bleeding edge and the packages are out of date in some cases. bro I don’t care I just want to play some games and occasionally use LibreOffice for some stuff.

permalink
report
parent
reply
16 points

Modern operating systems have made it take very little knowledge to connect to WiFi and browse the internet. If you want to use your computer for more than that, it can still take a longer learning process. I download 3D models for printing, and wanted an image for each model so I could find things more easily. In Linux, I can make such images with only about a hundred characters in the terminal. In Windows, I would either need to learn powershell, or make an image from each file by hand.

The way I understand “learning Linux” these days is reimagining what a computer can do for you to include the rich powers of open source software, so that when you have a problem that computers are very good at, you recognize that there’s an obvious solution on Linux that Windows doesn’t have.

permalink
report
parent
reply
1 point

I get your point, but for your specific example windows powertools gave my .stl files thumbnails if that is what you are referring to.

permalink
report
parent
reply
2 points

You joke, but I was there, 3000 years ago… and DOS, Windows and Lotus 1-2-3 courses sold like hot cakes. Yeah, people had to learn Windows until a critical mass of people knew it so knowledge would self propagate.

permalink
report
parent
reply
2 points

the vhs tapes

permalink
report
parent
reply
121 points

Didn’t bother going through the hoops and installed EndeavourOS which is arch-based with some additional default applications.

For me, the best thing of Arch isn’t the distribution but the Arch wiki. An impressive piece of documentation.

permalink
report
reply
55 points

Arch wiki is superb, couldn’t have installed or configured Arch without it.

permalink
report
parent
reply
6 points

Which btw is the reason many people ended up with Archlinux… after the x-th time looking up some configuration issues on another distro and landing there.

permalink
report
parent
reply
34 points

And the Arch User Repository is really handy when you need some more users.

permalink
report
parent
reply
5 points

That’s not a typo but a jest to the security implications, isn’t it?

permalink
report
parent
reply
11 points

It was a joke on the dual meaning of “user repository” which I didn’t think about that deeply but that would have been smart.

permalink
report
parent
reply
15 points
*

The Arch build system is just as impressive IMO. I’ve written Debian and redhat packages for at least two decades and Arch packaging is just so much easier to handle. The associated tooling for creating and managing build chroots is excellent as well.

permalink
report
parent
reply
2 points

That’s the main reason my software is in the AUR but nowhere else. I tried to make a deb package and failed so many times so I just gave up.

permalink
report
parent
reply
2 points

EndeavorOS is essentially Arch with a gui installer and a few optional pre-installed packages.

permalink
report
parent
reply
1 point

Yes, wiki and community are top notch!

permalink
report
parent
reply
101 points

You already announced you use Arch… So you’re doing good

permalink
report
reply
65 points

Most distros are very similar - it’s mostly the same software just using a different package manager.

This is why “which distro should I use” is the most annoying question in this community.

permalink
report
reply
18 points

It is definitely annoying but I think it’s understandable from people that are coming in from the outside.

permalink
report
parent
reply
9 points

There is a pretty big difference in terms of usability between Arch and everything else because of the rolling release model and the AUR. Lots of things you would have to manually install from a git repo or track down a PPA for can be installed like a normal package.

permalink
report
parent
reply
3 points

So what you’re saying is that the package manager is very different?

My point stands - once things are installed your “Linux Experience” is pretty similar.

NOTE: I’ve used words like “most” and “similar” and “pretty”. Do not ignore these words. They have meaning.

permalink
report
parent
reply
1 point
*

I would say it’s not very different, just one league above all the others that I’ve come across.

The three things that stand out in my opinion is how much their package manager can query packages, it’s rolling release and the number of packages they have in the AUR.

It makes Arch the most complete and up to date Linux distro,
with the exception of a user friendly forum,
that doesn’t look like the nazi soup kitchen from Seinfeld,
and an installer.

permalink
report
parent
reply
0 points

What did you expect they are using the same programs.

permalink
report
parent
reply
55 points
*

Now actually use it for a couple of years. Then you’ll see whats special about it.

For me personally, Ubuntu was breaking on every dist upgrade, the software was always out of date or not available in the repos. Been running arch for 5 years, same install, even transplanted it over to newer computers without issues. When some package is missing, I can throw together a PKGBUILD with chatgpt and put it on the AUR for others to use. It fucking rocks and is extremely sturdy while allowing me to do with it whatever I want.

But yeah, besides that, it’s just a linux. The individual things it does well are not even exclusive to arch. Ideally, you should not think about your OS at all and it should be out of your way, while you do something on it.

permalink
report
reply
8 points

Makes sense. Do you find that by having the same install for so long (including transplanting it) that you have accumulated a lot of bloat? One of the things I really enjoyed about a fresh install was that I knew there wasn’t a build-up of digital junk files, but with Arch fresh installing every once in a while just seems impractical.

permalink
report
parent
reply
7 points
*

I’ve been using Arch for about 15 years or so, and yes, I build up cruft… in my home directory ;-). The system itself is remarkably good at keeping tidy. The one spot to keep an eye on is /var/cache/pacman, as that’s where it stores every package you download before installation and it won’t delete it without you asking it to.

Any new config file will be saved with a .pacsave extension, so you’ll want to keep an eye out for those, but that’s basically it

permalink
report
parent
reply
2 points

Which is a good point to remind people to install pacman-contrib and make running pacdiff regularly a habit…

permalink
report
parent
reply
6 points

Not in any bothersome way. But if you really want to reinstall often that is valid as well. You can very easily script the arch install process to get you back to the same state far easier than other distros as well. Or you can just mass install everything except base and some core packages and reinstall the things you care about again which almost gives you a fresh install minus any unmanaged files (which are mostly in home and likely want to keep anyway).

permalink
report
parent
reply
1 point

The main trash you accumulate are config files in you home directory because they stay after the package is uninstalled. And they just sit there not hurting anybody.

permalink
report
parent
reply
1 point
*

Most of the junk accumulates in /home and I did a cleaning once, where I got rid of a couple hundred GB there, from stuff that was either already uninstalled or still installed but unused for years.

In the other root directories, I didn’t find much tbh. My / (excluding home) takes up 40GB and I don’t think it was significantly lower years ago as the bulk of it comes from necessary program files.

permalink
report
parent
reply
8 points

Yup, Arch is by far the distro I have had the fewest amounts of technical issues with. Yes, you need to know what you are doing or be willing to read docs, but there’s no magical bullshit, maintainer capriciousness and lack of planning happening like I have unfortunately witnessed all too often while using other distros.

permalink
report
parent
reply
5 points
*

Any major Linux distribution has a system for building packages, it’s not something special to Arch. In fact, Arch’s great advantage of the aur repository actually becomes a disadvantage by introducing instability and insecurity into your system when you add programs from that repository. It’s amazing that people criticize Windows security with .exe’s and then install packages from external repositories with the security of “trust in the repository”. How can you trust code with root access to the system just because it’s in the aur repository? That’s the main question I would ask Arch users.

permalink
report
parent
reply

It’s a choice. We know that it’s riskier to use stuff from AUR. Which is why it’s highly recommended to read the PKGBUILD before installing the package. The basic Arch install doesn’t even include an AUR helper. That said, AUR is typically very reliable for packages with a decent userbase. It’s mostly due to the community aspect. Bad actors are caught relatively easily as the PKGBUILD is available to look at.

permalink
report
parent
reply
7 points

It’s amazing that people criticize Windows security with .exe’s and then install packages from external repositories with the security of “trust in the repository”.

As with almost every case of these sorts of comparisons, these are likely separate groups of people holding separate groups of opinions.

I don’t use Arch anymore, but when I did I found that the AUR was really useful to quickly install niche applications that would take ages to be approved on to an official repository. Often those would be made by the application developers themselves or members of the community. I would personally vet the packaging script myself, but I’m sure many wouldn’t - and that’s fine. As with most software, there’s some trust involved and often you assume that if you’re installing from a reputable repository it’s going to be fine. If people aren’t vetting the installation scripts and are installing from random repositories, that’s really their problem. I’m glad the possibility existed and it’s the one thing I’ve missed in distros I’ve used since then.

permalink
report
parent
reply
7 points
*

Any major Linux distribution has a system for building packages

I have built packages for all the major ones. Non arch packages are a pain to build and I never want to do it again. In contrast arch PKGBUILDs are quite simple and straight forward.

How can you trust code with root access to the system just because it’s in the aur repository?

Because you can view the source that builds the packages before building them. A quick check to not see any weird commands in the builds script and that it is going to an upstream repo is normally good enough. Though I bet most people work on the if others trust it then so do I mentality. Overall due to its relative popularity it is not a big target for threats when compared to things like NPM - which loads of people trust blindly as well and typically on vastly more important machines and servers.

permalink
report
parent
reply
3 points

Well there is far less malware on Linux tbf so comparison is not completely accurate. But same caution applies, try to vet and understand what you install. That part is also easier with the AUR as it’s transparent in the packagebuild what it does unlike random exes with closed source. It’s also a large community with many eyes on the code so unless it’s a package with few users then it’s gonna get caught pretty quickly.

permalink
report
parent
reply
1 point

there is far less malware on Linux

That’s a common misconception. Linux is the most popular OS for servers. There are a lot of malware for Linux, probably even more than for Windows.

permalink
report
parent
reply
1 point

That is, you admit that most aur users delegate that function to other eyes instead of auditing the external code they are installing. A user repository outside of the official distribution repository is not a secure means of installing packages on the system, which may have root access to the system and the source code may change with each package update. Do you think that every time there is an update to a package that is not widely used, others will audit the source code for you? For that reason I stopped using Aur and by extension Arch, as their software catalog outside of aur is small.

permalink
report
parent
reply
3 points

Not sure if sarcasm or actual disinformation. You’re not supposed to trust the aur, that’s kinda the whole point of it. The build scripts are transparent enough to allow users to manage their own risk, and at no point does building a package require root access.

permalink
report
parent
reply
1 point

Ubuntu is plastic

permalink
report
parent
reply
0 points

Linux distros are made for using, not teaching. That’s what LFS is for: https://www.linuxfromscratch.org/lfs/

permalink
report
parent
reply
3 points

How is this relevant? They were talking about how Arch has a great user experience

permalink
report
parent
reply
2 points

Replied to the wrong post by accident.

permalink
report
parent
reply
-3 points

Been running arch for 5 years, same install, even transplanted it over to newer computers without issues.

To be fair, I pretty much do that with Windows 10…

permalink
report
parent
reply
-3 points
*
Deleted by creator
permalink
report
parent
reply

Linux

!linux@lemmy.ml

Create post

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

  • Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
  • No misinformation
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

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

Community stats

  • 9.8K

    Monthly active users

  • 5.8K

    Posts

  • 162K

    Comments