top | item 46962229

(no title)

morshu9001 | 19 days ago

I tried Linux desktop for the first time in like a decade. Didn't know Xorg was deprecated for real, as in most distros moved to Wayland. Was surprised that the one hold out was Mint. And learned the hard way that Mint didn't work on my fairly normal PC, due to an Xorg issue.

This is the thing so many people recommend?! No wonder Linux is unpopular.

Also there like 20 competing ways to install packages now. Used to just be apt.

discuss

order

esseph|19 days ago

> Also there like 20 competing ways to install packages now. Used to just be apt

This is very incorrect. There's been far more for 35+ years

* apt/.deb

* yum(dnf)/.rpm

* Tarballs

* Ports trees

* Flatpak

* Snap

* Etc, etc, etc

morshu9001|19 days ago

Flatpak and Snap are new to me, and that's the annoyance. Like I get if there's some technical advantage to a snap, but apt can install snaps too. Also idk what .appimage is.

rpm was a thing that existed but wasn't a Mint way of installing. Tar, yes. I can see why you'd consider a tar a package, but I was thinking of things actually designed for packages, and tar isn't really an extra thing to learn and deal with. Port tree, idk never heard of that.