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

Last updated: October 05,2024

1. Install "bustle.x86_64" package

Please follow the steps below to install bustle.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install bustle.x86_64

2. Uninstall "bustle.x86_64" package

Please follow the step by step instructions below to uninstall bustle.x86_64 on Fedora 34:

$ sudo dnf remove bustle.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:43:56 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : bustle
Version : 0.7.5
Release : 7.fc34
Architecture : x86_64
Size : 1.6 M
Source : bustle-0.7.5-7.fc34.src.rpm
Repository : fedora
Summary : Draw sequence diagrams of D-Bus traffic
URL : https://hackage.haskell.org/package/bustle
License : LGPLv2+
Description : Bustle records and draws sequence diagrams of D-Bus activity, showing signal
: emissions, method calls and their corresponding returns, with timestamps for
: each individual event and the duration of each method call. This can help you
: check for unwanted D-Bus traffic, and pinpoint why your D-Bus-based application
: isn't performing as well as you like. It also provides statistics like signal
: frequencies and average method call times.