How To Install zimlib on Fedora 36
Introduction
In this tutorial we learn how to install zimlib
on Fedora 36.
What is zimlib
The ZIM library is the reference implementation for the ZIM file format. It’s a solution to read and write ZIM files on many systems and architectures.
We can use yum
or dnf
to install zimlib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zimlib.
Install zimlib on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install zimlib
using dnf
by running the following command:
sudo dnf -y install zimlib
Install zimlib on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install zimlib
using yum
by running the following command:
sudo yum -y install zimlib
How To Uninstall zimlib on Fedora 36
To uninstall only the zimlib
package we can use the following command:
sudo dnf remove zimlib
zimlib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/605f41c2cd3468ca29d01c35ef67f4db695f01
/usr/lib/libzim.so.7
/usr/lib/libzim.so.7.2.0
/usr/share/doc/zimlib
/usr/share/doc/zimlib/AUTHORS
/usr/share/doc/zimlib/ChangeLog
/usr/share/doc/zimlib/README.md
/usr/share/licenses/zimlib
/usr/share/licenses/zimlib/COPYING
References
Summary
In this tutorial we learn how to install zimlib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install zimlib on Fedora 36” linkTitle: “zimlib” type: “docs” description: “In this tutorial we learn how to install zimlib in Fedora 36. zimlib is Reference implementation of the ZIM specification” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/zimlib-featured.png
Introduction
In this tutorial we learn how to install zimlib
on Fedora 36.
What is zimlib
The ZIM library is the reference implementation for the ZIM file format. It’s a solution to read and write ZIM files on many systems and architectures.
We can use yum
or dnf
to install zimlib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zimlib.
Install zimlib on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install zimlib
using dnf
by running the following command:
sudo dnf -y install zimlib
Install zimlib on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install zimlib
using yum
by running the following command:
sudo yum -y install zimlib
How To Uninstall zimlib on Fedora 36
To uninstall only the zimlib
package we can use the following command:
sudo dnf remove zimlib
zimlib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/1f2fe1070c5bc3cb6f93b3d4d83470e7583022
/usr/lib64/libzim.so.7
/usr/lib64/libzim.so.7.2.0
/usr/share/doc/zimlib
/usr/share/doc/zimlib/AUTHORS
/usr/share/doc/zimlib/ChangeLog
/usr/share/doc/zimlib/README.md
/usr/share/licenses/zimlib
/usr/share/licenses/zimlib/COPYING
References
Summary
In this tutorial we learn how to install zimlib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).