this post was submitted on 22 Nov 2023
1283 points (93.5% liked)
Linux
48220 readers
616 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
- 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
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What problems did you run into?
Trying to install a lot of shit, primarily. I figured out that a lot of programs that I wanted were only available (to my knowledge) in .deb format which I couldn't get working in the distro, That and I'm still not used to using the terminal to install anything. Literally the only thing I miss from Windows is using wizards to install things. I understand a lot of this is purely skill issue though.
I found installing pamac and the enabling the arch user repository gives you most things that are debs, that of course involves using the cli to install pamac though
Manjaro has Pamac installed by default.
I wouldn't use manjaro with aur though, as it can fall a bit behind what most people posting aurs are building with
I haven't had any issues and I've been using it for 3 years.
Just using endeavour's bundled yay, you can install most packages including deb ones that users have written a "how to install" for. https://aur.chaotic.cx/ would also be nice.
But installing via terminal is so much more convenient compared to those stupid windows installer. Not to mention you don't have to download all those stupid installers again each time you want to update, unless the devs provide their own update mention in the software itself.
I'm sure it is, but it's a matter of remembering/knowing how the commands work vs literally clicking labelled buttons.
Also I'm sure if this was on Reddit, I'd be getting downvoted like crazy, so I appreciate y'all being helpful instead of doing that.
yay SEARCHTERM
It spits out all the packages with SEARCHTERM in its name or description. The packages are listed like "REPO/PACKAGE" , where REPO tells you if it's from the official repos (core/extra/multilib) or from the AUR.
Then pick the number of the package from the list and that's it.
If you want to update all your packages, even the AUR ones just enter
yay
and press enter on the follow-up questions. If you update with pacman -Syu then AUR packages won't get updated.Also Octopi is a nice frontend for yay and pacman. Not as fancy as Discover or Pamac but it does its job well.