How To Install libfixposix-devel on Fedora 36

In this tutorial we learn how to install libfixposix-devel in Fedora 36. libfixposix-devel is Thin wrapper over POSIX syscalls (development headers)

Introduction

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

What is libfixposix-devel

The purpose of libfixposix is to offer replacements for parts of POSIX whose behavior is inconsistent across *NIX flavors. This package contains the development headers.

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

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

sudo dnf -y install libfixposix-devel

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

sudo yum -y install libfixposix-devel

How To Uninstall libfixposix-devel on Fedora 36

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

sudo dnf remove libfixposix-devel

libfixposix-devel Package Contents on Fedora 36

/usr/include/lfp
/usr/include/lfp.h
/usr/include/lfp/aux.h
/usr/include/lfp/buildinfo.h
/usr/include/lfp/dirent.h
/usr/include/lfp/errno.h
/usr/include/lfp/fcntl.h
/usr/include/lfp/ioctl.h
/usr/include/lfp/mman.h
/usr/include/lfp/resource.h
/usr/include/lfp/select.h
/usr/include/lfp/sendfile.h
/usr/include/lfp/signal.h
/usr/include/lfp/socket.h
/usr/include/lfp/spawn.h
/usr/include/lfp/stat.h
/usr/include/lfp/stdlib.h
/usr/include/lfp/strerror.h
/usr/include/lfp/string.h
/usr/include/lfp/syslog.h
/usr/include/lfp/time.h
/usr/include/lfp/unistd.h
/usr/include/lfp/wait.h
/usr/lib64/libfixposix.so
/usr/lib64/pkgconfig/libfixposix.pc

References

Summary

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


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

Introduction

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

What is libfixposix-devel

The purpose of libfixposix is to offer replacements for parts of POSIX whose behavior is inconsistent across *NIX flavors. This package contains the development headers.

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

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

sudo dnf -y install libfixposix-devel

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

sudo yum -y install libfixposix-devel

How To Uninstall libfixposix-devel on Fedora 36

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

sudo dnf remove libfixposix-devel

libfixposix-devel Package Contents on Fedora 36

/usr/include/lfp
/usr/include/lfp.h
/usr/include/lfp/aux.h
/usr/include/lfp/buildinfo.h
/usr/include/lfp/dirent.h
/usr/include/lfp/errno.h
/usr/include/lfp/fcntl.h
/usr/include/lfp/ioctl.h
/usr/include/lfp/mman.h
/usr/include/lfp/resource.h
/usr/include/lfp/select.h
/usr/include/lfp/sendfile.h
/usr/include/lfp/signal.h
/usr/include/lfp/socket.h
/usr/include/lfp/spawn.h
/usr/include/lfp/stat.h
/usr/include/lfp/stdlib.h
/usr/include/lfp/strerror.h
/usr/include/lfp/string.h
/usr/include/lfp/syslog.h
/usr/include/lfp/time.h
/usr/include/lfp/unistd.h
/usr/include/lfp/wait.h
/usr/lib/libfixposix.so
/usr/lib/pkgconfig/libfixposix.pc

References

Summary

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