Eu quero instalar o wine no Ubuntu 16.04, mas estou recebendo erros:
$ sudo apt-get install wine
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:
wine : Depends: wine1.6 or
wine1.8 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Também tentei isso:
$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Eu segui as respostas para Incapaz de corrigir problemas, você mantiveram pacotes quebrados e executaram o seguinte comando.
dpkg --get-selections | grep hold
Mas não houve saída.
Depois disso, também tentei dpkg --get-selections
para ver todos os pacotes. Houve alguns com "deinstall", então eu corri o seguinte:
$ dpkg --get-selections | grep deinstall
ca-certificates-mono deinstall
libevent-2.0-5:amd64 deinstall
libgdata2.1-cil deinstall
libglib2.0-cil deinstall
libgtk2.0-cil deinstall
libmx-1.0-2:amd64 deinstall
libnewtonsoft-json5.0-cil deinstall
mono-runtime-common deinstall
nvidia-304 deinstall
nvidia-opencl-icd-304 deinstall
tlp deinstall
tlp-rdw deinstall
transmission-gtk deinstall
xserver-xorg-legacy deinstall
Mas esses pacotes não podem ser desinstalados. Eu também tentei respostas dadas a Como eu resolvo não atendido? dependências depois de adicionar um PPA? e este mas ele não resolveu nada.
Eu também tentei usar o Aptitude, mas o problema ainda é o mesmo.
Eu também tentei com o gerenciador de pacotes Synaptic. também é incapaz de resolver as dependências.
Eu também tentei os seguintes comandos:
sudo aptitude -f install wine
sudo apt-get dist-upgrade
sudo apt-get update
dpkg --get-selections | grep hold
dpkg --get-selections
dpkg --get-selections | grep deinstall
sudo apt-get clean
sudo apt-get autoclean
sudo dpkg --configure -a
sudo aptitude -f install wine
sudo apt-get -f install wine
Mas nenhum deles consertou.
O que mais eu posso experimentar?