Kagami/go-face

Running sudo apt-get install libdlib-dev on Ubuntu 16.04 gives error

sukshifr opened this issue · 1 comments

I am trying to install libdlib-dev on Ubuntu 16.04 but gives below error

Step 12/49 : RUN apt-get install libdlib-dev
 ---> Running in 844ecf1ab057
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libdlib19 libmkl-dev libmkl1
The following NEW packages will be installed:
  libdlib-dev libdlib19 libmkl-dev libmkl1
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 166 MB of archives.
After this operation, 664 MB of additional disk space will be used.
Do you want to continue? [Y/n] Abort.
The command '/bin/sh -c apt-g
```et install libdlib-dev' returned a non-zero code: 1
Exited with code 1

What am I doing wrong?

I don't know, try it with fresh ubuntu install.