How To Install quaternion on Fedora 36
Introduction
In this tutorial we learn how to install quaternion
on Fedora 36.
What is quaternion
Quaternion is a cross-platform desktop IM client for the Matrix protocol.
We can use yum
or dnf
to install quaternion
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install quaternion.
Install quaternion 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 quaternion
using dnf
by running the following command:
sudo dnf -y install quaternion
Install quaternion 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 quaternion
using yum
by running the following command:
sudo yum -y install quaternion
How To Uninstall quaternion on Fedora 36
To uninstall only the quaternion
package we can use the following command:
sudo dnf remove quaternion
quaternion Package Contents on Fedora 36
/usr/bin/quaternion
/usr/lib/.build-id
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/a7a26443640f72a6a7a81bb3c801a6800d73f5
/usr/share/Quotient/quaternion/translations/quaternion_de.qm
/usr/share/Quotient/quaternion/translations/quaternion_en.qm
/usr/share/Quotient/quaternion/translations/quaternion_en_GB.qm
/usr/share/Quotient/quaternion/translations/quaternion_es.qm
/usr/share/Quotient/quaternion/translations/quaternion_pl.qm
/usr/share/Quotient/quaternion/translations/quaternion_ru.qm
/usr/share/applications/com.github.quaternion.desktop
/usr/share/doc/quaternion
/usr/share/doc/quaternion/README.md
/usr/share/icons/hicolor/128x128/apps/quaternion.png
/usr/share/icons/hicolor/16x16/apps/quaternion.png
/usr/share/icons/hicolor/22x22/apps/quaternion.png
/usr/share/icons/hicolor/32x32/apps/quaternion.png
/usr/share/icons/hicolor/48x48/apps/quaternion.png
/usr/share/icons/hicolor/64x64/apps/quaternion.png
/usr/share/icons/hicolor/scalable/apps/quaternion.svg
/usr/share/licenses/quaternion
/usr/share/licenses/quaternion/COPYING
/usr/share/metainfo/com.github.quaternion.appdata.xml
References
Summary
In this tutorial we learn how to install quaternion
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).