Install ruby-factory-girl
Installing ruby-factory-girl package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ruby-factory-girl
ruby-factory-girl package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ruby-factory-girl |
version | 4.5.0-2 |
description | framework and DSL for defining and using model instance factories |
subsection | ruby |
website | github.com / thoughtbot / factory_girl |
maintainer | Debian Ruby Extras Maintainers |
Uninstall ruby-factory-girl
To remove just ruby-factory-girl package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ruby-factory-girl
Uninstall ruby-factory-girl and it’s dependent packages
To remove the ruby-factory-girl package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ruby-factory-girl
Purging ruby-factory-girl
If you also want to delete configuration and/or data files of ruby-factory-girl from Debian Sid then this will work:
sudo apt-get purge ruby-factory-girl
To delete configuration and/or data files of ruby-factory-girl and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ruby-factory-girl