X-Post from /c/linux@programming.dev

The author raises some good questions about the licensing of the core utils. Why the MIT license? Why not stick to GNU GPL?

you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 5 months ago (8 children)

Linux Mint is a good choice but it doesn't come with a GNOME flavour by default. You can install it yourself if you want, though.

I moved to Fedora after leaving Ubuntu. Worked fine for me, but you'll have to re-train your muscle memory for some terminal commands. sudo apt install becomes sudo dnf install and rpm is a little different from dpkg. Other than that, with the Dash to Dock extension, Fedora feels exactly the same as Ubuntu to me.

  • source
  • parent
  • hideshow 8 child comments
  • [–] 1 point 5 months ago (7 children)

    the bigger difference with dnf is instead of apt update && upgrade it's dnf upgrade --refresh

  • source
  • parent
  • hideshow 7 child comments
  • [–] 2 points 5 months ago (6 children)

    Why does dnf always default to n in y/n questions? That is annoying to me

  • source
  • parent
  • hideshow 6 child comments
  • [–] 2 points 5 months ago (3 children)

    So does pacman, I don't see what package manager doesn't confirm with y/n for safety.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 1 point 5 months ago (2 children)

    With apt it defaults to (Y/n) rather than dnf's (y/N) that's what I'm talking about.

  • source
  • parent
  • hideshow 2 child comments