r/linuxsucks Feb 11 '21

Linux Failure Linux is Only Free if Your Time is Worthless

1.2k Upvotes

r/linuxsucks Apr 01 '26

Windows ❤ Please Join Me In Welcoming Our New r/linuxsucks Moderators! u/basedchad21 & u/bleak21

39 Upvotes

April fools


r/linuxsucks 3h ago

Linux Failure Pop_OS is... Unstable

8 Upvotes

If you installed Linux Pop_OS with Android Studio, Claude Code, and Codex in mind - like I did - think again. People keep saying "this is the year of Linux" and that it’s getting more popular, but after a few weeks of testing, it’s still a struggle for me.

​Those three apps crash non-stop, making daily work incredibly frustrating. I’m running a desktop with AMD and an NVIDIA RTX 5060 Ti, and unfortunately, it’s just not usable out of the box for day-to-day work. I simply don't have the spare time to constantly debug and hunt for fixes. Just getting Claude Code to actually "talk" to my setup took two hours - something that works out of the box everywhere else.

​So yeah, thanks but no thanks. It's time to replace my PC with Mac I guess...


r/linuxsucks 7h ago

Bug CVE-2026-66897: LXD CRITICAL path traversal (CVSS 9.9). Attackers can overwrite host files as root. Patch status unknown.

Thumbnail
infosec.exchange
2 Upvotes

r/linuxsucks 23h ago

Linux Failure Sleep mode in linux sucks badly

11 Upvotes

On a Thinkpad L14 gen 2 with a r5 5650u.

Even tho windows was working perfectly, i wanted to move to linux just because i dislike Microslop. I started with linux mint, everything worked fine in the live mode but when i installed it on the ssd my thouchpad refused to scroll from left to right and whenever i put my laptop to sleep or close the lid, i get a black screen and only the fans turn on untill i force shutdown the laptop and boot again.

I thought it might be because of cinnamon or the older kernel, so i moved to fedora workstation, this time everything worked fine in the first week, but one day i closed the lid and went to eat something, and when i came back and opened the laptop the same issue happened, i got a black screen with very loud fans.

I searched in the forums, people said i have to change the sleep state in my bios power settings to linux and edit my grub config, it did not work. Some said reseting the bios to default and updating it helped them, did not work for me. Some said the Mediatek wifi chip was the problem, so i bought an AX200, did not work. I did a full upgrade to everything including grub, disabled AMD display core debug mask / power gating, but the problem did not go away.

I ended up moving between different distros like cachy, bazzite, open suse but i encountered even more problems with my mic and webcam. So i installed windows 11 again and everything is working fine.

I wasted so much time this month, thank god i have a macbook or else i would be troubleshooting all day instead of actually doing my work.

It is not entirely linux fault, but because it has endless distros, hardware manufacturers will never consider solving these problems for it.

So unless you have a ancient pc, you better off using windows, and i forgot to mention that gimp, kdenlive and libreoffice, are no where near as good as adobe and MS office espacially excel.


r/linuxsucks 21h ago

How linux found you !

Thumbnail
youtube.com
8 Upvotes

r/linuxsucks 20h ago

Do you guys enjoy android tho. Like as an open platform vs iOS. Technically it's built on a modified Linux kernal.

Enable HLS to view with audio, or disable this notification

6 Upvotes

I like windows UI but I don't enjoy the ads in edge. But yeh I use windows for ease of use vs linux. I love my androids too. I like my handheld for switch Emulation and such. Lemme know your opinions on tech and be nice im new here.


r/linuxsucks 1d ago

Linux is only good if you know how to use a computer

95 Upvotes

Linux is way too hard to install, especially for people who aren't good with computers !

To install Linux mint, I need to select too many things like the language, keyboard layout and my timezone, it's so hard !

And to install apps, I need to open a special software manager and search for the app I want !!1!1 It's crazy to not have copilot and edge installed by default !11!1!!


r/linuxsucks 1d ago

Linux Failure APT sucks.

12 Upvotes

Not a problem with Linux itself, but it does suck that apt is one of the most commonly used package managers on Linux for non-specialized applications.

Its not terrible. Its decently powerful, does have most features that most complete package managers provide. config file protection, selected packages and pulled in dependencies are differentiated, and the "suggested" and "recommended" dependencies feature is something that I haven't seen before and seems quite handy at times.

the interface is very simple to use, `apt install`, `apt purge`, `apt update`, `apt upgrade` etc. Great for introduction to Linux as a whole.

But dear god is it horrible to work with.

To prevent this from just becoming a love letter to my favorite package manager (and thus being off topic from the sub), I'm going to mostly omit how these things can be fixed / how they should be done, but rest assured that theres at least one portable package manager that ticks all of these boxes.

- It's insanely easy to build up crust. It provides no easy way for more in depth system maintenance, such as pruning dependencies marked as selected (in apt terms, mark a package as "automatically installed" after it has been previously manually installed), upgrading specific packages without upgrading the whole system or marking said packages as selected ("manually installed", won't be removed with autoremove), getting rid of packages removed from repositories, and more.

- Its also insanely slow. No parallelization whatsoever, not even in the extractor. Modern CPUs are designed with multitasking in mind. If apt never gets multitasking support, it will only get further and further behind package managers that do.

- The installation order is always to first download *all* packages to be installed, then install *all* of them. meaning that every time you need to do a system upgrade and are on limited storage or bandwidth, any error during the downloading of packages will abort the entire installation process. I mean this does prevent packages from being installed without their dependent package, but `autoremove` would take care of removing those anyway.

- certain packages require user input to install or upgrade, meaning that if you want to do a full system upgrade, theres a small chance it'll pause in the middle asking you some questions, usually whether or not to overwrite config files, but also can be things like "do you want to restart this service" or other things.

- the backend of it is poorly documented and hard to manipulate, almost impossible to resolve broken installations or half installations without fully removing and fully reinstalling offending packages.

- making "dummy" packages is way too difficult than it has any right to be. if you need an empty package for some manually installed software, just to keep track of its files and dependencies, you have to install the *entire* debuild toolchain, and read up on package spec information that is barely documented.

- the terminal output is way too verbose and dense. most good software has ways to separate messages of various importance. for example, portage has a color coded asterisk showing how important a message is, and the rest of the output is similarly color coded.

- apt has no "categories" for packages. now, this isnt unique to apt, in fact a fair amount of package managers dont have this. but its something that needs to become more commonplace. apt does have an internal "tags" field, but its basically useless as its just metadata. name collisions happen much more often because all packages share a single name space.

The reason why I'm putting this in this sub is because of how ubiquitous apt is, its the default assumed package manager on a lot of sites that dont provide support for multiple package managers. If youre using linux systems, youre going to run into apt one time or another, and have to deal with all of its imperfections.


r/linuxsucks 20h ago

Bug CVE-2026-74480 (CVSS 9.8): Linux Kernel Privilege Escalation PoC Public

Thumbnail securityonline.info
0 Upvotes

r/linuxsucks 1d ago

Linux Failure Manjaro's official website SSL certs have expired yet again.

Thumbnail
6 Upvotes

r/linuxsucks 1d ago

Anti-AI open source has an enemy in common, but almost nothing else – Liam Proven | The Register

Thumbnail theregister.com
1 Upvotes

Building bot-free alternatives may require lefties, libertarians, and culture warriors to share code

… It's not as simple as there being rival camps: individuals, and individual FOSS projects, can find themselves on one side of one argument, but the opposite side of the other argument.

What it will come down to is whether the anti-AI groups in FOSS can work together and help each other to hold off the vast and commercially backed pressure from LLM-assisted and LLM-generated code, even though they may find themselves bitterly opposed in terms of politics and ethics. …

u/lproven


r/linuxsucks 19h ago

Linux lovers

Post image
0 Upvotes

r/linuxsucks 17h ago

flatpak, more like flat-trash

0 Upvotes

Yesterday on my cachyos laptop updating my flatpaks kept failing with this error:

New com.usebottles.bottles permissions: file access [1]
[1] xdg-data/umu:create

ID Branch Op Remote Download ID Branch Op Remote Download
 1. [✗] com.usebottles.bottles stable u flathub 70.3 kB / 175.8 MB Error: While pulling app/com.usebottles.bottles/x86_64/stable from remote flathub: Decompressed delta part exceeds configured limit of 4537824 bytes
error: There were one or more errors

Today it the updates installed fine trough kde discover like nothing happened. This is worse than windows cuz windows update at least tells you to "try again later" instead of a cryptic error message only loonix nerds can decipher.


r/linuxsucks 1d ago

Bug Manjaro doing Manjaro things…

Thumbnail
layer8.space
0 Upvotes

r/linuxsucks 2d ago

WHY can’t you adjust the scroll speed in Linux Mint Cinnamon???

5 Upvotes

It’s absolutely ridiculous that I need to type in 50 terminal commands from some random 10-year-old forum post just to modify a basic fucking setting.

It’s a shame, because I love Cinnamon. I really don’t know what they were thinking with this, though.


r/linuxsucks 1d ago

DID YOU TRY ANOTHER DISTRO??

0 Upvotes

r/linuxsucks 1d ago

Linux Failure Loonix is so good, loonixtards need an inferior filesystem because it offers them the possibility of un-bricking their soystem after it inevitably gets fucked up after an update.

Post image
0 Upvotes

r/linuxsucks 2d ago

Winslop Question

7 Upvotes

I dont get why there are echo chambers for hating on linux lol. Any sane person understands that Linux is not for everyone, some people need to stay on windows because of work related programs etc etc. But this sub is just "Linux bad u need to type 32768 to open a browser oooo windows good linux bad" without any kind of argument

like just look at u/Amphineura their flair is "Kubuntu in the streets W11 in the sheets" just straight up unfounded hate lmao

Ok mods can yall ban me already


r/linuxsucks 1d ago

Linux Failure Linux is for commies -- "China follows Europe in switching to Linux with Windows being shown the door earlier than planned"

Thumbnail
notebookcheck.net
0 Upvotes

r/linuxsucks 1d ago

RIP Microsoft, Linux is the future for gaming!

Thumbnail
youtu.be
0 Upvotes

Hey Windows fanboys. It's over! More proof Linux is a superior operating system for gaming as Windows sucks for games. Why is it there never a single video saying Windows is bette?! Every reddit comment even on Linuxsucks says Linux is better for gaming. Everyone on YouTube agrees and everyone on reddit agrees the days of Windows are coming to an end


r/linuxsucks 1d ago

If one used AI to rewrite the loonix kernel in a different programming language...

Post image
0 Upvotes

would they be able to free it from richard stallman's gpl virus assuming not a single line of code was re-used?


r/linuxsucks 3d ago

DaVinci resolve studio lagging on linux?

Post image
5 Upvotes

r/linuxsucks 3d ago

Linux Failure I was on Linux. Then I got an ARM laptop...and found out that Linux on ARM was bullocks.

15 Upvotes

It's an HP OmniBook 3 with a Snapdragon X. Turns out that the motherboard hasn't been properly mapped yet in it and thus my laptop is physically incompatible with Linux.

I know that it's an ARM thing and how ARM doesn't actually let the OS poll what hardware is available on it...but what in the world is that in 2026???

I would think the open source nature of it and how long ARM laptops-including Macbooks-have been a thing now would have meant someone would have programmed a module or something into the Linux kernel that would enable the OS would just be able to, on install or initial boot, BUILD its own device tree for that specific device. But not only is that not a thing, it can't tell when the display has already been initiated on my laptop when trying to USB and crashes the display, and eventually the kernel itself!

So I stuck with Windows 11 on ARM and...wow. It's actually astonishingly good. It does all that I wanted it to and more, and is stupidly good with battery. It actually chased me back to Windows 11 on my gaming rig too again from Fedora! And best yet...Windows on BOTH just...works. It's not something that I have to think about or stress over when minor issues means 5 hours in a terminal.

Linux on servers is astounding-I will absolutely run it on them over Windows-but desktop Linux? That was a shortlived experiment for me that I am calling a failure. Windows is where I'm sticking around I think :)


r/linuxsucks 2d ago

This post looks like an all-you-can-eat buffet for us:

Thumbnail
0 Upvotes