D-Spy is a free and open source D-Bus connections explorer application for Linux. Unlike its counterparts, such as d-feet, D-Spy sets itself apart by being crafted in C, ensuring unparalleled speed and responsiveness. Beyond its swift performance, D-Spy also provides a dedicated library for seamless integration with Integrated Development Environments (IDEs). This valuable feature enhances the development experience by facilitating a smooth connection between D-Spy and various IDEs, promoting a more streamlined workflow. It is released under the GNU Lesser General Public License (LGPL) Version 3.
How to Install D-Spy on Ubuntu
To install D-Spy on your Ubuntu Linux system, open the terminal application (ctrl+alt+t) and run below D-Spy flatpak install command. It will install the latest version of D-Spy on your system.
flatpak install flathub org.gnome.dspy
After the installation you can open it using below command.
flatpak run org.gnome.dspy
Note: If you don’t already have Flatpak and Flathub installed, install them on your system first using the commands provided below. After the installation, restart your system and then initiate the D-Spy installation again.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And uninstall it using below commands.
flatpak uninstall org.gnome.dspy
[OR]
sudo flatpak uninstall org.gnome.dspy