How To Install libgomp on Fedora 36
Introduction
In this tutorial we learn how to install libgomp
on Fedora 36.
What is libgomp
This package contains GCC shared support library which is needed for OpenMP v4.5 support.
We can use yum
or dnf
to install libgomp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgomp.
Install libgomp 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 libgomp
using dnf
by running the following command:
sudo dnf -y install libgomp
Install libgomp 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 libgomp
using yum
by running the following command:
sudo yum -y install libgomp
How To Uninstall libgomp on Fedora 36
To uninstall only the libgomp
package we can use the following command:
sudo dnf remove libgomp
libgomp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/61
/usr/lib/.build-id/61/f5577b2a4ea69fd24fcee50e01e0a8abc8d76a
/usr/lib64/libgomp.so.1
/usr/lib64/libgomp.so.1.0.0
/usr/share/doc/libgomp
/usr/share/doc/libgomp/ChangeLog.bz2
/usr/share/doc/libgomp/ChangeLog.graphite.bz2
/usr/share/info/libgomp.info.gz
/usr/lib/.build-id
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/b9ebe3b265af61c5704a378008551621394aaa
/usr/lib64/libgomp.so.1
/usr/lib64/libgomp.so.1.0.0
/usr/share/doc/libgomp
/usr/share/doc/libgomp/ChangeLog.bz2
/usr/share/doc/libgomp/ChangeLog.graphite.bz2
/usr/share/info/libgomp.info.gz
References
Summary
In this tutorial we learn how to install libgomp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).