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