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