How to Install and Uninstall ostree Package on Kali Linux

Last updated: May 17,2024

1. Install "ostree" package

This guide let you learn how to install ostree on Kali Linux

$ sudo apt update $ sudo apt install ostree

2. Uninstall "ostree" package

Learn how to uninstall ostree on Kali Linux:

$ sudo apt remove ostree $ sudo apt autoclean && sudo apt autoremove

3. Information about the ostree package on Kali Linux

Package: ostree
Version: 2024.3-1
Installed-Size: 497
Maintainer: Utopia Maintenance Team
Architecture: amd64
Depends: libarchive13 (>= 3.0.4), libc6 (>= 2.34), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.68.0), libostree-1-1 (>= 2023.8)
Breaks: flatpak-builder (<< 1.2.1-2~)
Size: 183700
SHA256: ef279b75b40dbceb7be91713cfd73c6d7f9b55ac816cf24bd6cdad6e313a6b8b
SHA1: 34416e0986ed2e39942852f84d183584ea9d3d00
MD5sum: 8132d33dcdc388569a119ae08d5c3394
Description: content-addressed filesystem for operating system binaries
libostree provides a library and tools 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.
.
This package contains the executables used to manage and create
filesystem trees. It does not affect the boot process for the system
on which it is installed.
Description-md5:
Homepage: https://github.com/ostreedev/ostree/
Section: admin
Priority: optional
Filename: pool/main/o/ostree/ostree_2024.3-1_amd64.deb