IDK, but I more often had issues with installing apps to Linux than to Windows, usually dependency-hell related ones, but once I had trouble enabling snap on Linux Mint.
linuxmemes
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 members of the community for any reason.
- 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.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
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. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
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 fork-bomb your computer.
Mint activity tries to protect you from using snap.
If you're enabling Snap on Mint, you might as well install Ubuntu.
but once I had trouble enabling snap on Linux Mint.
Seems like a win
When you make fun of something that really isn't an issue it just makes your side look worse. Windows has real problems, but installing shit ain't it.
My dad can install anything on windows with clicks, he can't do shit with a terminal.
I'm a power user and love GUIs. I'll use git desktop all day everyday, instead of typing shit in a command line. It's one button press vs typing paths and hoping you don't misspell shit.
I don't really get the whole command line fetish, there are no extra points in life for doing things the harder way.
Ah, yes. I also love it when I search for firefox on my new PC with Edge (without adblocker) and get sponsored malware in the results.
I still use windows but I think installing software on Linux is way more convenient. Especially with the AUR.
A simple analogy is, would you rather have keyboard with a-z and symbols you can use to build words/sentences, or would you want a wordlist you can scroll and click, while expanding words in groups, and having to find non-frequent words with a lot of difficulty to make up sentences.
Command line use is harder if you come from gui. But the main use case of command line are:
- automation: anything you can do in a command line, can be copied in a script,
- uniformity: every software now has almost the same format of use,
- flexibility: gui almost always has less options than command line, and many times options are hidden within a lot of tabs and options.
- Auto complete: whenever someone complains about terminal being hard to use and spelling mistakes I think about this. I think many people that come from GUI don't know about auto-completion on terminal. It's easy to see which options are available, easy to choose files, wildcards for multiple files, and all that
- piping: command line allows you to chain one command with another. You have a command to list all your music files, chain that with a search command to search files within them. Now if you need to search in a python code, you use the same search command, just different command to read the file. You basically have lego blocks (old ones) that can be used to make anything.
I can understand people being afraid of command line when they start, but I think many people come with biases and don't use good terminal and other tools to make things easier.
Yay -S app is hard? Or apt install app? Or flatpak?
Being used to a habit doesnt make the habit the default way. Humans adapt quickly.
apt install funbox funbox not found apt install fun-box fun-box not found apt install openfunbox openfunbox not found Google openfunbox "use apt install open-funboxxx"
That is way yay is superior 🤓
All of that is harder than a double click, yes.
There are not msny apps installed in windows using only a single double click…
Ok i double clicked on my desktop, nothing happened. Can you elaborate?
You'll figure it out. You seem very bright.
You don't
Pot calling kettle black.
You are as clever as you are wise.
You can double click on pamac and synaptic too. You just seem slow. Double click on App images too. You just giving yourselves a title of " power user" doesn't make you one.
I'm preparing for a new computer build and I have some questions. I'm feeling really scorned by Windows 11 and its incompatibility with my current hardware as well as the overall sense of that my privacy is being invaded. I'm not super familiar with linux, but I have messed around with various distros.
The build I'm planning to put together will likely use an AMD processor, but I'm uncertain about the GPU (definitely AMD or Nvidia). With my current build, RX 480 and i5-6500 I have found that in recent years I get massive artifacts in relatively old games such as Planetside 2 and Path of Exile (I also play Magic Arena quite a bit, but haven't experienced any issues there). I even get screen tearing when watching youtube or amazon prime. It's possible that my card is just dying, but considering that I don't consistently see these issues across multiple applications I feel like it might be a driver issue.
I'd really like feedback and to know more about Linux gaming (especially with the games mentioned) as well as experience with AMD, Nvidia, and Intel hardware.
Thanks to anyone who responds.
In my experience, gaming worked great on Linux Mint. Overall, you may encounter issues with online gaming but only because the servers will see you're using Linux and decide you must be cheating. Not really an issue with Linux, more an issue with the devs not doing a proper job.
ProtonDB is a good resource to understand what games run well on Linux and what issues you may encounter.
For me, nvidia with proprietary drivers works great, just make sure to have correct dependency packages installed for vulcan etc. (should just work in most distros if their recommended way of installing nvidia drivers is used)
I think mixing app and system dependencies is not the best idea, and Linux desktop is still fighting its impact.
When all the apps on a consumer laptop is expected to depend on the same dependencies, the system likely run into dependency hell, which means many apps needs to be downgraded in order to keep older apps working.
This mixture of system dependency and app dependency also prevents users to use the the latest version of an app on a hyper stable base system.
Flatpak basically aim to solve this problem, where each app chooses their own dependencies, so you don't need to downgrade all your app just because one app depends on python 2.7.
I can't remember the last time I got a DLL error on my Windows laptop, honestly. I don't think that's ever happened on my current computer.
The last time I got a DLL error was back in Windows 98 ffs.
Been using Linux off and on since 2003-ish. I remember the days of having to compile applications and having to download various dependencies. Linux now is so streamlined and easy. Minus gentoo.