That application has been problematic on PureOS for months now. I am not certain to which Jan. 1 post you are referring, so it is unclear if you are seeing the same thing as the rest of us. Nevertheless, you may wish to follow this tracking item.
If your situation is different, you can try forcing a reinstall of that package using the --reinstall option on an apt install command.
It doesnât really bother me. on a functional level. The only issue Ii have is where I am getting my downloads from. Choosing a repository seems to evade me.
Is there another way to locate downloads repositories?
Thatâs interesting. Unfortunately, on PureOS, âSoftwareâ appears to have the same error as âSoftware and Updatesâ when invoking the âSoftware Repositoriesâ option:
ERROR:root:Cannot import UbuntuDrivers: No module named 'UbuntuDrivers'
Traceback (most recent call last):
File "/usr/bin/software-properties-gtk", line 101, in <module>
app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, file=file)
File "/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 109, in __init__
SoftwareProperties.__init__(self, options=options, datadir=datadir)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 109, in __init__
self.reload_sourceslist()
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 599, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 93, in get_sources
(self.id, self.codename))
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for PureOS/green
Based on the comments in the tracking item, it sounds like a python package is missing the correct information.