Estou tentando instalar o handbrake usando os comandos abaixo:
sudo add-apt-repository ppa:stebbins/handbrake-releases
sudo apt-get update
sudo apt-get install handbrake-gtk
Que gera um erro de:
Reading package lists... Done
Building dependency tree
Reading state information... Done
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: libmp3lame0 (>= 1:3.99.0) but 3.99.5+repack1-7+deb8u1 is to be installed
Recommends: gstreamer1.0-x but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Por isso, corri o espaço abaixo para ver o que eram pacotes quebrados:
sudo apt-mark showhold
Que não retornou nada. Então eu decidi verificar tanto no gstreamer quanto no libmp3lame0 e rodar
sudo apt-get install libmp3lame0
sudo apt-get install gstreamer0.10-ffmpeg
O que apresentou uma mensagem do programa * já está instalado. Então, novamente eu tentei
sudo apt-get update --fix-missing
E os erros que recebi foram:
Reading package lists... Done
Building dependency tree
Reading state information... Done
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: libmp3lame0 (>= 1:3.99.0) but 3.99.5+repack1-7+deb8u1 is to be installed
Recommends: gstreamer1.0-x but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Por fim, tentei usar sudo apt-get install -f handbrake-gtk
, que apresentou o mesmo erro da instalação sem o parâmetro -f
.
Com tudo o que foi dito, o que preciso fazer para instalar o freio de mão?
E os detalhes do meu sistema são:
DistributerID: BunsenLabs
Description: BunsenLabs GNU/Linux 8.5 (Hydrogen)
Release: 8.5
Codename: Bunsen-Hydrogen
EDITAR
Estou à procura de um conversor de vídeo (por exemplo, reencoder para redimensionar e alterar o contêiner em alguns vídeos de celular)