How to Install and Uninstall zchunk-devel.x86_64 Package on CentOS Stream 8

Last updated: October 09,2024

1. Install "zchunk-devel.x86_64" package

This is a short guide on how to install zchunk-devel.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install zchunk-devel.x86_64

2. Uninstall "zchunk-devel.x86_64" package

This is a short guide on how to uninstall zchunk-devel.x86_64 on CentOS Stream 8:

$ sudo dnf remove zchunk-devel.x86_64 $ sudo dnf autoremove

3. Information about the zchunk-devel.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:57:07 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : zchunk-devel
Version : 1.4.0
Release : 1.el8
Architecture : x86_64
Size : 23 k
Source : zchunk-1.4.0-1.el8.src.rpm
Repository : epel
Summary : Headers for building against zchunk
URL : https://github.com/zchunk/zchunk
License : BSD-2-Clause AND MIT
Description : zchunk is a compressed file format that splits the file into independent
: chunks. This allows you to only download the differences when downloading a
: new version of the file, and also makes zchunk files efficient over rsync.
: zchunk files are protected with strong checksums to verify that the file you
: downloaded is in fact the file you wanted.
:
: This package contains the headers necessary for building against the zchunk
: library, libzck.