How To Install libquentier on Fedora 36
Introduction
In this tutorial we learn how to install libquentier
on Fedora 36.
What is libquentier
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.
We can use yum
or dnf
to install libquentier
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libquentier.
Install libquentier 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 libquentier
using dnf
by running the following command:
sudo dnf -y install libquentier
Install libquentier 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 libquentier
using yum
by running the following command:
sudo yum -y install libquentier
How To Uninstall libquentier on Fedora 36
To uninstall only the libquentier
package we can use the following command:
sudo dnf remove libquentier
libquentier Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/ad712a4530c6bd30ccf8276f164ae8ec618c74
/usr/lib/libqt5quentier.so.0
/usr/lib/libqt5quentier.so.0.5.0
/usr/share/doc/libquentier
/usr/share/doc/libquentier/CONTRIBUTING.md
/usr/share/doc/libquentier/README.md
/usr/share/libquentier
/usr/share/libquentier/translations
/usr/share/libquentier/translations/libquentier_ru_RU.qm
/usr/share/licenses/libquentier
/usr/share/licenses/libquentier/COPYING.LESSER
/usr/share/licenses/libquentier/COPYING.txt
References
Summary
In this tutorial we learn how to install libquentier
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libquentier on Fedora 36” linkTitle: “libquentier” type: “docs” description: “In this tutorial we learn how to install libquentier in Fedora 36. libquentier is Set of Qt/C++ APIs for feature rich desktop clients for Evernote service” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libquentier-featured.png
Introduction
In this tutorial we learn how to install libquentier
on Fedora 36.
What is libquentier
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.
We can use yum
or dnf
to install libquentier
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libquentier.
Install libquentier 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 libquentier
using dnf
by running the following command:
sudo dnf -y install libquentier
Install libquentier 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 libquentier
using yum
by running the following command:
sudo yum -y install libquentier
How To Uninstall libquentier on Fedora 36
To uninstall only the libquentier
package we can use the following command:
sudo dnf remove libquentier
libquentier Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/e043e0f771373eaf4d2bdbc42b0b46aecdb05e
/usr/lib64/libqt5quentier.so.0
/usr/lib64/libqt5quentier.so.0.5.0
/usr/share/doc/libquentier
/usr/share/doc/libquentier/CONTRIBUTING.md
/usr/share/doc/libquentier/README.md
/usr/share/libquentier
/usr/share/libquentier/translations
/usr/share/libquentier/translations/libquentier_ru_RU.qm
/usr/share/licenses/libquentier
/usr/share/licenses/libquentier/COPYING.LESSER
/usr/share/licenses/libquentier/COPYING.txt
References
Summary
In this tutorial we learn how to install libquentier
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).