How To Install dapl-devel on Fedora 36
Introduction
In this tutorial we learn how to install dapl-devel
on Fedora 36.
What is dapl-devel
Header files for libdat and libdapl libraries.
We can use yum
or dnf
to install dapl-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dapl-devel.
Install dapl-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 dapl-devel
using dnf
by running the following command:
sudo dnf -y install dapl-devel
Install dapl-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 dapl-devel
using yum
by running the following command:
sudo yum -y install dapl-devel
How To Uninstall dapl-devel on Fedora 36
To uninstall only the dapl-devel
package we can use the following command:
sudo dnf remove dapl-devel
dapl-devel Package Contents on Fedora 36
/usr/include/dat2
/usr/include/dat2/dat.h
/usr/include/dat2/dat_error.h
/usr/include/dat2/dat_ib_extensions.h
/usr/include/dat2/dat_platform_specific.h
/usr/include/dat2/dat_redirection.h
/usr/include/dat2/dat_registry.h
/usr/include/dat2/dat_vendor_specific.h
/usr/include/dat2/udat.h
/usr/include/dat2/udat_config.h
/usr/include/dat2/udat_redirection.h
/usr/include/dat2/udat_vendor_specific.h
/usr/lib64/libdaplofa.so
/usr/lib64/libdaploscm.so
/usr/lib64/libdaploucm.so
/usr/lib64/libdat2.so
References
Summary
In this tutorial we learn how to install dapl-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install dapl-devel on Fedora 36” linkTitle: “dapl-devel” type: “docs” description: “In this tutorial we learn how to install dapl-devel in Fedora 36. dapl-devel is Development files for the libdat and libdapl libraries” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/dapl-devel-featured.png
Introduction
In this tutorial we learn how to install dapl-devel
on Fedora 36.
What is dapl-devel
Header files for libdat and libdapl libraries.
We can use yum
or dnf
to install dapl-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dapl-devel.
Install dapl-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 dapl-devel
using dnf
by running the following command:
sudo dnf -y install dapl-devel
Install dapl-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 dapl-devel
using yum
by running the following command:
sudo yum -y install dapl-devel
How To Uninstall dapl-devel on Fedora 36
To uninstall only the dapl-devel
package we can use the following command:
sudo dnf remove dapl-devel
dapl-devel Package Contents on Fedora 36
/usr/include/dat2
/usr/include/dat2/dat.h
/usr/include/dat2/dat_error.h
/usr/include/dat2/dat_ib_extensions.h
/usr/include/dat2/dat_platform_specific.h
/usr/include/dat2/dat_redirection.h
/usr/include/dat2/dat_registry.h
/usr/include/dat2/dat_vendor_specific.h
/usr/include/dat2/udat.h
/usr/include/dat2/udat_config.h
/usr/include/dat2/udat_redirection.h
/usr/include/dat2/udat_vendor_specific.h
/usr/lib/libdaplofa.so
/usr/lib/libdaploscm.so
/usr/lib/libdaploucm.so
/usr/lib/libdat2.so
References
Summary
In this tutorial we learn how to install dapl-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).