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

Last updated: October 05,2024

1. Install "libquentier.x86_64" package

Please follow the step by step instructions below to install libquentier.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install libquentier.x86_64

2. Uninstall "libquentier.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libquentier.x86_64 on Fedora 34:

$ sudo dnf remove libquentier.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:37:16 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libquentier
Version : 0.5.0
Release : 0.4.20200617git9f79dc4.fc34
Architecture : x86_64
Size : 2.1 M
Source : libquentier-0.5.0-0.4.20200617git9f79dc4.fc34.src.rpm
Repository : fedora
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.