How To Install med-tools on Fedora 36
Introduction
In this tutorial we learn how to install med-tools
on Fedora 36.
What is med-tools
This package contains runtime tools for med - mdump - xmdump - medconforme - medimport
We can use yum
or dnf
to install med-tools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install med-tools.
Install med-tools 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 med-tools
using dnf
by running the following command:
sudo dnf -y install med-tools
Install med-tools 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 med-tools
using yum
by running the following command:
sudo yum -y install med-tools
How To Uninstall med-tools on Fedora 36
To uninstall only the med-tools
package we can use the following command:
sudo dnf remove med-tools
med-tools Package Contents on Fedora 36
/usr/bin/mdump2
/usr/bin/mdump3
/usr/bin/mdump4
/usr/bin/medconforme
/usr/bin/medimport
/usr/bin/xmdump2
/usr/bin/xmdump3
/usr/bin/xmdump4
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/f1e324396d4de3f7c18363e329091a4e091022
/usr/lib/.build-id/15
/usr/lib/.build-id/15/8fcbc00a534dad49a1ba4d3dd09cdd0612137a
/usr/lib/.build-id/44
/usr/lib/.build-id/44/543dbd47eb3717d41d574b7ac52a6fb005c8f2
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/00a3ece605a28a31c6357c6958fb05cbe1e8b2
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/668db66bc6df2ad0aba460ba3fc907caab0c7e
References
Summary
In this tutorial we learn how to install med-tools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).