Skip to content

Instantly share code, notes, and snippets.

@epx998
Created September 26, 2018 20:12
Show Gist options
  • Save epx998/50bdab2edcd7147e7f592cf9d44585df to your computer and use it in GitHub Desktop.
Save epx998/50bdab2edcd7147e7f592cf9d44585df to your computer and use it in GitHub Desktop.
root@eris-todelete:~# ./lb.sh
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:
libboost-all-dev : Depends: libboost-container-dev but it is not going to be installed
Depends: libboost-fiber-dev but it is not going to be installed
Depends: libboost-stacktrace-dev but it is not going to be installed
Depends: libboost-type-erasure-dev but it is not going to be installed
libboost-atomic-dev : Depends: libboost-atomic1.67-dev but it is not going to be installed
libboost-chrono-dev : Depends: libboost-chrono1.67-dev but it is not going to be installed
libboost-context-dev : Depends: libboost-context1.67-dev but it is not going to be installed
libboost-coroutine-dev : Depends: libboost-coroutine1.67-dev but it is not going to be installed
libboost-date-time-dev : Depends: libboost-date-time1.67-dev but it is not going to be installed
libboost-dev : Depends: libboost1.67-dev but it is not going to be installed
libboost-exception-dev : Depends: libboost-exception1.67-dev but it is not going to be installed
libboost-filesystem-dev : Depends: libboost-filesystem1.67-dev but it is not going to be installed
libboost-graph-dev : Depends: libboost-graph1.67-dev but it is not going to be installed
libboost-graph-parallel-dev : Depends: libboost-graph-parallel1.67-dev but it is not going to be installed
libboost-iostreams-dev : Depends: libboost-iostreams1.67-dev but it is not going to be installed
libboost-locale-dev : Depends: libboost-locale1.67-dev but it is not going to be installed
libboost-log-dev : Depends: libboost-log1.67-dev but it is not going to be installed
libboost-math-dev : Depends: libboost-math1.67-dev but it is not going to be installed
libboost-mpi-dev : Depends: libboost-mpi1.67-dev but it is not going to be installed
libboost-mpi-python-dev : Depends: libboost-mpi-python1.67-dev but it is not going to be installed
libboost-program-options-dev : Depends: libboost-program-options1.67-dev but it is not going to be installed
libboost-python-dev : Depends: libboost-python1.67-dev but it is not going to be installed
libboost-random-dev : Depends: libboost-random1.67-dev but it is not going to be installed
libboost-regex-dev : Depends: libboost-regex1.67-dev but it is not going to be installed
libboost-serialization-dev : Depends: libboost-serialization1.67-dev but it is not going to be installed
libboost-signals-dev : Depends: libboost-signals1.67-dev but it is not going to be installed
libboost-system-dev : Depends: libboost-system1.67-dev but it is not going to be installed
libboost-test-dev : Depends: libboost-test1.67-dev but it is not going to be installed
libboost-thread-dev : Depends: libboost-thread1.67-dev but it is not going to be installed
libboost-timer-dev : Depends: libboost-timer1.67-dev but it is not going to be installed
libboost-tools-dev : Depends: libboost1.67-tools-dev
libboost-wave-dev : Depends: libboost-wave1.67-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@eris-todelete:~# apt-get install libboost-container-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libboost-container1.67-dev libboost-container1.67.0 libboost1.67-dev
Suggested packages:
libboost1.67-doc libboost-atomic1.67-dev libboost-chrono1.67-dev libboost-context1.67-dev libboost-coroutine1.67-dev libboost-date-time1.67-dev libboost-exception1.67-dev libboost-fiber1.67-dev
libboost-filesystem1.67-dev libboost-graph1.67-dev libboost-graph-parallel1.67-dev libboost-iostreams1.67-dev libboost-locale1.67-dev libboost-log1.67-dev libboost-math1.67-dev libboost-mpi1.67-dev
libboost-mpi-python1.67-dev libboost-numpy1.67-dev libboost-program-options1.67-dev libboost-python1.67-dev libboost-random1.67-dev libboost-regex1.67-dev libboost-serialization1.67-dev libboost-signals1.67-dev
libboost-stacktrace1.67-dev libboost-system1.67-dev libboost-test1.67-dev libboost-thread1.67-dev libboost-timer1.67-dev libboost-type-erasure1.67-dev libboost-wave1.67-dev libboost1.67-tools-dev libmpfrc++-dev
libntl-dev
The following NEW packages will be installed:
libboost-container-dev libboost-container1.67-dev libboost-container1.67.0 libboost1.67-dev
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/8,828 kB of archives.
After this operation, 135 MB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.
root@eris-todelete:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment