How To Install liblxi-devel on Fedora 36
Introduction
In this tutorial we learn how to install liblxi-devel
on Fedora 36.
What is liblxi-devel
The liblxi-devel package contains libraries and header files for developing applications that use liblxi.
We can use yum
or dnf
to install liblxi-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liblxi-devel.
Install liblxi-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 liblxi-devel
using dnf
by running the following command:
sudo dnf -y install liblxi-devel
Install liblxi-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 liblxi-devel
using yum
by running the following command:
sudo yum -y install liblxi-devel
How To Uninstall liblxi-devel on Fedora 36
To uninstall only the liblxi-devel
package we can use the following command:
sudo dnf remove liblxi-devel
liblxi-devel Package Contents on Fedora 36
/usr/include/lxi.h
/usr/lib64/liblxi.so
/usr/lib64/pkgconfig/liblxi.pc
/usr/share/man/man3/lxi_connect.3.gz
/usr/share/man/man3/lxi_disconnect.3.gz
/usr/share/man/man3/lxi_discover.3.gz
/usr/share/man/man3/lxi_discover_if.3.gz
/usr/share/man/man3/lxi_init.3.gz
/usr/share/man/man3/lxi_receive.3.gz
/usr/share/man/man3/lxi_send.3.gz
---
title: "How To Install liblxi-devel on Fedora 36"
linkTitle: "liblxi-devel"
type: "docs"
description: "In this tutorial we learn how to install liblxi-devel in Fedora 36. liblxi-devel is Development files for liblxi"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/liblxi-devel-featured.png
---
Introduction
References
In this tutorial we learn how to install liblxi-devel
on Fedora 36.
What is liblxi-devel
Summary
The liblxi-devel package contains libraries and header files for developing applications that use liblxi.
In this tutorial we learn how to install liblxi-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
We can use yum
or dnf
to install liblxi-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liblxi-devel.
Install liblxi-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 liblxi-devel
using dnf
by running the following command:
sudo dnf -y install liblxi-devel
Install liblxi-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 liblxi-devel
using yum
by running the following command:
sudo yum -y install liblxi-devel
How To Uninstall liblxi-devel on Fedora 36
To uninstall only the liblxi-devel
package we can use the following command:
sudo dnf remove liblxi-devel
liblxi-devel Package Contents on Fedora 36
/usr/include/lxi.h
/usr/lib/liblxi.so
/usr/lib/pkgconfig/liblxi.pc
/usr/share/man/man3/lxi_connect.3.gz
/usr/share/man/man3/lxi_disconnect.3.gz
/usr/share/man/man3/lxi_discover.3.gz
/usr/share/man/man3/lxi_discover_if.3.gz
/usr/share/man/man3/lxi_init.3.gz
/usr/share/man/man3/lxi_receive.3.gz
/usr/share/man/man3/lxi_send.3.gz
References
Summary
In this tutorial we learn how to install liblxi-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).