How To Install canl-c on Fedora 36

In this tutorial we learn how to install canl-c in Fedora 36. canl-c is EMI Common Authentication library - bindings for C

Introduction

In this tutorial we learn how to install canl-c on Fedora 36.

What is canl-c

This is the C part of the EMI caNl – the Common Authentication Library.

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

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

sudo dnf -y install canl-c

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

sudo yum -y install canl-c

How To Uninstall canl-c on Fedora 36

To uninstall only the canl-c package we can use the following command:

sudo dnf remove canl-c

canl-c Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/93b6716734d16d9d26fcf5a0313fc54c3695c2
/usr/lib/libcanl_c.so.4
/usr/lib/libcanl_c.so.4.0.0
/usr/share/doc/canl-c
/usr/share/doc/canl-c/ChangeLog
/usr/share/doc/canl-c/README
/usr/share/licenses/canl-c
/usr/share/licenses/canl-c/LICENSE

References

Summary

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


title: “How To Install canl-c on Fedora 36” linkTitle: “canl-c” type: “docs” description: “In this tutorial we learn how to install canl-c in Fedora 36. canl-c is EMI Common Authentication library - bindings for C” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/canl-c-featured.png

Introduction

In this tutorial we learn how to install canl-c on Fedora 36.

What is canl-c

This is the C part of the EMI caNl – the Common Authentication Library.

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

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

sudo dnf -y install canl-c

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

sudo yum -y install canl-c

How To Uninstall canl-c on Fedora 36

To uninstall only the canl-c package we can use the following command:

sudo dnf remove canl-c

canl-c Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/de
/usr/lib/.build-id/de/c25791d66db2eeebace4e0fc277f9d2ba6a1ed
/usr/lib64/libcanl_c.so.4
/usr/lib64/libcanl_c.so.4.0.0
/usr/share/doc/canl-c
/usr/share/doc/canl-c/ChangeLog
/usr/share/doc/canl-c/README
/usr/share/licenses/canl-c
/usr/share/licenses/canl-c/LICENSE

References

Summary

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