Please add output of

  dpkg -l|grep -e pythonon3-apt -e distro-info

Save this as a.py:

--->
import aptsources.distro
import distro_info
distro = aptsources.distro.get_distro()
di = distro_info.UbuntuDistroInfo()
releases = di.get_all(result="object")
for release in releases:
    if release.series == distro.codename:
        print(release.codename, release.eol)
<---

Run it with 'python3 a.py' and post the result.

** Package changed: update-manager (Ubuntu) => software-properties
(Ubuntu)

** Changed in: software-properties (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2092344

Title:
  Settings does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/2092344/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to