How to Install and Uninstall libquentier.x86_64 Package on Fedora 36

Last updated: July 01,2024

1. Install "libquentier.x86_64" package

This guide covers the steps necessary to install libquentier.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install libquentier.x86_64

2. Uninstall "libquentier.x86_64" package

This tutorial shows how to uninstall libquentier.x86_64 on Fedora 36:

$ sudo dnf remove libquentier.x86_64 $ sudo dnf autoremove

3. Information about the libquentier.x86_64 package on Fedora 36

Last metadata expiration check: 3:49:37 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : libquentier
Version : 0.5.0
Release : 12.fc36
Architecture : x86_64
Size : 2.2 M
Source : libquentier-0.5.0-12.fc36.src.rpm
Repository : updates
Summary : Set of Qt/C++ APIs for feature rich desktop clients for Evernote service
URL : https://github.com/d1vanov/libquentier
License : GPLv3 or LGPLv3
Description : This library presents a set of Qt/C++ APIs useful for applications working as
: feature rich desktop clients for Evernote service. The most important and
: useful components of the library are the following:
:
: - Local storage - persistence of data downloaded from Evernote service in
: a local SQLite database
: - Synchronization - the logics of exchanging new and/or modified data
: with Evernote service
: - Note editor - the UI component capable for notes displaying and editing
:
: The library is based on the lower level functionality provided by QEverCloud
: library. It also serves as the functional core of Quentier application.