How To Install qca-softstore on Fedora 36

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

Introduction

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

What is qca-softstore

Softstore plugin for the Qt4 Cryptographic Architecture.

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

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

sudo dnf -y install qca-softstore

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

sudo yum -y install qca-softstore

How To Uninstall qca-softstore on Fedora 36

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

sudo dnf remove qca-softstore

qca-softstore Package Contents on Fedora 36

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

## Introduction

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

### What is `qca-softstore`

> Softstore plugin for the Qt4 Cryptographic Architecture.  

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

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

sudo dnf -y install qca-softstore

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

sudo yum -y install qca-softstore

How To Uninstall qca-softstore on Fedora 36

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

sudo dnf remove qca-softstore

qca-softstore Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/96
/usr/lib/.build-id/96/5e17100fb8dccacf73e23233b185279fb852fc
/usr/lib64/qt4/plugins/crypto/libqca-softstore.so
/usr/share/doc/qca-softstore
/usr/share/doc/qca-softstore/README

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/e6 /usr/lib/.build-id/e6/e6a438d7625e6248083b783ef81ff5cd56aca7 /usr/lib/qt4/plugins/crypto/libqca-softstore.so /usr/share/doc/qca-softstore /usr/share/doc/qca-softstore/README


## References

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

## Summary

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