How To Install libkcapi-static on Fedora 36

In this tutorial we learn how to install libkcapi-static in Fedora 36. libkcapi-static is Static library for -static linking with libkcapi

Introduction

In this tutorial we learn how to install libkcapi-static on Fedora 36.

What is libkcapi-static

This package contains the libkcapi static libraries for -static linking. You don’t need this, unless you link statically, which is highly discouraged.

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

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

sudo dnf -y install libkcapi-static

Install libkcapi-static 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 libkcapi-static using yum by running the following command: title: “How To Install libkcapi-static on Fedora 36”

linkTitle: “libkcapi-static”

type: "docs"
sudo yum -y install libkcapi-static

description: “In this tutorial we learn how to install libkcapi-static in Fedora 36. libkcapi-static is Static library for -static linking with libkcapi”

How To Uninstall libkcapi-static on Fedora 36

date: “2022-08-17”

lastmod: “2022-08-17” To uninstall only the libkcapi-static package we can use the following command:

#image: /images/fedora/36/libkcapi-static-featured.png

---

sudo dnf remove libkcapi-static
## Introduction

libkcapi-static Package Contents on Fedora 36

In this tutorial we learn how to install libkcapi-static on Fedora 36.

What is libkcapi-static

> This package contains the libkcapi static libraries for -static linking.  You don't need this, unless you link statically, which is highly discouraged.  

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

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

sudo dnf -y install libkcapi-static

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

sudo yum -y install libkcapi-static

How To Uninstall libkcapi-static on Fedora 36

To uninstall only the libkcapi-static package we can use the following command:

sudo dnf remove libkcapi-static

libkcapi-static Package Contents on Fedora 36

/lib/libkcapi.a

References

Summary

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

/lib64/libkcapi.a


## References

* [libkcapi-static website](https://www.chronox.de/libkcapi.html)

## Summary

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