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

Last updated: October 07,2024

1. Install "zchunk-devel.i686" package

Here is a brief guide to show you how to install zchunk-devel.i686 on Fedora 34

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

2. Uninstall "zchunk-devel.i686" package

Please follow the guidelines below to uninstall zchunk-devel.i686 on Fedora 34:

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

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

Last metadata expiration check: 0:17:12 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : zchunk-devel
Version : 1.2.2
Release : 1.fc34
Architecture : i686
Size : 15 k
Source : zchunk-1.2.2-1.fc34.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.