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

Last updated: May 19,2024

1. Install "zchunk.x86_64" package

Learn how to install zchunk.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install zchunk.x86_64

2. Uninstall "zchunk.x86_64" package

Please follow the guidelines below to uninstall zchunk.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove zchunk.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1 day, 9:08:33 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : zchunk
Version : 1.1.9
Release : 1.el8
Architecture : x86_64
Size : 52 k
Source : zchunk-1.1.9-1.el8.src.rpm
Repository : epel
Summary : Compressed file format that allows easy deltas
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.