type: “docs” title: “How To Install libfixposix on Fedora 36” description: “In this tutorial we learn how to install libfixposix in Fedora 36. libfixposix is Thin wrapper over POSIX syscalls” linkTitle: “libfixposix” date: “2022-08-17” type: “docs” lastmod: “2022-08-17” description: “In this tutorial we learn how to install libfixposix in Fedora 36. libfixposix is Thin wrapper over POSIX syscalls” #image: /images/fedora/36/libfixposix-featured.png date: “2022-08-17”

lastmod: “2022-08-17”

#image: /images/fedora/36/libfixposix-featured.png

Introduction


Introduction

In this tutorial we learn how to install libfixposix on Fedora 36.

In this tutorial we learn how to install libfixposix on Fedora 36.

What is libfixposix

What is libfixposix

The purpose of libfixposix is to offer replacements for parts of POSIX whose behavior is inconsistent across *NIX flavors.
The purpose of libfixposix is to offer replacements for parts of POSIX whose behavior is inconsistent across *NIX flavors.

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

Install libfixposix on Fedora 36 Using dnf

Install libfixposix on Fedora 36 Using dnf

Update yum database with dnf using the following command.

Update yum database with `dnf` using the following command.
sudo dnf makecache --refresh
sudo dnf makecache --refresh
After updating yum database, We can install `libfixposix` using `dnf` by running the following command:

sudo dnf -y install libfixposix

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

Install libfixposix on Fedora 36 Using yum


sudo dnf -y install libfixposix
Update yum database with `yum` using the following command.

Install libfixposix on Fedora 36 Using yum

Update yum database with yum using the following command.

```bash
sudo yum makecache --refresh
sudo yum makecache --refresh


After updating yum database, We can install `libfixposix` using `yum` by running the following command:
After updating yum database, We can install `libfixposix` using `yum` by running the following command:


```bash
```bash
sudo yum -y install libfixposix
sudo yum -y install libfixposix
## How To Uninstall libfixposix on Fedora 36

## How To Uninstall libfixposix on Fedora 36

To uninstall only the `libfixposix` package we can use the following command:
To uninstall only the `libfixposix` package we can use the following command:

```bash
sudo dnf remove libfixposix

libfixposix Package Contents on Fedora 36


```bash
sudo dnf remove libfixposix

libfixposix Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/82b40d431d12df7033423d63de583a21c43e48
/usr/lib64/libfixposix.so.3
/usr/lib64/libfixposix.so.3.2.0
/usr/share/doc/libfixposix
/usr/share/doc/libfixposix/README.md
/usr/share/licenses/libfixposix
/usr/share/licenses/libfixposix/LICENCE

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/c5 /usr/lib/.build-id/c5/b13ac0ff4d09b6a1f037790dbc184514f51204 /usr/lib/libfixposix.so.3 /usr/lib/libfixposix.so.3.2.0 /usr/share/doc/libfixposix /usr/share/doc/libfixposix/README.md /usr/share/licenses/libfixposix /usr/share/licenses/libfixposix/LICENCE


## References

* [libfixposix website](https://github.com/sionescu/libfixposix)

## Summary

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