How To Install bzip2-devel on Fedora 36
Introduction
In this tutorial we learn how to install bzip2-devel
on Fedora 36.
What is bzip2-devel
Header files and a library of bzip2 functions, for developing apps which will use the library.
We can use yum
or dnf
to install bzip2-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bzip2-devel.
Install bzip2-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install bzip2-devel
Install bzip2-devel 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-devel
using yum
by running the following command:
sudo yum -y install bzip2-devel
How To Uninstall bzip2-devel on Fedora 36
To uninstall only the bzip2-devel
package we can use the following command:
sudo dnf remove bzip2-devel
bzip2-devel Package Contents on Fedora 36
---
title: "How To Install bzip2-devel on Fedora 36"
linkTitle: "bzip2-devel"
type: "docs"
description: "In this tutorial we learn how to install bzip2-devel in Fedora 36. bzip2-devel is Libraries and header files for apps which will use bzip2"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/bzip2-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `bzip2-devel` on Fedora 36.
### What is `bzip2-devel`
> Header files and a library of bzip2 functions, for developing apps which will use the library.
We can use `yum` or `dnf` to install `bzip2-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bzip2-devel.
## Install bzip2-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install bzip2-devel
Install bzip2-devel 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-devel
using yum
by running the following command:
sudo yum -y install bzip2-devel
How To Uninstall bzip2-devel on Fedora 36
To uninstall only the bzip2-devel
package we can use the following command:
sudo dnf remove bzip2-devel
bzip2-devel Package Contents on Fedora 36
/usr/include/bzlib.h
/usr/lib/libbz2.so
/usr/lib/pkgconfig/bzip2.pc
/usr/share/doc/bzip2-devel
/usr/share/doc/bzip2-devel/manual.html
/usr/share/doc/bzip2-devel/manual.pdf
References
Summary
In this tutorial we learn how to install bzip2-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/bzlib.h /usr/lib64/libbz2.so /usr/lib64/pkgconfig/bzip2.pc /usr/share/doc/bzip2-devel /usr/share/doc/bzip2-devel/manual.html /usr/share/doc/bzip2-devel/manual.pdf
## References
* [bzip2-devel website](http://www.bzip.org/)
## Summary
In this tutorial we learn how to install `bzip2-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).