How To Install rubygem-actiontext on Fedora 36

In this tutorial we learn how to install rubygem-actiontext in Fedora 36. rubygem-actiontext is Rich text framework

Introduction

In this tutorial we learn how to install rubygem-actiontext on Fedora 36.

What is rubygem-actiontext

Edit and display rich text in Rails applications.

We can use yum or dnf to install rubygem-actiontext on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-actiontext.

Install rubygem-actiontext on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install rubygem-actiontext using dnf by running the following command:

sudo dnf -y install rubygem-actiontext

Install rubygem-actiontext on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install rubygem-actiontext using yum by running the following command:

sudo yum -y install rubygem-actiontext

How To Uninstall rubygem-actiontext on Fedora 36

To uninstall only the rubygem-actiontext package we can use the following command:

sudo dnf remove rubygem-actiontext

rubygem-actiontext Package Contents on Fedora 36

/usr/share/gems/gems/actiontext-7.0.1
/usr/share/gems/gems/actiontext-7.0.1/MIT-LICENSE
/usr/share/gems/gems/actiontext-7.0.1/app
/usr/share/gems/gems/actiontext-7.0.1/app/assets
/usr/share/gems/gems/actiontext-7.0.1/app/assets/javascripts
/usr/share/gems/gems/actiontext-7.0.1/app/assets/javascripts/actiontext.js
/usr/share/gems/gems/actiontext-7.0.1/app/assets/javascripts/trix.js
/usr/share/gems/gems/actiontext-7.0.1/app/assets/stylesheets
/usr/share/gems/gems/actiontext-7.0.1/app/assets/stylesheets/trix.css
/usr/share/gems/gems/actiontext-7.0.1/app/helpers
/usr/share/gems/gems/actiontext-7.0.1/app/helpers/action_text
/usr/share/gems/gems/actiontext-7.0.1/app/helpers/action_text/content_helper.rb
/usr/share/gems/gems/actiontext-7.0.1/app/helpers/action_text/tag_helper.rb
/usr/share/gems/gems/actiontext-7.0.1/app/javascript
/usr/share/gems/gems/actiontext-7.0.1/app/javascript/actiontext
/usr/share/gems/gems/actiontext-7.0.1/app/javascript/actiontext/attachment_upload.js
/usr/share/gems/gems/actiontext-7.0.1/app/javascript/actiontext/index.js
/usr/share/gems/gems/actiontext-7.0.1/app/models
/usr/share/gems/gems/actiontext-7.0.1/app/models/action_text
/usr/share/gems/gems/actiontext-7.0.1/app/models/action_text/encrypted_rich_text.rb
/usr/share/gems/gems/actiontext-7.0.1/app/models/action_text/record.rb
/usr/share/gems/gems/actiontext-7.0.1/app/models/action_text/rich_text.rb
/usr/share/gems/gems/actiontext-7.0.1/app/views
/usr/share/gems/gems/actiontext-7.0.1/app/views/action_text
/usr/share/gems/gems/actiontext-7.0.1/app/views/action_text/attachables
/usr/share/gems/gems/actiontext-7.0.1/app/views/action_text/attachables/_missing_attachable.html.erb
/usr/share/gems/gems/actiontext-7.0.1/app/views/action_text/attachables/_remote_image.html.erb
/usr/share/gems/gems/actiontext-7.0.1/app/views/action_text/attachment_galleries
/usr/share/gems/gems/actiontext-7.0.1/app/views/action_text/attachment_galleries/_attachment_gallery.html.erb
/usr/share/gems/gems/actiontext-7.0.1/app/views/action_text/contents
/usr/share/gems/gems/actiontext-7.0.1/app/views/action_text/contents/_content.html.erb
/usr/share/gems/gems/actiontext-7.0.1/app/views/active_storage
/usr/share/gems/gems/actiontext-7.0.1/app/views/active_storage/blobs
/usr/share/gems/gems/actiontext-7.0.1/app/views/active_storage/blobs/_blob.html.erb
/usr/share/gems/gems/actiontext-7.0.1/app/views/layouts
/usr/share/gems/gems/actiontext-7.0.1/app/views/layouts/action_text
/usr/share/gems/gems/actiontext-7.0.1/app/views/layouts/action_text/contents
/usr/share/gems/gems/actiontext-7.0.1/app/views/layouts/action_text/contents/_content.html.erb
/usr/share/gems/gems/actiontext-7.0.1/db
/usr/share/gems/gems/actiontext-7.0.1/db/migrate
/usr/share/gems/gems/actiontext-7.0.1/db/migrate/20180528164100_create_action_text_tables.rb
/usr/share/gems/gems/actiontext-7.0.1/lib
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/attachable.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/attachables
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/attachables/content_attachment.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/attachables/missing_attachable.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/attachables/remote_image.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/attachment.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/attachment_gallery.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/attachments
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/attachments/caching.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/attachments/minification.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/attachments/trix_conversion.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/attribute.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/content.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/encryption.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/engine.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/fixture_set.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/fragment.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/gem_version.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/html_conversion.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/plain_text_conversion.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/rendering.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/serialization.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/system_test_helper.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/trix_attachment.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/action_text/version.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/generators
/usr/share/gems/gems/actiontext-7.0.1/lib/generators/action_text
/usr/share/gems/gems/actiontext-7.0.1/lib/generators/action_text/install
/usr/share/gems/gems/actiontext-7.0.1/lib/generators/action_text/install/install_generator.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/generators/action_text/install/templates
/usr/share/gems/gems/actiontext-7.0.1/lib/generators/action_text/install/templates/actiontext.css
/usr/share/gems/gems/actiontext-7.0.1/lib/rails
/usr/share/gems/gems/actiontext-7.0.1/lib/rails/generators
/usr/share/gems/gems/actiontext-7.0.1/lib/rails/generators/test_unit
/usr/share/gems/gems/actiontext-7.0.1/lib/rails/generators/test_unit/install_generator.rb
/usr/share/gems/gems/actiontext-7.0.1/lib/rails/generators/test_unit/templates
/usr/share/gems/gems/actiontext-7.0.1/lib/rails/generators/test_unit/templates/fixtures.yml
/usr/share/gems/gems/actiontext-7.0.1/lib/tasks
/usr/share/gems/gems/actiontext-7.0.1/lib/tasks/actiontext.rake
/usr/share/gems/gems/actiontext-7.0.1/package.json
/usr/share/gems/specifications/actiontext-7.0.1.gemspec

References

Summary

In this tutorial we learn how to install rubygem-actiontext on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).