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