Hi, I'm trying to add a repository from the command line and get this error:
sudo apt-add-repository ppa:am-monkeyd/nautilus-elementary-ppa
[sudo] password for greg:
You are about to add the following PPA to your system:
More info: https://launchpad.net/~am-monkeyd/+arch ... entary-ppa
Press [ENTER] to continue or ctrl-c to cancel adding it
Traceback (most recent call last):
File "/usr/bin/apt-add-repository", line 160, in <module>
sp = SoftwareProperties(options=options)
File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 96, in __init__
self.reload_sourceslist()
File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 584, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
File "/usr/lib/python2.7/dist-packages/aptsources/distro.py", line 87, in get_sources
raise NoDistroTemplateException("Error: could not find a "
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template
I then tried to add it using GUI. Software sources won't even start - no error - just nothing happens. Synaptic, when I accesss Setting / Repositories, I am met with "Repositories Changed The repository information has changed. You have to click on the "Reload" button for your changes to take effect" Click Reload and try again, message repeats.
I have attempted apt-get update & upgrade, both run normally, no errors from either. Why do I get the above errors and how can I correct?
Thanks


