2

I need to install libhdf5 on an offline computer which has Ubuntu 18.04.1 LTS installed.

One of the packages it looks for when running sudo apt-get install libhdf5-serial-dev hdf5-tools

is libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.1_arm64.deb which "should" be located in http://ports.ubuntu.com/ubuntu-ports/pool/main/libj/libjpeg-turbo/

but I can only find there, the newer, libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.3_arm64.deb where can I find the older deb file?

Assume that I can't run sudo apt-get update since the computer can't be connected to the web

Benny K
  • 123

1 Answers1

2

There is a histroy of all builds, e.g. for virtualbox:

https://launchpad.net/ubuntu/+source/virtualbox/6.1.18-dfsg-5/+build/21372864

so for libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.1

it will be something like

https://launchpad.net/ubuntu/+source/libjpeg-turbo8/dev_1.5.2-0ubuntu5.18.04.1/+build/[XXXXX] where you have to find out the XXXXX

rubo77
  • 34,024
  • 52
  • 172
  • 299