Como posso instalar o libgl1-mesa-glx

2

Estou tentando instalar o OpenCPN, um programa de navegação e gráfico. O guia de instalação recomenda isso:

It is also possible to install the package via dpkg or rpm, on the condition that all dependencies are met.To make sure that this is the case on Ubuntu, open a terminal window to get a command line, (Applications->Accessories->Terminal) and copy and paste the following line: sudo apt-get install libwxgtk2.8-0 libwxbase2.8-0 wx-common libglu1-mesa libgl1-mesa-glx zlib1g bzip2 gpsd gpsd-clients xcalib libportaudio2. Then proceed with the commands below.

eu digitei:

sudo apt-get install libwxgtk2.8-0 libwxbase2.8-0 wx-common libglu1-mesa libgl1-mesa-glx zlib1g bzip2 gpsd gpsd-clients xcalib libportaudio2 

no terminal e tenho isso:

 Reading package lists... Done
 Building dependency tree 
 Reading state information... Done
 bzip2 is already the newest version.
 libportaudio2 is already the newest version.
 libportaudio2 set to manually installed.
 zlib1g is already the newest version.
 xcalib is already the newest version.
 libglu1-mesa is already the newest version.
 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 resolve the situation:
 The following packages have unmet dependencies:
 libgl1-mesa-glx : Depends: libglapi-mesa (= 8.0.4-0ubuntu0.7)
 Recommends: libgl1-mesa-dri (>= 7.2)
 E: Unable to correct problems, you have held broken packages.

O que devo fazer agora para corrigir o problema com libgl1-mesa-glx ?

    
por Thierry Msika 21.01.2014 / 11:19

1 resposta

2

Resolvi o problema com o link

Alguém já teve o mesmo problema antes.

    
por Thierry Msika 24.01.2014 / 17:05