Removing mintupdate-debian disables sources GUI [SOLVED]

Archived topics about LMDE 1 and LMDE 2
Locked
Brian49

Removing mintupdate-debian disables sources GUI [SOLVED]

Post by Brian49 »

I thought I would remove the package mintupdate-debian, since I never use it. Synaptic gives no warning of dependencies. However, after removing it, the software sources GUI (software-properties-gtk) will not run. This looks like a glitch - can anyone shed any light on it, please? Many thanks.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Gerd50

Re: Removing mintupdate-debian disables sources GUI

Post by Gerd50 »

It seems like your etc/lsb-release file is corrupt. For LMDE it should look like this:

Code: Select all

DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=1
DISTRIB_CODENAME=debian
DISTRIB_DESCRIPTION="Linux Mint Debian Edition"
If it don't work try it with a Debian entry.

Testing:

Code: Select all

DISTRIB_ID=Debian
DISTRIB_RELEASE=testing
DISTRIB_CODENAME=wheezy
DISTRIB_DESCRIPTION="Debian GNU/Linux testing (wheezy)"
Sid:

Code: Select all

DISTRIB_ID=Debian
DISTRIB_RELEASE=unstable
DISTRIB_CODENAME=sid
DISTRIB_DESCRIPTION="Debian GNU/Linux unstable (sid)"
Brian49

Re: Removing mintupdate-debian disables sources GUI

Post by Brian49 »

Thanks very much for responding. Changing to the Sid entries did the trick.
Locked

Return to “LMDE Archive”