Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

deb-get does not recognize Linux Mint Debian Edition (LMDE) as a supported release #462

Closed
jruschme opened this issue Aug 21, 2022 · 5 comments · Fixed by #466
Closed

deb-get does not recognize Linux Mint Debian Edition (LMDE) as a supported release #462

jruschme opened this issue Aug 21, 2022 · 5 comments · Fixed by #466

Comments

@jruschme
Copy link

Expected behavior

deb-get should recognize LMDE 5 (Elsie) as Debian bullseye

Actual behavior

deb-get reports "Linux Mint Elsie is not supported because it is not derived from a supported Debian or Ubuntu release."

Steps to reproduce

Install deb-get on LMDE 5.
Run 'deb-get' from root prompt.

System information

Run the following a paste the output below:

/etc/os-release

PRETTY_NAME="LMDE 5 (elsie)"
NAME="LMDE"
VERSION_ID="5"
VERSION="5 (elsie)"
ID=linuxmint
ID_LIKE=debian
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.linuxmint.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=elsie
DEBIAN_CODENAME=bullseye

/etc/lsb-release

DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=5
DISTRIB_CODENAME=elsie
DISTRIB_DESCRIPTION="LMDE 5 Elsie"

deb-get version

0.3.5

deb-get update

n/a

@github-actions
Copy link

Hello there 👋
Thanks for submitting your first issue to the deb-get project 🐛 We'll try and take a look at your issue soon ⏲

In the meantime you might want to join the Wimpys World Discord 🗣 where we have a large community of Linux 🐧 enthusiasts and passionate open source developers 🧑‍💻

You might also be interested in following Wimpys World Twitch 📡 channel where Wimpy streams let's code video, including this project, several times a week. A back catalog of past live stream and other Linux related content is available on Wimpys World YouTube 📺 channel.

@jruschme
Copy link
Author

From a quick look at the code, it appears that the root cause is that a Debian-derived distro is expected to have a Debian codename as the VERSION_CODENAME in /etc/os-release. LMDE, however, is more like their Ubuntu-based counterpart in that they put the debian version in a DEBIAN_CODENAME variable in /etc/os-release.

@natanjunges
Copy link
Contributor

OK, I'll try to come up with a solution.

@CuriousApe2020
Copy link

I have the same issue running Debian Bookworm.

@natanjunges
Copy link
Contributor

@CuriousApe2020 is your issue more similar to this one, or to #487?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants