To uninstall ruby-protected-attributes just follow these instructions.
sudo apt-get remove ruby-protected-attributes
This will remove just the ruby-protected-attributes package itself.
sudo apt-get remove --auto-remove ruby-protected-attributes
This will remove the ruby-protected-attributes package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for ruby-protected-attributes then this will work.
sudo apt-get purge ruby-protected-attributes
Or similarly, like this ruby-protected-attributes
sudo apt-get purge --auto-remove ruby-protected-attributes
Package | ruby-protected-attributes |
Version | 1.1.3-2 |
Maintainer | Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org> |
Home page | https://github.com/rails/protected_attributes |
Description | Protect attributes from mass assignment in Active Record models |
Distro | debian |
Release | stretch |
Repo | main |
Section | ruby |