How To Install atinout on Fedora 36
Introduction
In this tutorial we learn how to install atinout
on Fedora 36.
What is atinout
This program will read a file (or stdin) containing a list of AT commands. Each command will be send to the modem, and all the response for the command will be output to file (or stdout).
We can use yum
or dnf
to install atinout
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install atinout.
Install atinout 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 atinout
using dnf
by running the following command:
sudo dnf -y install atinout
Install atinout 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 atinout
using yum
by running the following command:
sudo yum -y install atinout
How To Uninstall atinout on Fedora 36
To uninstall only the atinout
package we can use the following command:
sudo dnf remove atinout
atinout Package Contents on Fedora 36
/usr/bin/atinout
/usr/lib/.build-id
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/0355eed6306222f751595395e807160afcdd81
/usr/share/doc/atinout
/usr/share/doc/atinout/README
/usr/share/doc/atinout/atinout.1.html
/usr/share/doc/atinout/atinout.svg
/usr/share/licenses/atinout
/usr/share/licenses/atinout/gplv3.txt
/usr/share/man/man1/atinout.1.gz
References
Summary
In this tutorial we learn how to install atinout
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).