How To Install lcmaps-without-gsi-devel on Fedora 36

In this tutorial we learn how to install lcmaps-without-gsi-devel in Fedora 36. lcmaps-without-gsi-devel is LCMAPS development libraries

Introduction

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

What is lcmaps-without-gsi-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 development libraries to build without the GSI protocol.

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

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

sudo dnf -y install lcmaps-without-gsi-devel

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

sudo yum -y install lcmaps-without-gsi-devel

How To Uninstall lcmaps-without-gsi-devel on Fedora 36

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

sudo dnf remove lcmaps-without-gsi-devel

lcmaps-without-gsi-devel Package Contents on Fedora 36

---
title: "How To Install lcmaps-without-gsi-devel on Fedora 36"
linkTitle: "lcmaps-without-gsi-devel"
type: "docs"
description: "In this tutorial we learn how to install lcmaps-without-gsi-devel in Fedora 36. lcmaps-without-gsi-devel is LCMAPS development libraries"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/lcmaps-without-gsi-devel-featured.png
---

## Introduction

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

### What is `lcmaps-without-gsi-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 development libraries to build without the GSI protocol.  

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

## Install lcmaps-without-gsi-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install lcmaps-without-gsi-devel using dnf by running the following command:

sudo dnf -y install lcmaps-without-gsi-devel

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

sudo yum -y install lcmaps-without-gsi-devel

How To Uninstall lcmaps-without-gsi-devel on Fedora 36

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

sudo dnf remove lcmaps-without-gsi-devel

lcmaps-without-gsi-devel Package Contents on Fedora 36

/usr/lib/pkgconfig/lcmaps-gss-assist-gridmap-without-gsi.pc
/usr/lib/pkgconfig/lcmaps-return-poolindex-without-gsi.pc
/usr/lib/pkgconfig/lcmaps-without-gsi.pc
/usr/share/doc/lcmaps-without-gsi-devel
/usr/share/doc/lcmaps-without-gsi-devel/LICENSE

References

Summary

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

/usr/lib64/pkgconfig/lcmaps-gss-assist-gridmap-without-gsi.pc /usr/lib64/pkgconfig/lcmaps-return-poolindex-without-gsi.pc /usr/lib64/pkgconfig/lcmaps-without-gsi.pc /usr/share/doc/lcmaps-without-gsi-devel /usr/share/doc/lcmaps-without-gsi-devel/LICENSE


## References

* [lcmaps-without-gsi-devel website](http://wiki.nikhef.nl/grid/LCMAPS)

## Summary

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