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