ich versuche das Programm jDownloader unter Raspbian auf meinem Pi zu installieren (basiert zwar auf Debian, nicht Ubuntu, ich habe aber das Problem auch i.V.m. Ubuntu gefunden). Ich musste erst "python-software-properties" installieren. Dann habe ich add-apt-repository ppa:jd-team/jdownloader ausgeführt. Dann kam
Als Grund habe ich über Google oft fehlerhafte Einträge in der sources.list gefunden. Meine ist sehr aufgeräumt und sieht so aus:Traceback (most recent call last):
File "/usr/bin/add-apt-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
Das sind Standardeinträge, die ich nicht geändert habe.deb http://archive.raspbian.org/raspbian wheezy main contrib non-free rpi
deb-src http://archive.raspbian.org/raspbian wheezy main contrib non-free rpi
Dann habe ich noch den Hinweis gefunden, dass Ditri Template aktualisiert werden müsste http://ubuntuforums.org/showpost.php?p= ... ostcount=2. Ich verstehe aber den verlinkten Beitrag nicht.
Ich komm hier gerade nicht weiter. Installation über den Quellcode würde ich gerne vermeiden wenn es geht.