How To Install z3-libs on Fedora 36
Introduction
In this tutorial we learn how to install z3-libs
on Fedora 36.
What is z3-libs
Library for applications that use z3 functionality.
We can use yum
or dnf
to install z3-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install z3-libs.
Install z3-libs 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 z3-libs
using dnf
by running the following command:
sudo dnf -y install z3-libs
Install z3-libs 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 z3-libs
using yum
by running the following command:
sudo yum -y install z3-libs
How To Uninstall z3-libs on Fedora 36
To uninstall only the z3-libs
package we can use the following command:
sudo dnf remove z3-libs
z3-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/5e266c1e60f094634b700bc23ca0500b68ac26
/usr/lib/libz3.so.4.8
/usr/lib/libz3.so.4.8.15.0
/usr/share/licenses/z3-libs
/usr/share/licenses/z3-libs/LICENSE.txt
References
Summary
In this tutorial we learn how to install z3-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install z3-libs on Fedora 36” linkTitle: “z3-libs” type: “docs” description: “In this tutorial we learn how to install z3-libs in Fedora 36. z3-libs is Library for applications that use z3 functionality” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/z3-libs-featured.png
Introduction
In this tutorial we learn how to install z3-libs
on Fedora 36.
What is z3-libs
Library for applications that use z3 functionality.
We can use yum
or dnf
to install z3-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install z3-libs.
Install z3-libs 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 z3-libs
using dnf
by running the following command:
sudo dnf -y install z3-libs
Install z3-libs 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 z3-libs
using yum
by running the following command:
sudo yum -y install z3-libs
How To Uninstall z3-libs on Fedora 36
To uninstall only the z3-libs
package we can use the following command:
sudo dnf remove z3-libs
z3-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/df
/usr/lib/.build-id/df/6169da8437b226f3e3d2028fde173ad83fe907
/usr/lib64/libz3.so.4.8
/usr/lib64/libz3.so.4.8.15.0
/usr/share/licenses/z3-libs
/usr/share/licenses/z3-libs/LICENSE.txt
References
Summary
In this tutorial we learn how to install z3-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).