Corrigindo dependência conflitante

0

Executando atualmente o Ubuntu 16.04 em um Dell Optiplex com um i5 660

Estou encontrando problemas que parecem como um conflito de dependência, mas não tenho certeza se estou interpretando a saída corretamente. Alguém por favor pode me ajudar a entender o que estou vendo e me ajudar a consertar isso?

sudo apt-get upgrade

Reading package lists... Done
Building dependency tree  


Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 libwinpr-heap0.1 : Depends: libc6 (= .= 2.2.5) but 2.23-0ubuntu5 is installed
E: Unmet dependencies. Try using -f.
humberto@DellServer:~$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  libwinpr-heap0.1
Suggested packages:
  freerdp-x11
The following packages will be upgraded:
  libwinpr-heap0.1
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 16.3 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 libwinpr-heap0.1 amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [16.3 kB]
Fetched 16.3 kB in 0s (49.5 kB/s)           
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 16472 package 'libavdevice-ffmpeg56:amd64':
 error in 'Version' field string '7:".8.10-0ubuntu0.16.04.1': version number does not start with digit
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 16536 package 'libc6:i386':
 missing description
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 16580 package 'libwinpr-heap0.1:amd64':
 'Depends' field, reference to 'libc6':
 implicit exact match on version number, suggest using '=' instead
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 16580 package 'libwinpr-heap0.1:amd64':
 'Depends' field, reference to 'libc6':
 version value starts with non-alphanumeric, suggest adding a space
dpkg: error: parsing file '/var/lib/dpkg/status' near line 16580 package 'libwinpr-heap0.1:amd64':
 'Depends' field, reference to 'libc6': version contains ' '
E: Sub-process /usr/bin/dpkg returned an error code (2)
    
por hduenas89 15.02.2017 / 01:12

1 resposta

0

Há quanto tempo você tem esse problema? você pode usar o arquivo antigo, por exemplo sudo cp /var/lib/dpkg/status{,.broken} então sudo cp / var / lib / dpkg / status {-old,} ou de um dos backups /var/backups/dpkg.status.0, / var /backups/dpkg.status.1.gz etc. - steeldriver 3 horas atrás

    
por hduenas89 16.02.2017 / 05:05