How To Install qevercloud on Fedora 36

In this tutorial we learn how to install qevercloud in Fedora 36. qevercloud is Unofficial Evernote Cloud API for Qt5

Introduction

In this tutorial we learn how to install qevercloud on Fedora 36.

What is qevercloud

This library presents the complete Evernote SDK for Qt. All the functionality that is described on Evernote site is implemented and ready to use. In particular OAuth authentication is implemented.

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

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

sudo dnf -y install qevercloud

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

sudo yum -y install qevercloud

How To Uninstall qevercloud on Fedora 36

To uninstall only the qevercloud package we can use the following command:

sudo dnf remove qevercloud

qevercloud Package Contents on Fedora 36

---
title: "How To Install qevercloud on Fedora 36"
linkTitle: "qevercloud"
type: "docs"
description: "In this tutorial we learn how to install qevercloud in Fedora 36. qevercloud is Unofficial Evernote Cloud API for Qt5"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/qevercloud-featured.png
---

## Introduction

In this tutorial we learn how to install `qevercloud` on Fedora 36.

### What is `qevercloud`

> This library presents the complete Evernote SDK for Qt. All the functionality that is described on Evernote site is implemented and ready to use. In particular OAuth authentication is implemented.  

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

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

sudo dnf -y install qevercloud

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

sudo yum -y install qevercloud

How To Uninstall qevercloud on Fedora 36

To uninstall only the qevercloud package we can use the following command:

sudo dnf remove qevercloud

qevercloud Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/70
/usr/lib/.build-id/70/28f86da2d052caee3bd54954e59f8c9f641bb8
/usr/lib64/libqt5qevercloud.so.6
/usr/lib64/libqt5qevercloud.so.6.1.0
/usr/share/licenses/qevercloud
/usr/share/licenses/qevercloud/LICENSE

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/d2 /usr/lib/.build-id/d2/1e5f1f0b76def7e70f8fbd4db2b86f62399479 /usr/lib/libqt5qevercloud.so.6 /usr/lib/libqt5qevercloud.so.6.1.0 /usr/share/licenses/qevercloud /usr/share/licenses/qevercloud/LICENSE


## References

* [qevercloud website](https://github.com/d1vanov/QEverCloud)

## Summary

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