How To Install lcmaps-devel on Fedora 36

In this tutorial we learn how to install lcmaps-devel in Fedora 36. lcmaps-devel is LCMAPS plug-in API header files

Introduction

In this tutorial we learn how to install lcmaps-devel on Fedora 36.

What is lcmaps-devel

The Local Centre MAPping Service (LCMAPS) is a security middleware component that processes the users Grid credentials (typically X.509 proxy certificates and VOMS attributes) and maps the user to a local account based on the site local policy. It is a highly configurable pluggable interface, and many plugins are available to tailor almost every need. Since this is middleware, it does not interact with the user directly; to use it in a program please see the lcmaps-devel package. This package contains the files necessary to compile and link against the LCMAPS library.

We can use yum or dnf to install lcmaps-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lcmaps-devel.

Install lcmaps-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 lcmaps-devel using dnf by running the following command:

sudo dnf -y install lcmaps-devel

Install lcmaps-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 lcmaps-devel using yum by running the following command:

sudo yum -y install lcmaps-devel

How To Uninstall lcmaps-devel on Fedora 36

To uninstall only the lcmaps-devel package we can use the following command:

sudo dnf remove lcmaps-devel

lcmaps-devel Package Contents on Fedora 36

/usr/include/lcmaps/_lcmaps_return_poolindex.h
/usr/include/lcmaps/lcmaps.h
/usr/include/lcmaps/lcmaps_globus.h
/usr/include/lcmaps/lcmaps_openssl.h
/usr/include/lcmaps/lcmaps_return_poolindex.h
/usr/lib64/pkgconfig/lcmaps-gss-assist-gridmap.pc
/usr/lib64/pkgconfig/lcmaps-return-account-from-pem.pc
/usr/lib64/pkgconfig/lcmaps-return-poolindex.pc
/usr/lib64/pkgconfig/lcmaps-verify-account-from-pem.pc
/usr/lib64/pkgconfig/lcmaps.pc
/usr/share/doc/lcmaps-devel
/usr/share/doc/lcmaps-devel/LICENSE
/usr/share/pkgconfig/lcmaps-globus-interface.pc
/usr/share/pkgconfig/lcmaps-interface.pc
/usr/share/pkgconfig/lcmaps-openssl-interface.pc

References

Summary

In this tutorial we learn how to install lcmaps-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install lcmaps-devel on Fedora 36” linkTitle: “lcmaps-devel” type: “docs” description: “In this tutorial we learn how to install lcmaps-devel in Fedora 36. lcmaps-devel is LCMAPS plug-in API header files” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/lcmaps-devel-featured.png

Introduction

In this tutorial we learn how to install lcmaps-devel on Fedora 36.

What is lcmaps-devel

The Local Centre MAPping Service (LCMAPS) is a security middleware component that processes the users Grid credentials (typically X.509 proxy certificates and VOMS attributes) and maps the user to a local account based on the site local policy. It is a highly configurable pluggable interface, and many plugins are available to tailor almost every need. Since this is middleware, it does not interact with the user directly; to use it in a program please see the lcmaps-devel package. This package contains the files necessary to compile and link against the LCMAPS library.

We can use yum or dnf to install lcmaps-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lcmaps-devel.

Install lcmaps-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 lcmaps-devel using dnf by running the following command:

sudo dnf -y install lcmaps-devel

Install lcmaps-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 lcmaps-devel using yum by running the following command:

sudo yum -y install lcmaps-devel

How To Uninstall lcmaps-devel on Fedora 36

To uninstall only the lcmaps-devel package we can use the following command:

sudo dnf remove lcmaps-devel

lcmaps-devel Package Contents on Fedora 36

/usr/include/lcmaps/_lcmaps_return_poolindex.h
/usr/include/lcmaps/lcmaps.h
/usr/include/lcmaps/lcmaps_globus.h
/usr/include/lcmaps/lcmaps_openssl.h
/usr/include/lcmaps/lcmaps_return_poolindex.h
/usr/lib/pkgconfig/lcmaps-gss-assist-gridmap.pc
/usr/lib/pkgconfig/lcmaps-return-account-from-pem.pc
/usr/lib/pkgconfig/lcmaps-return-poolindex.pc
/usr/lib/pkgconfig/lcmaps-verify-account-from-pem.pc
/usr/lib/pkgconfig/lcmaps.pc
/usr/share/doc/lcmaps-devel
/usr/share/doc/lcmaps-devel/LICENSE
/usr/share/pkgconfig/lcmaps-globus-interface.pc
/usr/share/pkgconfig/lcmaps-interface.pc
/usr/share/pkgconfig/lcmaps-openssl-interface.pc

References

Summary

In this tutorial we learn how to install lcmaps-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).