How To Install jpnevulator on Fedora 36

In this tutorial we learn how to install jpnevulator in Fedora 36. jpnevulator is Serial line sniffer including very simple terminal emulator

Introduction

In this tutorial we learn how to install jpnevulator on Fedora 36.

What is jpnevulator

Jpnevulator is a handy serial sniffer. You can use it to send data on a serial device too. You can read or write from/to one or more serial devices at the same time.

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

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

sudo dnf -y install jpnevulator

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

sudo yum -y install jpnevulator

How To Uninstall jpnevulator on Fedora 36

To uninstall only the jpnevulator package we can use the following command:

sudo dnf remove jpnevulator

jpnevulator Package Contents on Fedora 36

/usr/bin/jpnevulator
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/c2e245ac9aaff222857e4afa955c0bd95c3590
/usr/share/doc/jpnevulator
/usr/share/doc/jpnevulator/AUTHORS
/usr/share/doc/jpnevulator/BUGS
/usr/share/doc/jpnevulator/COPYING
/usr/share/doc/jpnevulator/Changelog
/usr/share/doc/jpnevulator/FAQ
/usr/share/doc/jpnevulator/README
/usr/share/doc/jpnevulator/TODO
/usr/share/man/man1/jpnevulator.1.gz

References

Summary

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