How To Install libopkele on Fedora 36

In this tutorial we learn how to install libopkele in Fedora 36. libopkele is C++ implementation of the OpenID decentralized identity system

Introduction

In this tutorial we learn how to install libopkele on Fedora 36.

What is libopkele

libopkele is a C++ implementation of the OpenID decentralized identity system. It provides OpenID protocol handling, leaving authentication and user interaction to the implementor.

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

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

sudo dnf -y install libopkele

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

sudo yum -y install libopkele

How To Uninstall libopkele on Fedora 36

To uninstall only the libopkele package we can use the following command:

sudo dnf remove libopkele

libopkele Package Contents on Fedora 36

---
title: "How To Install libopkele on Fedora 36"
linkTitle: "libopkele"
type: "docs"
description: "In this tutorial we learn how to install libopkele in Fedora 36. libopkele is C++ implementation of the OpenID decentralized identity system"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libopkele-featured.png
---

## Introduction

In this tutorial we learn how to install `libopkele` on Fedora 36.

### What is `libopkele`

> libopkele is a C++ implementation of the OpenID decentralized identity system. It provides OpenID protocol handling, leaving authentication and user interaction to the implementor.  

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

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

sudo dnf -y install libopkele

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

sudo yum -y install libopkele

How To Uninstall libopkele on Fedora 36

To uninstall only the libopkele package we can use the following command:

sudo dnf remove libopkele

libopkele Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/f8e6c380ea18532a8176a5a7c787aa506cb1f2
/usr/lib64/libopkele.so.3
/usr/lib64/libopkele.so.3.0.0
/usr/share/doc/libopkele
/usr/share/doc/libopkele/AUTHORS
/usr/share/doc/libopkele/COPYING
/usr/share/doc/libopkele/NEWS

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/88 /usr/lib/.build-id/88/f2bbe1366678f603141745910cb88da11156d9 /usr/lib/libopkele.so.3 /usr/lib/libopkele.so.3.0.0 /usr/share/doc/libopkele /usr/share/doc/libopkele/AUTHORS /usr/share/doc/libopkele/COPYING /usr/share/doc/libopkele/NEWS


## References

* [libopkele website](http://kin.klever.net/libopkele/)

## Summary

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