Tentei instalar um novo software no Ubuntu e ele me disse para usar esse comando apt-get install -f
, mas recebo uma mensagem de erro e não tenho ideia de como consertar.
Depois disso, tentei usar apt-get autoremove
novamente uma mensagem de erro.
apt-get install -f
Errors were encountered while processing:
/var/cache/apt/archives/libfreetype6-dev_2.5.2-4ubuntu2_amd64.deb E:
Sub-process /usr/bin/dpkg returned an error code (1)
apt-get autoremove
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
libcairo2-dev : Depends: libfreetype6-dev (>= 2.1.10) but it is not installed
libfontconfig1-dev : Depends: libfreetype6-dev (>= 2.1.7) but it is not installed
libpango1.0-dev : Depends: libfreetype6-dev but it is not installed
libxft-dev : Depends: libfreetype6-dev but it is not installed
E: Unmet dependencies. Try using -f.
Comando apt-get install -f
peça-me para fazer autoremove
primeiro... e apt-get autoremove
peça-me para fazer install -f
corretamente primeiro.
Então, o que devo fazer?