How to Install and Uninstall mqttcli.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "mqttcli.x86_64" package

This guide let you learn how to install mqttcli.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install mqttcli.x86_64

2. Uninstall "mqttcli.x86_64" package

This guide covers the steps necessary to uninstall mqttcli.x86_64 on Fedora 34:

$ sudo dnf remove mqttcli.x86_64 $ sudo dnf autoremove

3. Information about the mqttcli.x86_64 package on Fedora 34

Last metadata expiration check: 2:23:39 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mqttcli
Version : 0.2.1
Release : 1.fc34
Architecture : x86_64
Size : 2.3 M
Source : mqttcli-0.2.1-1.fc34.src.rpm
Repository : updates
Summary : Simple MQTT CLI pub/sub client
URL : https://git.sr.ht/~spc/mqttcli
License : MIT
Description :
: mqttcli provides two programs (pub and sub) that allow command-line access to an
: MQTT broker.
:
: sub subscribes to a topic and prints messages received to standard output.
: pub publishes the provided message to the provided topic. Both programs
: accept flags that can be provided as a config file.