Install ruby-rack-pjax
Installing ruby-rack-pjax 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-pjax
ruby-rack-pjax package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ruby-rack-pjax |
version | 0.7.0-2 |
description | serve pjax responses through rack middleware |
subsection | ruby |
website | github.com / eval / rack-pjax |
maintainer | Debian Ruby Extras Maintainers |
Uninstall ruby-rack-pjax
To remove just ruby-rack-pjax package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ruby-rack-pjax
Uninstall ruby-rack-pjax and it’s dependent packages
To remove the ruby-rack-pjax package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ruby-rack-pjax
Purging ruby-rack-pjax
If you also want to delete configuration and/or data files of ruby-rack-pjax from Debian Sid then this will work:
sudo apt-get purge ruby-rack-pjax
To delete configuration and/or data files of ruby-rack-pjax and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ruby-rack-pjax