How To Install flterm on Fedora 36
In this tutorial we learn how to install flterm in Fedora 36. flterm is Firmware download program
Introduction
In this tutorial we learn how to install flterm
on Fedora 36.
What is flterm
flterm is a serial terminal, and firmware download program.
We can use yum
or dnf
to install flterm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flterm.
Install flterm 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 flterm
using dnf
by running the following command:
sudo dnf -y install flterm
Install flterm 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 flterm
using yum
by running the following command:
sudo yum -y install flterm
How To Uninstall flterm on Fedora 36
To uninstall only the flterm
package we can use the following command:
sudo dnf remove flterm
flterm Package Contents on Fedora 36
/usr/bin/flterm
/usr/lib/.build-id
/usr/lib/.build-id/93
/usr/lib/.build-id/93/89a4b96df9ee9c68a91060593ab512381ba492
References
Summary
In this tutorial we learn how to install flterm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).