add-apt-repositório ppa: me dá erros [duplicados]

1

Sou novo no Ubuntu (12.04.3). Eu estou tentando instalar o freio de mão e eu tentei cerca de 6 maneiras diferentes parecem não funcionar, então agora estou pedindo ajuda.

Etapa 1 sudo add-apt-repository ppa:stebbins/handbrake-releases

$ sudo add-apt-repository  ppa:stebbins/handbrake-releases
Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 128, in <module>
    ppa_info = get_ppa_info_from_lp(user, ppa_name)
  File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 84, in get_ppa_info_from_lp
    curl.perform()
pycurl.error: (35, 'gnutls_handshake() failed: A TLS packet with unexpected length was received.')

Eu recebo e erro o que significa o erro e como corrigi-lo?

No arquivo /etc/apt/sources.list eu tenho isso

##ppa:stebbins/handbrake-releases
deb http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu quantal main
deb-src http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu quantal main

Se eu ignorar o erro e continuar.

Etapa 2 sudo apt-get update

Eu recebo.

W: Failed to fetch http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu/dists/oneiric/Release  Unable to find expected entry 'deb-src/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file)

E: Some index files failed to download. They have been ignored, or old ones used instead.

Novamente, se eu ignorar a mensagem

e continue.

Etapa 3 sudo apt-get install handbrake

Eu recebo.

Package handbrake 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

W: Duplicate sources.list entry http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu/ oneiric/main i386 Packages (/var/lib/apt/lists/ppa.launchpad.net_stebbins_handbrake-releases_ubuntu_dists_oneiric_main_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
E: Package 'handbrake' has no installation candidate

Se eu usar sudo apt-get install handbrake-gtk

Eu entendo isso.

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 handbrake-gtk : Depends: libgstreamer-plugins-base1.0-0 (>= 1.0.0) but it is not installable
                 Depends: libgstreamer1.0-0 (>= 1.0.0) but it is not installable
                 Depends: gstreamer1.0-libav but it is not installable
                 Depends: gstreamer1.0-plugins-base but it is not installable
                 Depends: gstreamer1.0-plugins-good but it is not installable
                 Depends: gstreamer1.0-plugins-bad but it is not installable
                 Depends: gstreamer1.0-plugins-ugly but it is not installable
                 Depends: gstreamer1.0-pulseaudio but it is not installable
E: Unable to correct problems, you have held broken packages.

* Suspiro nada funciona: (

    
por Another Compiler Error 07.01.2014 / 23:47

1 resposta

0

Adicione o repositório de sudo add-apt-repository ppa:stebbins/handbrake-releases
Em seguida, atualize:

sudo apt-get update

Em seguida, instale:

sudo apt-get install handbrake
    
por Brask 08.01.2014 / 00:02