Install This Repository

Installs the signed key, package pinning, and this apt source.

sudo install -d -m 0755 /etc/apt/keyrings /etc/apt/preferences.d
curl -fsSL https://safelibs.org/apt/testing/libvips/safelibs.gpg | sudo tee /etc/apt/keyrings/safelibs.gpg > /dev/null
curl -fsSL https://safelibs.org/apt/testing/libvips/safelibs-testing-libvips.pref | sudo tee /etc/apt/preferences.d/safelibs-testing-libvips.pref > /dev/null
echo "deb [signed-by=/etc/apt/keyrings/safelibs.gpg] https://safelibs.org/apt/testing/libvips noble main" | sudo tee /etc/apt/sources.list.d/safelibs-testing-libvips.list > /dev/null
sudo apt-get update

Published Packages

  • gir1.2-vips-8.0 8.15.1-1.1build4+safelibs1778011697
  • libvips-dev 8.15.1-1.1build4+safelibs1778011697
  • libvips-doc 8.15.1-1.1build4+safelibs1778011697
  • libvips-tools 8.15.1-1.1build4+safelibs1778011697
  • libvips42t64 8.15.1-1.1build4+safelibs1778011697

Repository Notes

Memory-safe drop-in replacements packaged by SafeLibs for Ubuntu 24.04

Stable repositories are generated from pinned SafeLibs package refs. Testing repositories are generated from the latest buildable default-branch port commits.

Install the published apt preference file so apt prefers the SafeLibs builds for the package set carried by this repository.

https://github.com/safelibs/apt