How to Install and Uninstall ruby-data-migrate Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "ruby-data-migrate" package

This guide covers the steps necessary to install ruby-data-migrate on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "ruby-data-migrate" package

Here is a brief guide to show you how to uninstall ruby-data-migrate on Ubuntu 21.10 (Impish Indri):

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

3. Information about the ruby-data-migrate package on Ubuntu 21.10 (Impish Indri)

Package: ruby-data-migrate
Architecture: all
Version: 6.6.0-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 (>= 5.0)
Filename: pool/universe/r/ruby-data-migrate/ruby-data-migrate_6.6.0-1_all.deb
Size: 16184
MD5sum: 51834ae244dcc3513815b802290aa1c8
SHA1: 886e09ae6a33aa685b761e280214f1cd795568ae
SHA256: 6a75c1b180338d90539b140e0541e7d7bcbc26330639572086dd0eb411dcd49e
SHA512: 75c3899f9e2a7aaa2b2490e6a02591c284815078fc6a64f4b616f51596b6702607d7d7dc7a1a485a6099e8c2971364e35117f51137272cf84473853b55ff4859
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