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

Last updated: April 26,2024

1. Install "bustle.x86_64" package

This tutorial shows how to install bustle.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install bustle.x86_64

2. Uninstall "bustle.x86_64" package

Please follow the guidance below to uninstall bustle.x86_64 on Fedora 36:

$ sudo dnf remove bustle.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:59:21 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : bustle
Version : 0.8.0
Release : 3.fc36
Architecture : x86_64
Size : 1.1 M
Source : bustle-0.8.0-3.fc36.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.