1038
this post was submitted on 05 Feb 2024
1038 points (100.0% liked)
linuxmemes
24470 readers
511 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. ๐ฌ๐ง Language/ัะทัะบ/Sprache
- This is primarily an English-speaking community. ๐ฌ๐ง๐ฆ๐บ๐บ๐ธ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. ย
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use Lubuntu for my home theatre PC, typically with a wireless mouse. But the amount of times I had to pull out the keyboard and open a terminal and add repositories and then apt get update all and then reboot and then try to install my program and then turns out I added the repositories for the wrong version of Ubuntu and now I gotta add the right one and also I can't double click someting cause it will open it up as a text file instead of an executable.
Look, I like Linux. This isn't a bad faith propaganda. I honestly think Linux could replace Windows if the developers tried, just tried, to make it user friendly. I work with multple programming languages daily, I'm not computer illiterate, but I appreciate ease of access. When I was a kid, you could install and run things easier on DOS than on Linux today. Why is it so hard to make an installer? Every answer I get on this subject is either whataboutisms or gatekeeping.
You can add repositories through GUI.
The reason installers are uncommon is a similar reason installers are uncommon on phones. Security and convenience. When your system is based around a unified "app store" system installers are generally not preferred because they bypass that and then the package manager can't do anything about the program, and simply that the package manager provides a better experience overall.
Of course on Debian or Debian based distributions you can also download and install .deb files similarly to downloading a .exe installer on Windows, but that's not preferred.
And developers of multiple DEs like Plasma, Gnome, etc, absolutely make it easy to use. I use Plasma, and it is incredibly intuitive.
Watch it friend. That middle ground double speak will get you ratioed here
Yeah, the repo shenanigans are something I definitely do not miss from my Ubuntu days. The simplest solution would probably be to look for flatpaks or snap packages instead.
It is possible for rpms and Deb packages to contain repos in them, see the vscode packages, it's just a matter of how developers choose to distribute their software. This is getting alot better with things like Flatpak, Snap and to a lesser extent AppImages
As a computer programmer, I'm assuming you're aware of the right click option to mark a file as an executable?
Also, Ubuntu has a GUI for repositories management.
If you were a computer novice then I could maybe understand your criticisms more.
Sweet, then you agree that computer novices have real grievances regarding Linux's usability?
A novice would have a learning curve for anything new that they just started to use.