How To Install liblxi on Fedora 36
Introduction
In this tutorial we learn how to install liblxi
on Fedora 36.
What is liblxi
The LXI library (liblxi) is an open source software library for GNU/Linux systems which offers a simple API for communicating with LXI enabled instruments. The API allows applications to easily discover instruments on networks and communicate SCPI commands.
We can use yum
or dnf
to install liblxi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liblxi.
Install liblxi 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
using dnf
by running the following command:
sudo dnf -y install liblxi
Install liblxi 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
using yum
by running the following command:
sudo yum -y install liblxi
How To Uninstall liblxi on Fedora 36
To uninstall only the liblxi
package we can use the following command:
sudo dnf remove liblxi
liblxi Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/9178434a3053d85b7a3099c5493b3502fb5958
/usr/lib/liblxi.so.1
/usr/lib/liblxi.so.1.0.0
/usr/share/doc/liblxi
/usr/share/doc/liblxi/AUTHORS
/usr/share/doc/liblxi/ChangeLog
/usr/share/doc/liblxi/README.md
/usr/share/licenses/liblxi
/usr/share/licenses/liblxi/COPYING
References
Summary
In this tutorial we learn how to install liblxi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install liblxi on Fedora 36” linkTitle: “liblxi” type: “docs” description: “In this tutorial we learn how to install liblxi in Fedora 36. liblxi is Library with simple API for communication with LXI devices” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/liblxi-featured.png
Introduction
In this tutorial we learn how to install liblxi
on Fedora 36.
What is liblxi
The LXI library (liblxi) is an open source software library for GNU/Linux systems which offers a simple API for communicating with LXI enabled instruments. The API allows applications to easily discover instruments on networks and communicate SCPI commands.
We can use yum
or dnf
to install liblxi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liblxi.
Install liblxi 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
using dnf
by running the following command:
sudo dnf -y install liblxi
Install liblxi 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
using yum
by running the following command:
sudo yum -y install liblxi
How To Uninstall liblxi on Fedora 36
To uninstall only the liblxi
package we can use the following command:
sudo dnf remove liblxi
liblxi Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/18693035c38b32a2fe5d8ec01782691474a152
/usr/lib64/liblxi.so.1
/usr/lib64/liblxi.so.1.0.0
/usr/share/doc/liblxi
/usr/share/doc/liblxi/AUTHORS
/usr/share/doc/liblxi/ChangeLog
/usr/share/doc/liblxi/README.md
/usr/share/licenses/liblxi
/usr/share/licenses/liblxi/COPYING
References
Summary
In this tutorial we learn how to install liblxi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).