How To Install libmodulemd1 on Fedora 34
Introduction
In this tutorial we learn how to install libmodulemd1
on Fedora 34.
What is libmodulemd1
C Library for manipulating module metadata files. See https more details. libmodulemd1 1.8.16 5.fc34 x86_64 173 k libmodulemd1-1.8.16-5.fc34.src.rpm fedora Module metadata manipulation library https MIT C Library for manipulating module metadata files. See https more details.
We can use yum
or dnf
to install libmodulemd1
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libmodulemd1.
Install libmodulemd1 on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libmodulemd1
using dnf
by running the following command:
sudo dnf -y install libmodulemd1
Install libmodulemd1 on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libmodulemd1
using yum
by running the following command:
sudo yum -y install libmodulemd1
How To Uninstall libmodulemd1 on Fedora 34
To uninstall only the libmodulemd1
package we can use the following command:
sudo dnf remove libmodulemd1
libmodulemd1 Package Contents on Fedora 34
/usr/bin/modulemd-validator-v1
/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/c478fda3d705820885720c1b23b68c67aa9044
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/4e4603aba208e741c8f4b6921aa57d84fcc6a1
/usr/lib64/girepository-1.0
/usr/lib64/girepository-1.0/Modulemd-1.0.typelib
/usr/lib64/libmodulemd.so.1
/usr/lib64/libmodulemd.so.1.8.16
/usr/share/doc/libmodulemd1
/usr/share/doc/libmodulemd1/README.md
/usr/share/licenses/libmodulemd1
/usr/share/licenses/libmodulemd1/COPYING
/usr/bin/modulemd-validator-v1
/usr/lib/.build-id
/usr/lib/.build-id/76
/usr/lib/.build-id/76/1b196277c8d300ffea5628851db90279622786
/usr/lib/.build-id/97
/usr/lib/.build-id/97/33411227cc029107b49c29344aa92c2e7d8322
/usr/lib/girepository-1.0
/usr/lib/girepository-1.0/Modulemd-1.0.typelib
/usr/lib/libmodulemd.so.1
/usr/lib/libmodulemd.so.1.8.16
/usr/share/doc/libmodulemd1
/usr/share/doc/libmodulemd1/README.md
/usr/share/licenses/libmodulemd1
/usr/share/licenses/libmodulemd1/COPYING
References
- [libmodulemd1 website](https://github.com/fedora-modularity/libmodulemd https://github.com/fedora-modularity/libmodulemd)
Summary
In this tutorial we learn how to install libmodulemd1
on Fedora 34 using yum and dnf.