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