How To Install moolticute on Fedora 34
Introduction
In this tutorial we learn how to install moolticute on Fedora 34.
What is moolticute
Moolticute is an easy to use companion app to your Mooltipass device and extends the power of the device to more platform/tools. It allows you to manage your Mooltipass with a cross-platform app and daemon service that handles all USB communication with the device. Moolticute comes with a daemon that runs in the background, and a user interface app to control your Mooltipass. Other clients can also connect and talk to the daemon (it uses a WebSocket connection and simple JSON messages).
We can use yum or dnf to install moolticute on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install moolticute.
Install moolticute on Fedora 34 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install moolticute using dnf by running the following command:
sudo dnf -y install moolticute
Install moolticute on Fedora 34 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install moolticute using yum by running the following command:
sudo yum -y install moolticute
How To Uninstall moolticute on Fedora 34
To uninstall only the moolticute package we can use the following command:
sudo dnf remove moolticute
moolticute Package Contents on Fedora 34
/usr/bin/moolticute
/usr/bin/moolticuted
/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/cdfc4aaed52a2921a29f99ae655a64523318ad
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/18a85176249e7730dbf42c1f24c9d4a36cc39d
/usr/lib/systemd/system/moolticuted.service
/usr/lib/udev/rules.d/69-mooltipass.rules
/usr/share/applications/moolticute.desktop
/usr/share/doc/moolticute
/usr/share/doc/moolticute/README.md
/usr/share/icons/hicolor/128x128/apps/moolticute.png
/usr/share/icons/hicolor/32x32/apps/moolticute.png
/usr/share/icons/hicolor/scalable/apps/moolticute.svg
/usr/share/licenses/moolticute
/usr/share/licenses/moolticute/LICENSE
/usr/share/metainfo/moolticute.metainfo.xml
References
Summary
In this tutorial we learn how to install moolticute on Fedora 34 using yum and dnf.