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

Last updated: May 19,2024

1. Install "zchunk-devel.x86_64" package

Please follow the step by step instructions below to install zchunk-devel.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "zchunk-devel.x86_64" package

This guide covers the steps necessary to uninstall zchunk-devel.x86_64 on CentOS 8 / RHEL 8:

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

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

Last metadata expiration check: 1 day, 9:08:34 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : zchunk-devel
Version : 1.1.9
Release : 1.el8
Architecture : x86_64
Size : 20 k
Source : zchunk-1.1.9-1.el8.src.rpm
Repository : epel
Summary : Headers for building against zchunk
URL : https://github.com/zchunk/zchunk
License : BSD 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.