How to Install and Uninstall ruby-dbus Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "ruby-dbus" package

Please follow the instructions below to install ruby-dbus on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-dbus

2. Uninstall "ruby-dbus" package

This guide let you learn how to uninstall ruby-dbus on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-dbus package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-dbus
Priority: optional
Section: universe/ruby
Installed-Size: 1507
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.11.0-1
Depends: ruby | ruby-interpreter
Recommends: ruby-glib2
Suggests: ruby-nokogiri
Filename: pool/universe/r/ruby-dbus/ruby-dbus_0.11.0-1_all.deb
Size: 396820
MD5sum: 1ce787aeb3fd698ae2479197d6e8a665
SHA1: da8edc77063a3a0a1002b9287a24308ed5a12540
SHA256: 58f46349b0fb315571277965f4cac1b93861c7cbb2e0806d689c9e540225288e
Description-en: Ruby binding for 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: 36b23a8ad8f3269e7fb43a61f5597a69
Homepage: https://trac.luon.net/ruby-dbus
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu