How To Install logserial on Fedora 36
Introduction
In this tutorial we learn how to install logserial
on Fedora 36.
What is logserial
Package for logging incoming bytes on asynchronous serial ports. It was written for loging calls on our telephone central, but you can use it for any devices connected to serial ports. From version 0.4 it can be used to send data through serial line.
We can use yum
or dnf
to install logserial
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install logserial.
Install logserial 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 logserial
using dnf
by running the following command:
sudo dnf -y install logserial
Install logserial 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 logserial
using yum
by running the following command:
sudo yum -y install logserial
How To Uninstall logserial on Fedora 36
To uninstall only the logserial
package we can use the following command:
sudo dnf remove logserial
logserial Package Contents on Fedora 36
/usr/bin/logserial
/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/7642828234dcb9575d545cff7d5028379da54c
/usr/share/doc/logserial
/usr/share/doc/logserial/CHANGELOG
/usr/share/doc/logserial/README
References
Summary
In this tutorial we learn how to install logserial
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).