Wie man den Linux-Fehler repariert: Package 'libjpeg8-dev' has no installation candidate
English
Deutsch
Problem:
Beim Versuch, libjpeg8-dev mit apt oder ähnlichen Tools zu installieren, sehen Sie die folgende Fehlermeldung:
apt_error.txt
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libjpeg8-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libjpeg62-turbo-dev:armhf libjpeg62-turbo-dev
E: Package 'libjpeg8-dev' has no installation candidateLösung
Wie Sie in der Fehlermeldung sehen können, ist der richtige Paketname zum Installieren nun libjpeg62-turbo-dev. Installieren Sie es daher mit
install_libjpeg.sh
sudo apt -y install libjpeg62-turbo-devCheck out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow