How To Install mtx on Fedora 36
Introduction
In this tutorial we learn how to install mtx
on Fedora 36.
What is mtx
The MTX program controls the robotic mechanism in autoloaders and tape libraries such as the HP SureStore DAT 40x6, Exabyte EZ-17, and Exabyte 220. This program is also reported to work with a variety of other tape libraries and autochangers from ADIC, Tandberg/Overland, Breece Hill, HP, and Seagate. If you have a backup tape device capable of handling more than one tape at a time, you should install MTX.
We can use yum
or dnf
to install mtx
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mtx.
Install mtx 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 mtx
using dnf
by running the following command:
sudo dnf -y install mtx
Install mtx 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 mtx
using yum
by running the following command:
sudo yum -y install mtx
How To Uninstall mtx on Fedora 36
To uninstall only the mtx
package we can use the following command:
sudo dnf remove mtx
mtx Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/60
/usr/lib/.build-id/60/f1cc9448571dc154ae35865372ca0dd7a2df40
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/d0205467bd33eda8f114b205efafb1e1d24199
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/f3b5b0ddec05d56de7bffc937f772ca2fb666a
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/fb2ad74735ba9f2c9686354ba8c87cb06cbcef
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/ae68368ec70ea80ca5b4db3e9e00c07c3c4ee9
/usr/sbin/loaderinfo
/usr/sbin/mtx
/usr/sbin/scsieject
/usr/sbin/scsitape
/usr/sbin/tapeinfo
/usr/share/doc/mtx
/usr/share/doc/mtx/CHANGES
/usr/share/doc/mtx/COMPATABILITY
/usr/share/doc/mtx/FAQ
/usr/share/doc/mtx/LICENSE
/usr/share/doc/mtx/README
/usr/share/doc/mtx/TODO
/usr/share/doc/mtx/contrib
/usr/share/doc/mtx/contrib/MTX.html
/usr/share/doc/mtx/contrib/README
/usr/share/doc/mtx/contrib/TapeChanger-MTX-0.71b.tar.gz
/usr/share/doc/mtx/contrib/config_sgen_solaris.sh
/usr/share/doc/mtx/contrib/mtx-changer
/usr/share/doc/mtx/contrib/mtx.py
/usr/share/doc/mtx/contrib/mtxctl-0.0.2.tar.gz
/usr/share/doc/mtx/contrib/qdback.tar.gz
/usr/share/doc/mtx/contrib/tapechanger.html
/usr/share/doc/mtx/contrib/tapeinfo.py
/usr/share/doc/mtx/contrib/tapeload.pl
/usr/share/doc/mtx/contrib/tapeunload.pl
/usr/share/doc/mtx/mtx.doc
/usr/share/doc/mtx/mtxl.README.html
/usr/share/man/man1/loaderinfo.1.gz
/usr/share/man/man1/mtx.1.gz
/usr/share/man/man1/scsieject.1.gz
/usr/share/man/man1/scsitape.1.gz
/usr/share/man/man1/tapeinfo.1.gz
References
Summary
In this tutorial we learn how to install mtx
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).