How To Install synapse on Fedora 36
Introduction
In this tutorial we learn how to install synapse
on Fedora 36.
What is synapse
Synapse is a semantic launcher written in Vala that you can use to start applications as well as find and access relevant documents and files by making use of the Zeitgeist engine.
We can use yum
or dnf
to install synapse
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install synapse.
Install synapse 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 synapse
using dnf
by running the following command:
sudo dnf -y install synapse
Install synapse 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 synapse
using yum
by running the following command:
sudo yum -y install synapse
How To Uninstall synapse on Fedora 36
To uninstall only the synapse
package we can use the following command:
sudo dnf remove synapse
synapse Package Contents on Fedora 36
/usr/bin/synapse
/usr/lib/.build-id
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/a5789b8a52d69d406febb5245c4b7ea5013ef5
/usr/share/applications/synapse.desktop
/usr/share/doc/synapse
/usr/share/doc/synapse/AUTHORS
/usr/share/doc/synapse/README
/usr/share/icons/hicolor/scalable/apps/synapse.svg
/usr/share/licenses/synapse
/usr/share/licenses/synapse/COPYING
/usr/share/licenses/synapse/COPYING.GPL2
/usr/share/licenses/synapse/COPYING.LGPL2.1
/usr/share/locale/ar/LC_MESSAGES/synapse.mo
/usr/share/locale/be/LC_MESSAGES/synapse.mo
/usr/share/locale/bg/LC_MESSAGES/synapse.mo
/usr/share/locale/ca/LC_MESSAGES/synapse.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/synapse.mo
/usr/share/locale/cs/LC_MESSAGES/synapse.mo
/usr/share/locale/da/LC_MESSAGES/synapse.mo
/usr/share/locale/de/LC_MESSAGES/synapse.mo
/usr/share/locale/el/LC_MESSAGES/synapse.mo
/usr/share/locale/en_GB/LC_MESSAGES/synapse.mo
/usr/share/locale/eo/LC_MESSAGES/synapse.mo
/usr/share/locale/es/LC_MESSAGES/synapse.mo
/usr/share/locale/et/LC_MESSAGES/synapse.mo
/usr/share/locale/eu/LC_MESSAGES/synapse.mo
/usr/share/locale/fi/LC_MESSAGES/synapse.mo
/usr/share/locale/fr/LC_MESSAGES/synapse.mo
/usr/share/locale/gl/LC_MESSAGES/synapse.mo
/usr/share/locale/hi/LC_MESSAGES/synapse.mo
/usr/share/locale/hr/LC_MESSAGES/synapse.mo
/usr/share/locale/hu/LC_MESSAGES/synapse.mo
/usr/share/locale/id/LC_MESSAGES/synapse.mo
/usr/share/locale/it/LC_MESSAGES/synapse.mo
/usr/share/locale/ja/LC_MESSAGES/synapse.mo
/usr/share/locale/ka/LC_MESSAGES/synapse.mo
/usr/share/locale/ko/LC_MESSAGES/synapse.mo
/usr/share/locale/la/LC_MESSAGES/synapse.mo
/usr/share/locale/lt/LC_MESSAGES/synapse.mo
/usr/share/locale/lv/LC_MESSAGES/synapse.mo
/usr/share/locale/ml/LC_MESSAGES/synapse.mo
/usr/share/locale/nb/LC_MESSAGES/synapse.mo
/usr/share/locale/nds/LC_MESSAGES/synapse.mo
/usr/share/locale/ne/LC_MESSAGES/synapse.mo
/usr/share/locale/nl/LC_MESSAGES/synapse.mo
/usr/share/locale/nn/LC_MESSAGES/synapse.mo
/usr/share/locale/oc/LC_MESSAGES/synapse.mo
/usr/share/locale/pl/LC_MESSAGES/synapse.mo
/usr/share/locale/pt/LC_MESSAGES/synapse.mo
/usr/share/locale/pt_BR/LC_MESSAGES/synapse.mo
/usr/share/locale/ro/LC_MESSAGES/synapse.mo
/usr/share/locale/ru/LC_MESSAGES/synapse.mo
/usr/share/locale/sk/LC_MESSAGES/synapse.mo
/usr/share/locale/sl/LC_MESSAGES/synapse.mo
/usr/share/locale/sr/LC_MESSAGES/synapse.mo
/usr/share/locale/sv/LC_MESSAGES/synapse.mo
/usr/share/locale/sw/LC_MESSAGES/synapse.mo
/usr/share/locale/te/LC_MESSAGES/synapse.mo
/usr/share/locale/tr/LC_MESSAGES/synapse.mo
/usr/share/locale/uk/LC_MESSAGES/synapse.mo
/usr/share/locale/zh_CN/LC_MESSAGES/synapse.mo
/usr/share/locale/zh_TW/LC_MESSAGES/synapse.mo
/usr/share/man/man1/synapse.1.gz
References
Summary
In this tutorial we learn how to install synapse
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).