How To Install qca-devel on Fedora 36

In this tutorial we learn how to install qca-devel in Fedora 36. qca-devel is Qt4 Cryptographic Architecture development files

Introduction

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

What is qca-devel

This packages contains the development files for QCA.

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

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

sudo dnf -y install qca-devel

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

sudo yum -y install qca-devel

How To Uninstall qca-devel on Fedora 36

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

sudo dnf remove qca-devel

qca-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `qca-devel`

> This packages contains the development files for QCA.  

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

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

sudo dnf -y install qca-devel

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

sudo yum -y install qca-devel

How To Uninstall qca-devel on Fedora 36

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

sudo dnf remove qca-devel

qca-devel Package Contents on Fedora 36

/usr/include/QtCrypto
/usr/include/QtCrypto/QtCrypto
/usr/include/QtCrypto/qca.h
/usr/include/QtCrypto/qca_basic.h
/usr/include/QtCrypto/qca_cert.h
/usr/include/QtCrypto/qca_core.h
/usr/include/QtCrypto/qca_export.h
/usr/include/QtCrypto/qca_keystore.h
/usr/include/QtCrypto/qca_publickey.h
/usr/include/QtCrypto/qca_safetimer.h
/usr/include/QtCrypto/qca_securelayer.h
/usr/include/QtCrypto/qca_securemessage.h
/usr/include/QtCrypto/qca_support.h
/usr/include/QtCrypto/qca_textfilter.h
/usr/include/QtCrypto/qca_tools.h
/usr/include/QtCrypto/qca_version.h
/usr/include/QtCrypto/qcaprovider.h
/usr/include/QtCrypto/qpipe.h
/usr/lib/cmake/Qca
/usr/lib/cmake/Qca/QcaConfig.cmake
/usr/lib/cmake/Qca/QcaConfigVersion.cmake
/usr/lib/cmake/Qca/QcaTargets-noconfig.cmake
/usr/lib/cmake/Qca/QcaTargets.cmake
/usr/lib/libqca.so
/usr/lib/pkgconfig/qca2.pc
/usr/lib/qt4/mkspecs/features/crypto.prf
/usr/include/QtCrypto
/usr/include/QtCrypto/QtCrypto
/usr/include/QtCrypto/qca.h
/usr/include/QtCrypto/qca_basic.h
/usr/include/QtCrypto/qca_cert.h
/usr/include/QtCrypto/qca_core.h
/usr/include/QtCrypto/qca_export.h
/usr/include/QtCrypto/qca_keystore.h
/usr/include/QtCrypto/qca_publickey.h
/usr/include/QtCrypto/qca_safetimer.h
/usr/include/QtCrypto/qca_securelayer.h
/usr/include/QtCrypto/qca_securemessage.h
/usr/include/QtCrypto/qca_support.h
/usr/include/QtCrypto/qca_textfilter.h
/usr/include/QtCrypto/qca_tools.h
/usr/include/QtCrypto/qca_version.h
/usr/include/QtCrypto/qcaprovider.h
/usr/include/QtCrypto/qpipe.h
/usr/lib64/cmake/Qca
/usr/lib64/cmake/Qca/QcaConfig.cmake
/usr/lib64/cmake/Qca/QcaConfigVersion.cmake
/usr/lib64/cmake/Qca/QcaTargets-noconfig.cmake
/usr/lib64/cmake/Qca/QcaTargets.cmake
/usr/lib64/libqca.so
/usr/lib64/pkgconfig/qca2.pc
/usr/lib64/qt4/mkspecs/features/crypto.prf

References

Summary

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


## References

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

## Summary

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