How To Install qca-ossl on Fedora 36

In this tutorial we learn how to install qca-ossl in Fedora 36. qca-ossl is Openssl plugin for the Qt4 Cryptographic Architecture

Introduction

In this tutorial we learn how to install qca-ossl on Fedora 36.

What is qca-ossl

Openssl plugin for the Qt4 Cryptographic Architecture.

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

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

sudo dnf -y install qca-ossl

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

sudo yum -y install qca-ossl

How To Uninstall qca-ossl on Fedora 36

To uninstall only the qca-ossl package we can use the following command:

sudo dnf remove qca-ossl

qca-ossl Package Contents on Fedora 36

---
title: "How To Install qca-ossl on Fedora 36"
linkTitle: "qca-ossl"
type: "docs"
description: "In this tutorial we learn how to install qca-ossl in Fedora 36. qca-ossl is Openssl plugin for the Qt4 Cryptographic Architecture"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/qca-ossl-featured.png
---

## Introduction

In this tutorial we learn how to install `qca-ossl` on Fedora 36.

### What is `qca-ossl`

> Openssl plugin for the Qt4 Cryptographic Architecture.  

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

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

sudo dnf -y install qca-ossl

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

sudo yum -y install qca-ossl

How To Uninstall qca-ossl on Fedora 36

To uninstall only the qca-ossl package we can use the following command:

sudo dnf remove qca-ossl

qca-ossl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/1d0017fa4170521bfb88e92cbb5293ac67d913
/usr/lib/qt4/plugins/crypto/libqca-ossl.so
/usr/share/doc/qca-ossl
/usr/share/doc/qca-ossl/README

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/d4 /usr/lib/.build-id/d4/7912ca08464bb3c415195576cb3267306a2f51 /usr/lib64/qt4/plugins/crypto/libqca-ossl.so /usr/share/doc/qca-ossl /usr/share/doc/qca-ossl/README


## References

* [qca-ossl website](https://userbase.kde.org/QCA)

## Summary

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