apt-get install -y bash-completion build-essential cmake freeglut3-dev git libboost-all-dev libglew-dev libjpeg-dev libeigen3-dev libopencv-dev libopenni2-dev libqhull-dev libqt4-dev libqwt-dev libsuitesparse-dev libudev-dev libusb-1.0-0-dev libvtk5-dev libvtk5-qt4-dev mesa-utils openjdk-8-jdk zlib1g-dev libyaml-cpp-dev python-dev python-matplotlib python-numpy python-pip python-scipy python-vtk python-yaml sudo
Reading package lists...
Building dependency tree...
Reading state information...
Package bash-completion 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:
apt util-linux bsdutils bash
Package cmake 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
E: Package 'bash-completion' has no installation candidate
E: Package 'cmake' has no installation candidate
E: Unable to locate package freeglut3-dev
E: Unable to locate package git
E: Unable to locate package libboost-all-dev
E: Unable to locate package libglew-dev
E: Unable to locate package libjpeg-dev
E: Unable to locate package libeigen3-dev
E: Unable to locate package libopencv-dev
E: Unable to locate package libopenni2-dev
E: Unable to locate package libqhull-dev
E: Unable to locate package libqt4-dev
E: Unable to locate package libqwt-dev
E: Unable to locate package libsuitesparse-dev
E: Unable to locate package libudev-dev
E: Unable to locate package libusb-1.0-0-dev
E: Couldn't find any package by glob 'libusb-1.0-0-dev'
E: Couldn't find any package by regex 'libusb-1.0-0-dev'
E: Unable to locate package libvtk5-dev
E: Unable to locate package libvtk5-qt4-dev
E: Unable to locate package mesa-utils
E: Unable to locate package openjdk-8-jdk
E: Unable to locate package zlib1g-dev
E: Unable to locate package libyaml-cpp-dev
E: Unable to locate package python-dev
E: Unable to locate package python-matplotlib
E: Unable to locate package python-numpy
E: Unable to locate package python-pip
E: Unable to locate package python-scipy
E: Unable to locate package python-vtk
E: Unable to locate package python-yaml
E: Unable to locate package sudo
The command '/bin/sh -c /tmp/install_dependencies.sh' returned a non-zero code: 100
when I try to rebuild the docker image with docker_build.sh in folder /docker, I get the following error:
Err:1 http://archive.ubuntu.com/ubuntu xenial InRelease Temporary failure resolving 'archive.ubuntu.com' Err:2 http://security.ubuntu.com/ubuntu xenial-security InRelease Temporary failure resolving 'security.ubuntu.com' Err:3 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 InRelease Could not resolve host: developer.download.nvidia.com Err:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease Temporary failure resolving 'archive.ubuntu.com' Err:5 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 InRelease Could not resolve host: developer.download.nvidia.com Err:6 http://archive.ubuntu.com/ubuntu xenial-backports InRelease Temporary failure resolving 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease Temporary failure resolving 'security.ubuntu.com' W: Failed to fetch https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/InRelease Could not resolve host: developer.download.nvidia.com W: Failed to fetch https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64/InRelease Could not resolve host: developer.download.nvidia.com W: Some index files failed to download. They have been ignored, or old ones used instead.
Package cmake 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
E: Package 'bash-completion' has no installation candidate E: Package 'cmake' has no installation candidate E: Unable to locate package freeglut3-dev E: Unable to locate package git E: Unable to locate package libboost-all-dev E: Unable to locate package libglew-dev E: Unable to locate package libjpeg-dev E: Unable to locate package libeigen3-dev E: Unable to locate package libopencv-dev E: Unable to locate package libopenni2-dev E: Unable to locate package libqhull-dev E: Unable to locate package libqt4-dev E: Unable to locate package libqwt-dev E: Unable to locate package libsuitesparse-dev E: Unable to locate package libudev-dev E: Unable to locate package libusb-1.0-0-dev E: Couldn't find any package by glob 'libusb-1.0-0-dev' E: Couldn't find any package by regex 'libusb-1.0-0-dev' E: Unable to locate package libvtk5-dev E: Unable to locate package libvtk5-qt4-dev E: Unable to locate package mesa-utils E: Unable to locate package openjdk-8-jdk E: Unable to locate package zlib1g-dev E: Unable to locate package libyaml-cpp-dev E: Unable to locate package python-dev E: Unable to locate package python-matplotlib E: Unable to locate package python-numpy E: Unable to locate package python-pip E: Unable to locate package python-scipy E: Unable to locate package python-vtk E: Unable to locate package python-yaml E: Unable to locate package sudo The command '/bin/sh -c /tmp/install_dependencies.sh' returned a non-zero code: 100