I took Linux Mint for a spin
Enticed by the prospect of Flatpak/Flathub as the primary package management system/ app store, and the compatibility with .deb files -- I gave Linux Mint a go.
I tried installing LDME first (debian based), but couldn't get it to work with my old Dell hardware.
So I switched to Cinnamon (Ubuntu based). The codec and driver installation worked great.
Most of the Flatpak apps worked out-of-the-box. There were flatpaks for VScode, slack, chrome, sublime, spotify, etc. However, the Zoom one would not launch, so I had to install from their .deb file.
I could not get Docker's apt repo working though because it was looking for Ubuntu release names or something. So sadly I can't use it as my dev OS.
I opened issues with Zoom and Docker: https://github.com/docker/desktop-linux/issues/190
https://community.zoom.com/t5/Meetings/2024-Linux-Bugs/td-p/159912
12 comments
[ 2.8 ms ] story [ 43.0 ms ] threadi like apt for command line tools. i also put a request in for conda to add support for apt
https://github.com/Anaconda-Platform/anaconda-client/issues/...
I would like to share how I handle mint-unaware software systems.
As a kind of workaround, to get Docker to work, you would find the equivalent of Ubuntu for your Mint Version. Mint itself is based on Ubuntu LTS versions.
For ex: Linux Mint 21 is based on Ubuntu 22.04. So packages for Jammy Jellyfish work pretty well for Linux Mint 21. You can add the apt repo for Jammy Jellyfish in Mint.
Considering Mint has had a significant mindshare in Linux for quite sometime, it would be great if the major software providers make it easy to install on Mint.
But it would be too much of a stretch for minor players or open source providers to support so many flavours. The above workaround is a win-win all around.
> I could not get Docker's apt repo working though because it was looking for Ubuntu release names or something. So sadly I can't use it as my dev OS.
add "jammy" instead of "victoria"
As mentioned here: https://docs.docker.com/engine/install/ubuntu/#install-using...
But as those docs you linked also say, you can replace VERSION_CODENAME with UBUNTU_CODENAME and it'll work