How To Install flexiport on Fedora 36
Introduction
In this tutorial we learn how to install flexiport
on Fedora 36.
What is flexiport
Flexiport provides a consistent interface for communicating over a range of data port types. Currently serial (including serial-over-USB), TCP and UDP ports are supported. Logging is supported which allows communications sessions to be played back at a later date without the original hardware present.
We can use yum
or dnf
to install flexiport
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flexiport.
Install flexiport 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 flexiport
using dnf
by running the following command:
sudo dnf -y install flexiport
Install flexiport 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 flexiport
using yum
by running the following command:
sudo yum -y install flexiport
How To Uninstall flexiport on Fedora 36
To uninstall only the flexiport
package we can use the following command:
sudo dnf remove flexiport
flexiport Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/94de8a83ee3fee899b9f191054a2945c7f0808
/usr/lib64/libflexiport.so.2
/usr/lib64/libflexiport.so.2.0.0
/usr/share/doc/flexiport
/usr/share/doc/flexiport/COPYING
/usr/share/doc/flexiport/COPYING.LESSER
References
Summary
In this tutorial we learn how to install flexiport
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install flexiport on Fedora 36” linkTitle: “flexiport” type: “docs” description: “In this tutorial we learn how to install flexiport in Fedora 36. flexiport is Flexible communications library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/flexiport-featured.png
Introduction
In this tutorial we learn how to install flexiport
on Fedora 36.
What is flexiport
Flexiport provides a consistent interface for communicating over a range of data port types. Currently serial (including serial-over-USB), TCP and UDP ports are supported. Logging is supported which allows communications sessions to be played back at a later date without the original hardware present.
We can use yum
or dnf
to install flexiport
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flexiport.
Install flexiport 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 flexiport
using dnf
by running the following command:
sudo dnf -y install flexiport
Install flexiport 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 flexiport
using yum
by running the following command:
sudo yum -y install flexiport
How To Uninstall flexiport on Fedora 36
To uninstall only the flexiport
package we can use the following command:
sudo dnf remove flexiport
flexiport Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/74
/usr/lib/.build-id/74/87410e9e5a2d983e505b920f5648271d231cf9
/usr/lib/libflexiport.so.2
/usr/lib/libflexiport.so.2.0.0
/usr/share/doc/flexiport
/usr/share/doc/flexiport/COPYING
/usr/share/doc/flexiport/COPYING.LESSER
References
Summary
In this tutorial we learn how to install flexiport
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).