Firefox kann unter Semplice Linux nicht installiert werden

Firefox kann unter Semplice Linux nicht installiert werden

ich benutzeEinfaches Linuxin VMware unter Windows 7. Es funktioniert einwandfrei, aber ich kann Firefox nicht installieren.

Semplice Linux basiert auf Debian Sid (instabiler Zweig) mit einem Openbox-Desktop.

Das ist, was ich bekomme

sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa
You are about to add the following PPA to your system:
 daily (or even multiple builds per day) for various mozilla projects and branches.

For questions and bugs with software in this archive, please contact <email address hidden> or visit #ubuntu-mozillateam on freenode.
 More info: https://launchpad.net/~ubuntu-mozilla-daily/+archive/ubuntu/ppa
Press [ENTER] to continue or ctrl-c to cancel adding it

Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 167, in <module>
    sp = SoftwareProperties(options=options)
  File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 105, in __init__
    self.reload_sourceslist()
  File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 595, in reload_sourceslist
    self.distro.get_sources(self.sourceslist)    
  File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 89, in get_sources
    (self.id, self.codename))
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Semplice/heaven

BEARBEITEN:

Nach dem Hinzufügen der Quellen wie in der Antwort angegeben erhalte ich Folgendes:

W: Failed to fetch http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu/dists/unstable/main/source/Sources  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu/dists/unstable/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.
c@c-semplice:~$ sudo apt-get install firefox
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package firefox is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'firefox' has no installation candidate

Antwort1

Das PPA „weiß“ nichts über Semplice. Wenn es Debian Sid ähnlich genug ist, versuchen Sie, das PPA manuell hinzuzufügen in /etc/apt/sources.list:

deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu unstable main 
deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu unstable main 

Antwort2

Als vorübergehende und eingeschränkte Lösung zur Verwendung von Firefox ohne ordnungsgemäße Installation:

--folgendDasAntwort --

  • Heruntergeladen dieFirefox-Paket

  • Habe es entpackt. Nun kann Firefox von dort aus gestartet werden.

  • Durch das Erstellen einer Firefox.desktopDatei /usr/share/applicationswird diese zu den Menüeinträgen hinzugefügt.

verwandte Informationen