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?
Now use Gentoo
I tried it out because of the memes and stuck with it because there wasn’t a bunch of extra stuff I don’t need distracting me. I kinda forget I’m using arch btw
You must have missed the small print that says “Personality not included”. Linux is simple, individual character is hard.
Most of the time it is achieved with the phrase: “I use Arch, btw”. 😉
Don’t forget shitting on Arch-derived distros.
We save that for Manjaro, endeavor and the others are pretty cool
Yeah I know. Derivate distros are cool only if they don’t stray too far from Arch. How dare a distro do something different.
Keep it up, it’s a super cool look (and healthy) for a distro to hate on its own downstream.
In a way this post is just long-form “I use Arch, btw” 🤯
Also wearing unix socks might help
EDIT: A more complete guide.
Also, Blåhajar for better pics
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. 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. Just an OS. Ideally, you should not think about your OS at all and it should be out of your way, while you do something on it.
deleted by creator
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.
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).
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 /car/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 itWhich is a good point to remind people to install
pacman-contrib
and make runningpacdiff
regularly a habit…
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.
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.
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.
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.
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.
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.
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.
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.
Linux distros are made for using, not teaching. That’s what LFS is for: https://www.linuxfromscratch.org/lfs/
How is this relevant? They were talking about how Arch has a great user experience
Replied to the wrong post by accident.
Ubuntu installs upgrade well in my experience, unless you add weird and outdated software from external sources. A bit like manually installing pkgbuild files you found on Github. Stuff will break in the same way when dependencies don’t get upgraded.
That said, Arch installs will break when a random library decides to update, and Ubuntu will break years later when you decide to upgrade.
Except for maybe Gentoo, Arch is the most “gets in your way” OS I’ve seriously used. You need to be conscious of stuff like your bootloader configuration, the network manager you use, and sometimes the kind of Bluetooth daemon you’re running, or software may not work or break your boot. It’s pretty easy to use if you install Arch by picking the exact same software you can also find in other distros (i.e. the Ubuntu style grub+systemd+NetworkManager+Gnome set, or the Fedora systemd-boot+dracut+NetworkManager+Gnome set). Following the Arch guide without copying a preexisting software set will make your life very difficult, as I’ve found out.
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.
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.
EndeavorOS is essentially Arch with a gui installer and a few optional pre-installed packages.
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.
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.
And the Arch User Repository is really handy when you need some more users.
That’s not a typo but a jest to the security implications, isn’t it?
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.
Arch wiki is superb, couldn’t have installed or configured Arch without it.
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.
I mean if you want to be blasé about the fact not everyone has the same technical skills as you, sure…
I also felt a little underwhelmed, I thought the installation would be more difficult.
If you are not in it for the memeing I find it to be a great distro.
I think any person with ability to read and follow instruction can install arch in 15 minutes (excluding waiting for things to download), there is nothing special about it.
Did you use
arch-install
or manual classic installIsn’t the archinstall command just one word?
Never used it, memory fuzzy I’m sure you’re right
Both :) Manual classic install doesn’t strike me as particularly complicated.
Yes, and that’s the point of Archlinux. It’s nothing special, at least in the way it is configured. You make it special. You build your distribution more or less. You are the opinionated one, not the distribution. I think what people are “obsessed with Arch” is, that you have to manage it yourself and you build it yourself. It is the philosophy that is appealing I guess. In example not much is automated. Stuff is described in the wiki and community and it is expected that you learn the stuff and understand and then do it yourself, instead relying on automated and preconfigured stuff from a regular distro.
On my main system I use EndeavourOS, which is basically Arch, but with some pre-configs and opinions, and comes with some automation tools.
afiak the prase “i use arch btw” is mostly sarcasm,
instead of genuine appreciation.its mocking the stereotype of arch users that constantly bring it up to sound smart or feel supperior.
think of arch like “vintage car culture” with a touch of minimalism.
its restricting and breaks all the time,
but thats kinda the point because fixing it becomes a part of your lifestyle.I use it precisely because it doesn’t break all the time and is less restricting… Don’t know where you got the idea it is not.
I also feel like it “breaking all the time” was part of the stereotype itself. I stopped using Arch because it was stable for almost 3 years and part of the point of using it in the first place was learning Linux by fixing stuff that broke - except that stuff never broke so I grew bored of it.
Nobody’s raving about the install, that’s just useful for people who don’t know what makes a Linux distro.
It becomes your personality after a few years because every update might break anything, and you need to regularly maintain random shit. Also if you forget to update regularly, the chance of everything crapping out rises exponentially.
I hope you’re using something like btrfs, because rollbacks are a must.
Sorry you’ve had such a rough go, just remember your experience isn’t everyone’s experience.
Ha ha, you fool, you fell for the classic blunder!
It’s just a meme, dude.
Everybody gangsta, until someone says I use Arch, BTW.
Not the only meme I fell for… Anyone know the best way to unload 5 thinkpads that originally shipped with Windows 7??
Let me ask you… Why would you do something like that? I mean, Arch is just a piece of software, why would you wanna be obsessed with or turn it your personality?
Don’t you have anything more meaninful to worry about?
It’s like owning a screw driver, a really nice professional grade, well forged screw driver, with a molded grip handle.
Does it do anything that the $1 cheap knock off screw drivers can do? No, its just a screw driver.
If you use it every day, you may grow to like all the tiny features and comforts and customizations, or maybe not.
ArchLinux is a tool just like embedded linux systems, does basically the same thing as every other OS, its not life changing, but if you may grow to like its little details just like a custom screwdriver.
Does it do anything that the $1 cheap knock off screw drivers can do? No, its just a screw driver.
I got a chuckle out of that