How To Install amtterm on Fedora 36
Introduction
In this tutorial we learn how to install amtterm
on Fedora 36.
What is amtterm
Serial-over-lan (sol) client for Intel AMT. Includes a terminal and a graphical (gtk) version. Also comes with a perl script to gather informations about and remotely control AMT managed computers.
We can use yum
or dnf
to install amtterm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install amtterm.
Install amtterm 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 amtterm
using dnf
by running the following command:
sudo dnf -y install amtterm
Install amtterm 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 amtterm
using yum
by running the following command:
sudo yum -y install amtterm
How To Uninstall amtterm on Fedora 36
To uninstall only the amtterm
package we can use the following command:
sudo dnf remove amtterm
amtterm Package Contents on Fedora 36
/usr/bin/amtterm
/usr/bin/amttool
/usr/bin/gamt
/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/ee4f877971000ab368d660d044f79f9a22ad8c
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/1121c2b0ce910cba64aeec149009b8ce2a9fcb
/usr/share/applications/gamt.desktop
/usr/share/doc/amtterm
/usr/share/doc/amtterm/COPYING
/usr/share/man/man1/amtterm.1.gz
/usr/share/man/man1/amttool.1.gz
/usr/share/man/man1/gamt.1.gz
/usr/share/man/man7/amt-howto.7.gz
References
Summary
In this tutorial we learn how to install amtterm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).