How To Install fmtools on Fedora 36
Introduction
In this tutorial we learn how to install fmtools
on Fedora 36.
What is fmtools
This is a pair of hopefully useful control programs for Video for Linux (v4l2) radio card drivers. The focus is on control, so you may find these programs a bit unfriendly. Users are encouraged to investigate the source and create wrappers or new programs based on this design. fm - a simple tuner fmscan - a simple band scanner
We can use yum
or dnf
to install fmtools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fmtools.
Install fmtools 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 fmtools
using dnf
by running the following command:
sudo dnf -y install fmtools
Install fmtools 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 fmtools
using yum
by running the following command:
sudo yum -y install fmtools
How To Uninstall fmtools on Fedora 36
To uninstall only the fmtools
package we can use the following command:
sudo dnf remove fmtools
fmtools Package Contents on Fedora 36
/usr/bin/fm
/usr/bin/fmscan
/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/78a189b87b122fb227985f41ea38fadb6dd81b
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/55fb84227c471348504bc7fe889ac53bba23a7
/usr/share/doc/fmtools
/usr/share/doc/fmtools/README
/usr/share/licenses/fmtools
/usr/share/licenses/fmtools/COPYING
/usr/share/man/man1/fm.1.gz
/usr/share/man/man1/fmscan.1.gz
References
Summary
In this tutorial we learn how to install fmtools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).