How to Install and Uninstall zchunk-devel.i686 Package on Fedora 36

Last updated: October 05,2024

1. Install "zchunk-devel.i686" package

Please follow the guidelines below to install zchunk-devel.i686 on Fedora 36

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

2. Uninstall "zchunk-devel.i686" package

This tutorial shows how to uninstall zchunk-devel.i686 on Fedora 36:

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

3. Information about the zchunk-devel.i686 package on Fedora 36

Last metadata expiration check: 2:00:56 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : zchunk-devel
Version : 1.2.2
Release : 1.fc36
Architecture : i686
Size : 15 k
Source : zchunk-1.2.2-1.fc36.src.rpm
Repository : updates
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.