How to Install and Uninstall ruby-dbus Package on Kali Linux

Last updated: September 20,2024

1. Install "ruby-dbus" package

This guide let you learn how to install ruby-dbus on Kali Linux

$ sudo apt update $ sudo apt install ruby-dbus

2. Uninstall "ruby-dbus" package

In this section, we are going to explain the necessary steps to uninstall ruby-dbus on Kali Linux:

$ sudo apt remove ruby-dbus $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-dbus package on Kali Linux

Package: ruby-dbus
Version: 0.16.0-1
Installed-Size: 1183
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: ruby | ruby-interpreter
Recommends: ruby-glib2
Suggests: ruby-nokogiri
Size: 207296
SHA256: ea96bfb6a2590d2f7d9dca6057424d3c9c1f18b9c0b566de6c191cc5a3d97e8e
SHA1: 723772dcffee5ab18e873c5a41b032e301bc6b70
MD5sum: 1bffb9862b06cfb33f777b91a276ac67
Description: Ruby module for interaction with D-Bus
This module allows Ruby programs to interface with the D-Bus message
bus installed on newer Unix operating systems.
.
Ruby D-Bus currently supports the following features:
* Connecting to local buses.
* Accessing remote services, objects and interfaces.
* Invoking methods on remote objects synchronously and asynchronously.
* Catch signals on remote objects and handle them via callbacks.
* Remote object introspection.
* Walking object trees.
* Creating services and registering them on the bus.
* Exporting objects with interfaces on a bus for remote use.
* Rubyish D-Bus object and interface syntax support that automatically
allows for introspection.
* Emitting signals on exported objects.
Description-md5:
Homepage: https://github.com/mvidner/ruby-dbus
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-dbus/ruby-dbus_0.16.0-1_all.deb