Install ruby-gobject-introspection
Installing ruby-gobject-introspection package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ruby-gobject-introspection
ruby-gobject-introspection package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ruby-gobject-introspection |
version | 2.2.5-4 |
description | GObject Introspection bindings for the Ruby language |
subsection | ruby |
website | ruby-gnome2.sourceforge.jp |
maintainer | Debian Ruby Extras Maintainers |
Uninstall ruby-gobject-introspection
To remove just ruby-gobject-introspection package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ruby-gobject-introspection
Uninstall ruby-gobject-introspection and it’s dependent packages
To remove the ruby-gobject-introspection package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ruby-gobject-introspection
Purging ruby-gobject-introspection
If you also want to delete configuration and/or data files of ruby-gobject-introspection from Debian Sid then this will work:
sudo apt-get purge ruby-gobject-introspection
To delete configuration and/or data files of ruby-gobject-introspection and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ruby-gobject-introspection