How To Install openambit on Fedora 36
Introduction
In this tutorial we learn how to install openambit
on Fedora 36.
What is openambit
Openambit is application for downloading moves from the Suunto Ambit(2) outdoor watches, and synchronizing them with the movescount website.
We can use yum
or dnf
to install openambit
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openambit.
Install openambit 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 openambit
using dnf
by running the following command:
sudo dnf -y install openambit
Install openambit 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 openambit
using yum
by running the following command:
sudo yum -y install openambit
How To Uninstall openambit on Fedora 36
To uninstall only the openambit
package we can use the following command:
sudo dnf remove openambit
openambit Package Contents on Fedora 36
/usr/bin/openambit
/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/a686b2a507977972f821e08bc0948ce4ed65af
/usr/share/appdata/openambit.appdata.xml
/usr/share/applications/openambit.desktop
/usr/share/icons/hicolor/64x64/apps/openambit.png
/usr/share/licenses/openambit
/usr/share/licenses/openambit/COPYING
References
Summary
In this tutorial we learn how to install openambit
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).