How to Install and Uninstall ruby-data-migrate Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "ruby-data-migrate" package

This tutorial shows how to install ruby-data-migrate on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-data-migrate

2. Uninstall "ruby-data-migrate" package

Please follow the steps below to uninstall ruby-data-migrate on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove ruby-data-migrate $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-data-migrate package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-data-migrate
Architecture: all
Version: 5.3.1-1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 93
Depends: ruby | ruby-interpreter, ruby-rails (>= 4.0)
Filename: pool/universe/r/ruby-data-migrate/ruby-data-migrate_5.3.1-1_all.deb
Size: 16296
MD5sum: 354ce7e52c6c3359f4cb82761858c6ab
SHA1: 9519bc04a81e283f3606328017e0377438f5b4b7
SHA256: b15757a17765a6410c5ef4308555932a6b2a0541e07ddf3e90a7c94d40ffb822
SHA512: 4c29ead616eae7cd127201b4055ef126fdaaa400957c8877d5d9a793533fad33c41c549f0b46d788b07ad15d87dc06a3d4e3394b58d9c5c61dfeb192674d35d8
Homepage: https://github.com/ilyakatz/data-migrate
Description-en: migrate data alongside schema changes for rake tasks
This data_migrate gem provides data migrations alongside schema
migrations for rake tasks.
.
Data migrations are stored in db/data. They act like schema migrations,
except they should be reserved for data migrations.
.
For instance, if you realize you need to titleize all yours titles,
this is the place to do it. Running any of the provided rake tasks
also creates a data schema table to mirror the usual schema migrations
table to track all the goodness.
Description-md5: e4d33db2e5dd18dbf8fd040a2200fbba
Ruby-Versions: all