Intenté instalar un nuevo software en Ubuntu y me dijo que usara ese comando apt-get install -f
, pero recibo un mensaje de error y no tengo idea de cómo solucionarlo.
Después de eso, intenté usarlo apt-get autoremove
pero nuevamente apareció un mensaje de error.
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
pídeme que haga autoremove
primero... y apt-get autoremove
pídeme que haga install -f
correctamente primero.
Entonces, ¿qué se supone que debo hacer?