How to Install libostree-dev in Ubuntu 18.04



Install libostree-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libostree-dev

Description:

Development files for the libostree library

libostree is a library for managing bootable, immutable, versioned filesystem trees. It is like git in that it checksums individual files and has a content-addressed object store; unlike git, it "checks out" the files using hardlinks into an immutable directory tree. This can be used to provide atomic upgrades with rollback, history and parallel-installation, particularly useful on "fixed purpose" systems such as embedded devices. It is also used by the Flatpak application runtime system. . This package contains development headers and the pkg-config file for libostree.

Homepage: https://github.com/ostreedev/ostree/

Version: 2018.4-2

Section: universe/libdevel