How To Install bzip2-static on Fedora 36

In this tutorial we learn how to install bzip2-static in Fedora 36. bzip2-static is Libraries for applications using bzip2

Introduction

In this tutorial we learn how to install bzip2-static on Fedora 36.

What is bzip2-static

Static libraries for applications using the bzip2 compression format.

We can use yum or dnf to install bzip2-static on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bzip2-static.

Install bzip2-static 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 bzip2-static using dnf by running the following command:

sudo dnf -y install bzip2-static

Install bzip2-static on Fedora 36 Using yum

Update yum database with yum using the following command.

---
sudo yum makecache --refresh

title: “How To Install bzip2-static on Fedora 36”

linkTitle: “bzip2-static” type: “docs” After updating yum database, We can install bzip2-static using yum by running the following command:

description: “In this tutorial we learn how to install bzip2-static in Fedora 36. bzip2-static is Libraries for applications using bzip2”

date: "2022-08-17"
lastmod: "2022-08-17"
sudo yum -y install bzip2-static

#image: /images/fedora/36/bzip2-static-featured.png

How To Uninstall bzip2-static on Fedora 36

Introduction

To uninstall only the bzip2-static package we can use the following command: In this tutorial we learn how to install bzip2-static on Fedora 36.

What is bzip2-static


sudo dnf remove bzip2-static
> Static libraries for applications using the bzip2 compression format.  

We can use yum or dnf to install bzip2-static on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bzip2-static.

bzip2-static Package Contents on Fedora 36

Install bzip2-static on Fedora 36 Using dnf


Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install bzip2-static using dnf by running the following command:

sudo dnf -y install bzip2-static

Install bzip2-static 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 bzip2-static using yum by running the following command:

sudo yum -y install bzip2-static

How To Uninstall bzip2-static on Fedora 36

To uninstall only the bzip2-static package we can use the following command:

sudo dnf remove bzip2-static

bzip2-static Package Contents on Fedora 36

/usr/lib64/libbz2.a
/usr/share/licenses/bzip2-static
/usr/share/licenses/bzip2-static/LICENSE

References

Summary

/usr/lib/libbz2.a /usr/share/licenses/bzip2-static /usr/share/licenses/bzip2-static/LICENSE In this tutorial we learn how to install bzip2-static on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


## References

* [bzip2-static website](http://www.bzip.org/)

## Summary

In this tutorial we learn how to install `bzip2-static` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).