How To Install zlib-ada on Fedora 36
Introduction
In this tutorial we learn how to install zlib-ada
on Fedora 36.
What is zlib-ada
Zlib-Ada is a thick Ada binding to the popular compression/decompression library Zlib.
We can use yum
or dnf
to install zlib-ada
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zlib-ada.
Install zlib-ada 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 zlib-ada
using dnf
by running the following command:
sudo dnf -y install zlib-ada
Install zlib-ada 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 zlib-ada
using yum
by running the following command:
sudo yum -y install zlib-ada
How To Uninstall zlib-ada on Fedora 36
To uninstall only the zlib-ada
package we can use the following command:
sudo dnf remove zlib-ada
zlib-ada Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/dca51d285d7e3e55808cb1a69d2966e0d35afe
/usr/lib64/libzlib_ada-1.4.so.0
/usr/share/doc/zlib-ada
/usr/share/doc/zlib-ada/readme.txt
/usr/share/licenses/zlib-ada
/usr/share/licenses/zlib-ada/COPYING.RUNTIME
/usr/share/licenses/zlib-ada/COPYING3
References
Summary
In this tutorial we learn how to install zlib-ada
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install zlib-ada on Fedora 36” linkTitle: “zlib-ada” type: “docs” description: “In this tutorial we learn how to install zlib-ada in Fedora 36. zlib-ada is Zlib for Ada” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/zlib-ada-featured.png
Introduction
In this tutorial we learn how to install zlib-ada
on Fedora 36.
What is zlib-ada
Zlib-Ada is a thick Ada binding to the popular compression/decompression library Zlib.
We can use yum
or dnf
to install zlib-ada
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zlib-ada.
Install zlib-ada 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 zlib-ada
using dnf
by running the following command:
sudo dnf -y install zlib-ada
Install zlib-ada 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 zlib-ada
using yum
by running the following command:
sudo yum -y install zlib-ada
How To Uninstall zlib-ada on Fedora 36
To uninstall only the zlib-ada
package we can use the following command:
sudo dnf remove zlib-ada
zlib-ada Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/78
/usr/lib/.build-id/78/e437ad037a0a91f73925a80d9523118f9087f0
/usr/lib/libzlib_ada-1.4.so.0
/usr/share/doc/zlib-ada
/usr/share/doc/zlib-ada/readme.txt
/usr/share/licenses/zlib-ada
/usr/share/licenses/zlib-ada/COPYING.RUNTIME
/usr/share/licenses/zlib-ada/COPYING3
References
Summary
In this tutorial we learn how to install zlib-ada
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).