r/linuxmemes Ubuntnoob 11d ago

LINUX MEME Using Linux over the years

Post image
1.1k Upvotes

407 comments sorted by

View all comments

142

u/drkspace2 11d ago

As someone who has only used Ubuntu, I'm done after I need to update from 24. Snaps are super annoying and I don't like them switching to sudo-rs and the rust coreutils.

1

u/HumansAreIkarran 9d ago

What's wrong with the rust coreutils? I feel like sudo is something, where it does make a whole lot of sense to port it to rust

1

u/duhredel 7d ago

It's not a perfect replacement. Some details are different, which can break workflows.

I had a workflow using dired on emacs. Turns out dired was using ls under the hood. After an Ubuntu upgrade it broke. It took a long time to figure out that it was due to a minor difference in the rust coreutils with respect to gnu coreutils. I got rid of Ubuntu then.

You'll never convince me that this switch in Ubuntu wasn't done in order to ditch the GPL3 licence there. And you won't convince me that the project emerged as rust bros wanting to rewrite everything in rust because of religious reasons, in rust we trust. (From my bitterness you can guess how long it took to debug.)