How to Install and Uninstall mqtt-randompub.noarch Package on Fedora 35

Last updated: June 03,2024

1. Install "mqtt-randompub.noarch" package

Here is a brief guide to show you how to install mqtt-randompub.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install mqtt-randompub.noarch

2. Uninstall "mqtt-randompub.noarch" package

Learn how to uninstall mqtt-randompub.noarch on Fedora 35:

$ sudo dnf remove mqtt-randompub.noarch $ sudo dnf autoremove

3. Information about the mqtt-randompub.noarch package on Fedora 35

Last metadata expiration check: 1:34:50 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : mqtt-randompub
Version : 0.2.2
Release : 3.fc35
Architecture : noarch
Size : 19 k
Source : mqtt-randompub-0.2.2-3.fc35.src.rpm
Repository : fedora
Summary : Tool for generating MQTT messages on various topics
URL : https://github.com/fabaff/mqtt-randompub/
License : MIT
Description : For testing application and tools which are handling MQTT messages
: it's often needed to send continuously messages on random topics to
: a broker. mqtt-randompub contains options to send a single message,
: a specific count of messages, or a constant flow of messages till
: the tool is terminated. Configuration files can be used to store
: lists of topics to create repeatable test scenarios.