this post was submitted on 23 Sep 2024
-11 points (33.3% liked)

Linux

47663 readers
1175 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
 

So i really wanted to ditch windows once and for all so i’ve tried Linux for a week trying different distros (debian, manjaro, ubuntu, opensuse, mint) and first of all why? Why are there so many distros out there? What’s the difference between debian + kde and manjaro + kde? They look the same, they work the same. I don’t get it. Also why do things have to be complicated? I’ve installed debian, installed calibre to manage my ebooks, created a library from an existing library on my hard drive (not the one with debian installed), ERROR! All the files are read-only. What???? I’ve followed multiple guides on how to change permissions and finally solved the problem. Now let’s restart my pc. files on the hard drive are read only WHAT???? Fuck debian, let’s go on manjaro. No problems at all on calibre. Managed to create the library as easy as i did on windows. My question is: where’s the fun in this? It’s just problems, after problems, after problems and i didn’t even start gaming. I mean i tried installing retroarch and importing my saves but of course nothing works. Read this guide, read that guide. Nope. Nothing works. Ok, fuck retroarch let’s customize the appearance of my desktop: move some icons on the panel, center this, adjust height, move this on the left, spent 30 minutes tweaking, very nice… kde crashes, all back to default. Let’s download some apps. I want as many apps that i already know as possible. Let’s see if jdownloader is available for linux. Yep there’s one. Nope, not for manjaro (officially). There’s a AUR package available. Nice. What do i need to do to install a AUR package? A wall of text on the wiki, 20 minutes videos, yay. Ok let’s call it a day. Do i need to live another life to make linux work?

you are viewing a single comment's thread
view the rest of the comments
[–] frengo@lemm.ee 1 points 2 weeks ago (1 children)

Weird, that used to work last I used Debian based with KDE

It was Debian with xfce.

For the time being, yes

Wasn't this the OS of freedom? Hmmm

But you don’t, so you shouldn’t try to install stuff manually

I tried to install ISO image writer on Ubuntu, on my laptop. Went straight to the package manager, no terminal bullshit, downloaded it, open button is greyed out. Fantastic. Stable version btw. Solved by uninstalling and installing another version available on the manager. Linux is literally problems after problems after problems.

install an APK

Like, download the APK, enable Unknown sources, tap on the icon? I don't use android since 2017 but i'm pretty sure is the same, isn't it? Not an happy comparison.

When i want to uninstall and app and all the dependencies connected to it (autoremove, right?) is Linux able to tell if some of those dependencies are necessary for other apps and "whitelist" them?

[–] Nibodhika@lemmy.world 1 points 2 weeks ago

Wasn't this the OS of freedom? Hmmm

Yes, you're also free to shoot yourself in the foot. Do what you want, I'm trying to prevent you from hurting yourself, but you're free to do so of you so wish.

I tried to install ISO image writer on Ubuntu, on my laptop.

Ubuntu already comes with an iso image writer.

Went straight to the package manager, no terminal bullshit, downloaded it, open button is greyed out.

What program? How did you run it? What are you trying to do, you need to be a lot more specific,

Fantastic. Stable version btw. Solved by uninstalling and installing another version available on the manager.

Package managers only have one version, so that shouldn't be possible.

Linux is literally problems after problems after problems.

Again, at least once you didn't installed it via the package manager, so at least once you shot yourself in the foot. I'm guessing it was the first time, and you installed a snap/flatpacks which maybe required especial permissions for accessing USB devices.

Like, download the APK, enable Unknown sources, tap on the icon? I don't use android since 2017 but i'm pretty sure is the same, isn't it? Not an happy comparison.

Yes, it's the same, try explaining that to your grandma who doesn't know how to answer a call and you'll quickly tell her to first learn to use the basics before wanting to enable external sources and installing random stuff from the internet.

When i want to uninstall and app and all the dependencies connected to it (autoremove, right?) is Linux able to tell if some of those dependencies are necessary for other apps and "whitelist" them?

Yes, it keeps track of which things use what, autoremove removes things that were installed as dependencies but nothing else depends on them now. So for example if you uninstall Ark and that was the only thing using unzip, running autoremove would get rid of the unzip library.