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

Last updated: October 04,2024

1. Install "libquentier.i686" package

This tutorial shows how to install libquentier.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libquentier.i686

2. Uninstall "libquentier.i686" package

This guide let you learn how to uninstall libquentier.i686 on Fedora 34:

$ sudo dnf remove libquentier.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:18:44 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : libquentier
Version : 0.5.0
Release : 0.4.20200617git9f79dc4.fc34
Architecture : i686
Size : 2.2 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.