In recently istalled Ubuntu 18.04.4 on SSD hard disk and Intel Core i5-6500 I've try to install build-essential with this error:
The following packages have unmet dependencies:
build-essential: Depends: dpkg-dev (> = 1.17.11) but will not install
If I try to install dpkg-dev, also several dependencies are shown. I've try to solve dependecies everyway (update, upgrade, clean, autoclean, autoremove) and reinstall with apt, apt-get, -y, ... even uncomenting the bionic-updates section in /etc/apt/sources.list as is said in Ubuntu 18.04, fresh install, cannot install build-essential!, but the same error persists.
Any idea? Thanks
sudo apt update
and ofapt-cache policy dpkg-dev
and ofsudo apt install dpkg-dev
– user535733 Apr 04 '20 at 16:16aptitude
to install the package. Aptitude will try to resolve dependencies for you. Please read here – Raffa Apr 04 '20 at 17:14