I'm looking for an Ubuntu 22.04 derivative, which has DISTRIB_ID=Ubuntu
. I would like to be able to use software SDK, which require Ubuntu 22.04, e.g. OneAPI, ROS 2, Gazebo, CUDA, etc. I tried Linux Mint 21, but it has DISTRIB_ID=Mint
. Do officially supported Ubuntu flavors have DISTRIB_ID=Ubuntu
?
I checked Ubuntu Mate and it shows DISTRIB_ID=Ubuntu
.
base-files
which exists in Ubuntu repositories, thus will identify themselves as Ubuntu. Only 3rd party OSes (like Linux Mint) or remixes may use 3rd party packages. – guiverc Nov 22 '22 at 08:12