Semplice Linux에 Firefox를 설치할 수 없습니다

Semplice Linux에 Firefox를 설치할 수 없습니다

나는 사용하고있다셈플리스 리눅스Windows 7의 VMware에서는 제대로 작동하지만 Firefox를 설치할 수 없습니다.

Semplice Linux는 Openbox 데스크탑이 있는 Debian Sid(불안정한 브랜치)를 기반으로 합니다.

이것이 내가 얻는 것입니다

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

편집하다:

답변에 표시된 대로 소스를 추가하면 다음과 같은 결과를 얻습니다.

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

답변1

ppa는 Semplice에 대해 "알지" 않습니다. Debian sid와 충분히 유사하다면 다음 위치에 ppa를 수동으로 추가해 보세요 /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 

답변2

적절한 설치 없이 Firefox를 사용하기 위한 일시적인 제한된 솔루션:

--수행원이것답변 --

  • 다운로드한파이어폭스 패키지

  • 포장을 풀었습니다. 이제 여기에서 Firefox를 시작할 수 있습니다.

  • Firefox.desktop파일을 생성하면 /usr/share/applications해당 파일이 메뉴 항목에 추가됩니다.

관련 정보