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