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
I get this 👍
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 361, in
addaptrepo = AddAptRepository()
^^^^^^^^^^^^^^^^^^
File "/usr/bin/add-apt-repository", line 39, in init
self.distro.get_sources(self.sourceslist)
File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 89, in get_sources
raise NoDistroTemplateException(
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Sparky/orion-belt
also got this same thing on 2 other os's: Emmabuntus and Peppermint.
The text was updated successfully, but these errors were encountered:
forget my posting above. Won't work, cause Debian != Ubuntu, so you'll run into trouble using the .deb-file from launchpad.
Instead use the official Debian backport of fsearch. Just tested it successfully on a fresh Sparky VM-installation.
Also keep in mind, that you're aforementioned issue is not directly related to fsearch, but rather to the python-script (add-apt-repository). As far as I know it works with Ubuntu-based distribution only.
*enter this in terminal:
sudo add-apt-repository ppa:christian-boxdoerfer/fsearch-stable
I get this 👍
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 361, in
addaptrepo = AddAptRepository()
^^^^^^^^^^^^^^^^^^
File "/usr/bin/add-apt-repository", line 39, in init
self.distro.get_sources(self.sourceslist)
File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 89, in get_sources
raise NoDistroTemplateException(
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Sparky/orion-belt
also got this same thing on 2 other os's: Emmabuntus and Peppermint.
The text was updated successfully, but these errors were encountered: