How To Install rekollect on Fedora 36
Introduction
In this tutorial we learn how to install rekollect
on Fedora 36.
What is rekollect
A note taking and note management application.
We can use yum
or dnf
to install rekollect
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rekollect.
Install rekollect 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 rekollect
using dnf
by running the following command:
sudo dnf -y install rekollect
Install rekollect 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 rekollect
using yum
by running the following command:
sudo yum -y install rekollect
How To Uninstall rekollect on Fedora 36
To uninstall only the rekollect
package we can use the following command:
sudo dnf remove rekollect
rekollect Package Contents on Fedora 36
/usr/bin/rekollect
/usr/lib/.build-id
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/b7925d550131d7a7eb3ab4fae87f9c09bf7c51
/usr/share/applications/kde4/rekollect.desktop
/usr/share/config.kcfg/rekollect.kcfg
/usr/share/doc/HTML/en/rekollect
/usr/share/doc/HTML/en/rekollect/common
/usr/share/doc/HTML/en/rekollect/index.cache.bz2
/usr/share/doc/HTML/en/rekollect/index.docbook
/usr/share/doc/rekollect
/usr/share/doc/rekollect/README
/usr/share/icons/hicolor/128x128/apps/rekollect.png
/usr/share/icons/hicolor/16x16/apps/rekollect.png
/usr/share/icons/hicolor/22x22/apps/rekollect.png
/usr/share/icons/hicolor/32x32/apps/rekollect.png
/usr/share/icons/hicolor/48x48/apps/rekollect.png
/usr/share/icons/hicolor/64x64/apps/rekollect.png
/usr/share/kde4/apps/rekollect
/usr/share/kde4/apps/rekollect/note.xsd
/usr/share/kde4/apps/rekollect/rekollectui.rc
/usr/share/kde4/apps/rekollect/template.xml
/usr/share/licenses/rekollect
/usr/share/licenses/rekollect/COPYING
References
Summary
In this tutorial we learn how to install rekollect
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).