board: "libjpeg8" error during installation on Ubuntu
Hi,
I tried installing Restyaboard with the install-script but it failed with the following error:
WARNING: The following packages cannot be authenticated! libjpeg8 E: There were unauthenticated packages and -y was used without --allow-unauthenticated
- [ 100 != 0 ]
- echo nginx installation failed with error code 2 nginx installation failed with error code 2
- exit 1
I’m pretty much sure about that there is a missing --allow-unauthenticated argument from an apt-get install ** command, but I couldn’t locate the package in the script which tries to install libjpeg8 on Ubuntu.
I found the following line which relates to the issue:
yum install -y ImageM* netpbm gd gd-* libjpeg libexif gcc coreutils make
but that’s obviously not relevant for Ubuntu installation.
This issue can be solved by adding APT::Get::AllowUnauthenticated "true"; to file: /etc/apt/apt.conf.d/99myown but that’s not very elegant and safe.
/riverman
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 17 (11 by maintainers)
Commits related to this issue
- issue #1114: allow unauthenticated added for libjpeg8 installation — committed to RestyaPlatform/board by lmkannan 7 years ago
- Merge pull request #1159 from RestyaPlatform/issue/1114 Fixes #1114: allow unauthenticated added for libjpeg8 installation — committed to RestyaPlatform/board by lmarikannan 7 years ago
@theriverman Many thanks for helping out the project with your bug reports. We’ll address this as soon as possible.