How To Install libopm-devel on Fedora 36
Introduction
title: “How To Install libopm-devel on Fedora 36”
In this tutorial we learn how to install libopm-devel
on Fedora 36.
linkTitle: “libopm-devel”
What is libopm-devel
type: “docs”
The libopm-devel package contains the header files and libraries necessary for developing applications which use libopm.
description: “In this tutorial we learn how to install libopm-devel in Fedora 36. libopm-devel is Headers and development libraries for libopm”
date: “2022-08-17”
lastmod: “2022-08-17”
We can use yum
or dnf
to install libopm-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libopm-devel.
#image: /images/fedora/36/libopm-devel-featured.png
Install libopm-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
Introduction
sudo dnf makecache --refresh
In this tutorial we learn how to install `libopm-devel` on Fedora 36.
What is libopm-devel
After updating yum database, We can install libopm-devel
using dnf
by running the following command:
> The libopm-devel package contains the header files and libraries necessary for developing applications which use libopm.
sudo dnf -y install libopm-devel
Install libopm-devel on Fedora 36 Using yum
We can use yum
or dnf
to install libopm-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libopm-devel.
Update yum database with yum
using the following command.
Install libopm-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
sudo yum makecache --refresh
sudo dnf makecache --refresh
After updating yum database, We can install libopm-devel
using dnf
by running the following command:
sudo dnf -y install libopm-devel
Install libopm-devel 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 libopm-devel
using yum
by running the following command:
sudo yum -y install libopm-devel
How To Uninstall libopm-devel on Fedora 36
To uninstall only the libopm-devel
package we can use the following command:
sudo dnf remove libopm-devel
libopm-devel Package Contents on Fedora 36
After updating yum database, We can install `libopm-devel` using `yum` by running the following command:
```bash
sudo yum -y install libopm-devel
How To Uninstall libopm-devel on Fedora 36
To uninstall only the libopm-devel
package we can use the following command:
sudo dnf remove libopm-devel
libopm-devel Package Contents on Fedora 36
/usr/include/opm.h
/usr/include/opm_common.h
/usr/include/opm_error.h
/usr/include/opm_types.h
/usr/lib/libopm.so
/usr/share/doc/libopm-devel
/usr/share/doc/libopm-devel/libopm-api.txt
References
Summary
In this tutorial we learn how to install libopm-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/opm.h /usr/include/opm_common.h /usr/include/opm_error.h /usr/include/opm_types.h /usr/lib64/libopm.so /usr/share/doc/libopm-devel /usr/share/doc/libopm-devel/libopm-api.txt
## References
* [libopm-devel website](http://wiki.blitzed.org/BOPM)
## Summary
In this tutorial we learn how to install `libopm-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).