How To Install pmix-devel on Fedora 36
Introduction
In this tutorial we learn how to install pmix-devel
on Fedora 36.
What is pmix-devel
The pmix-devel package contains libraries and header files for developing applications that use pmix.
We can use yum
or dnf
to install pmix-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pmix-devel.
Install pmix-devel 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 pmix-devel
using dnf
by running the following command:
sudo dnf -y install pmix-devel
Install pmix-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 pmix-devel
using yum
by running the following command:
sudo yum -y install pmix-devel
How To Uninstall pmix-devel on Fedora 36
To uninstall only the pmix-devel
package we can use the following command:
sudo dnf remove pmix-devel
pmix-devel Package Contents on Fedora 36
/usr/include/pmix.h
/usr/include/pmix_common.h
/usr/include/pmix_deprecated.h
/usr/include/pmix_extend.h
/usr/include/pmix_server.h
/usr/include/pmix_tool.h
/usr/include/pmix_version.h
/usr/lib/libpmix.so
/usr/lib/pkgconfig/pmix.pc
/usr/share/pmix/pmix-valgrind.supp
References
Summary
In this tutorial we learn how to install pmix-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install pmix-devel on Fedora 36” linkTitle: “pmix-devel” type: “docs” description: “In this tutorial we learn how to install pmix-devel in Fedora 36. pmix-devel is Development files for pmix” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/pmix-devel-featured.png
Introduction
In this tutorial we learn how to install pmix-devel
on Fedora 36.
What is pmix-devel
The pmix-devel package contains libraries and header files for developing applications that use pmix.
We can use yum
or dnf
to install pmix-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pmix-devel.
Install pmix-devel 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 pmix-devel
using dnf
by running the following command:
sudo dnf -y install pmix-devel
Install pmix-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 pmix-devel
using yum
by running the following command:
sudo yum -y install pmix-devel
How To Uninstall pmix-devel on Fedora 36
To uninstall only the pmix-devel
package we can use the following command:
sudo dnf remove pmix-devel
pmix-devel Package Contents on Fedora 36
/usr/include/pmix.h
/usr/include/pmix_common.h
/usr/include/pmix_deprecated.h
/usr/include/pmix_extend.h
/usr/include/pmix_server.h
/usr/include/pmix_tool.h
/usr/include/pmix_version.h
/usr/lib64/libpmix.so
/usr/lib64/pkgconfig/pmix.pc
/usr/share/pmix/pmix-valgrind.supp
References
Summary
In this tutorial we learn how to install pmix-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).