How to Install and Uninstall libostree-dev Package on Kali Linux

Last updated: May 14,2024

1. Install "libostree-dev" package

Learn how to install libostree-dev on Kali Linux

$ sudo apt update $ sudo apt install libostree-dev

2. Uninstall "libostree-dev" package

This tutorial shows how to uninstall libostree-dev on Kali Linux:

$ sudo apt remove libostree-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libostree-dev package on Kali Linux

Package: libostree-dev
Source: ostree
Version: 2024.3-1
Installed-Size: 1125
Maintainer: Utopia Maintenance Team
Architecture: amd64
Provides: gir1.2-ostree-1.0-dev (= 2024.3-1)
Depends: gir1.2-ostree-1.0 (= 2024.3-1), libglib2.0-dev, libostree-1-1 (= 2024.3-1), pkgconf
Suggests: libostree-doc
Size: 103940
SHA256: 4ab04744b5fc55435a45778443910532a524f09874106f76e0506a8404581894
SHA1: 7449e6995678e90fdd3e7cff42ff89998145db2a
MD5sum: 7e71feb14686f6904f7e6fde3e02d2f4
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.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/ostreedev/ostree/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/o/ostree/libostree-dev_2024.3-1_amd64.deb