I am trying to install libfreetype6-dev.
Running sudo apt-get install libfreetype6-dev
gives
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:
libfreetype6-dev : Depends: libfreetype-dev (= 2.10.1-2ubuntu0.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I tried forcing the version, as mentioned here, and added fix-broken
and f
flags, but it still fails to install.
libfreetype6-dev | 2.10.1-2ubuntu0.1 | focal-updates | amd64, arm64, armhf, i386, ppc64el, riscv64, s390x
sosudo apt update
& read the messages to ensure you don't have errors/warnings or missing lines in that output... – guiverc Oct 24 '21 at 13:44