You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
there are also errors when trying to access or view software repositories settings in either app manager or from the Ubuntu Updater. From the /usr/bin/update-manager command line it says
Traceback (most recent call last):
File "/usr/bin/software-properties-gtk", line 100, in
app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, file=file)
File "/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 154, in init
SoftwareProperties.init(self, options=options, datadir=datadir)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 111, in init
self.reload_sourceslist()
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 605, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 91, in get_sources
raise NoDistroTemplateException(
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Ubuntu/hirsute
gks gedit /etc/lsb-release - don't know what to put in this file since I just have the names devel and hirsuite to try and fix it
the sudo apt-get update && sudo apt-get upgrade command seems to work but show the errors listed in the previously linked issue, i was able to fix some of those errors however (I think with "sudo apt-get --allow-releaseinfo-change update")
The text was updated successfully, but these errors were encountered:
in addition to #39
there are also errors when trying to access or view software repositories settings in either app manager or from the Ubuntu Updater. From the /usr/bin/update-manager command line it says
Traceback (most recent call last):
File "/usr/bin/software-properties-gtk", line 100, in
app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, file=file)
File "/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 154, in init
SoftwareProperties.init(self, options=options, datadir=datadir)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 111, in init
self.reload_sourceslist()
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 605, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 91, in get_sources
raise NoDistroTemplateException(
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Ubuntu/hirsute
gks gedit /etc/lsb-release - don't know what to put in this file since I just have the names devel and hirsuite to try and fix it
the sudo apt-get update && sudo apt-get upgrade command seems to work but show the errors listed in the previously linked issue, i was able to fix some of those errors however (I think with "sudo apt-get --allow-releaseinfo-change update")
The text was updated successfully, but these errors were encountered: