Install ruby-seed-fu
Installing ruby-seed-fu package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ruby-seed-fu
ruby-seed-fu package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ruby-seed-fu |
version | 2.3.5-1 |
description | easily manage seed data in an Active Record application |
subsection | ruby |
website | github.com / mbleigh / seed-fu |
maintainer | Debian Ruby Extras Maintainers |
Uninstall ruby-seed-fu
To remove just ruby-seed-fu package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ruby-seed-fu
Uninstall ruby-seed-fu and it’s dependent packages
To remove the ruby-seed-fu package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ruby-seed-fu
Purging ruby-seed-fu
If you also want to delete configuration and/or data files of ruby-seed-fu from Debian Sid then this will work:
sudo apt-get purge ruby-seed-fu
To delete configuration and/or data files of ruby-seed-fu and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ruby-seed-fu