when i enter the command:
sudo apt-get install libboost-all-dev libx11-dev libx11-dev:i386 libxtst-dev libconfig++-dev build-essential qt5-default
i get this:
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version (12.4ubuntu1).
libx11-dev is already the newest version (2:1.6.4-3).
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:
libboost-all-dev : Depends: libboost-iostreams-dev but it is not going to be installed
Depends: libboost-mpi-dev but it is not going to be installed
Depends: libboost-mpi-python-dev but it is not going to be installed
Depends: libboost-regex-dev but it is not going to be installed
libxtst-dev : Depends: libxext-dev but it is not going to be installed
Depends: libxi-dev but it is not going to be installed
qt5-default : Depends: qtbase5-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
how do i fix this?
RESULT OF APT-CACHE:https://pastebin.com/Ya6ycT84
edit:all of the packages have missing dependencies
sudo apt-get install -f
? – Thomas Ward May 09 '18 at 18:30Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. martin@mememachine:~$ sudo apt-get install -f Reading package lists... Done Building dependency tree
Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. – Martin Benjámin Muzsik May 09 '18 at 18:35
apt-cache policy libboost-all-dev libx11-dev libx11-dev:i386 libxtst-dev libconfig++-dev build-essential qt5-default
to it. Check images in my other answer - do you have enabled all software sources? Also I recommend to switch to Main server. – N0rbert May 09 '18 at 18:46sudo dpkg -i *.deb
? (assuming your current directory contains downloaded packages) – Aryo Adhi May 12 '18 at 17:00