Não é possível instalar o Mono (depende de erros)

2

Não consigo instalar o Mono. Eu tenho o PPA adicionado. Depois de fazer 'sudo apt-get update' e 'sudo apt-get upgrade', eu então tento 'sudo apt-get instalar mono-complete' e recebo isso:

owner@Linux:~$ sudo apt-get install mono-complete
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:
 mono-complete : Depends: mono-devel (= 4.2.2.30-0xamarin1) but it is not going to be installed
                 Depends: mono-4.0-service (= 4.2.2.30-0xamarin1) but it is not going to be installed
                 Depends: libmono-cil-dev (= 4.2.2.30-0xamarin1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
owner@Linux:~$ dpkg --get-selections | grep hold
owner@Linux:~$ 

Então nada é retido. Eu até fui ao Software & amp; Atualiza e desmarca todas as fontes padrão e as que eu adicionei apenas deixando estas três habilitadas:

http://download.mono-project.com/repo/debian wheezy main
http://download.mono-project.com/repo/debian wheezy-apache24-compat main
http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main

Outra 'sudo apt-get update' e 'sudo apt-get upgrade', eu então tento 'sudo apt-get instalar mono-complete' e recebo o mesmo erro.

    
por Buford T. Justice 04.02.2016 / 01:27

1 resposta

3

Graças a um comentário à minha pergunta por xangua , vi que havia adicionado um PPA que não era para o Ubuntu. Se você seguir as instruções no link , seja Certifique-se de não adicionar acidentalmente o libgdiplus PPA.

    
por Buford T. Justice 04.02.2016 / 01:43