How To Install rubygem-actionmailer on Fedora 36
Introduction
In this tutorial we learn how to install rubygem-actionmailer
on Fedora 36.
What is rubygem-actionmailer
Email on Rails. Compose, deliver, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.
We can use yum
or dnf
to install rubygem-actionmailer
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-actionmailer.
Install rubygem-actionmailer 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-actionmailer
using dnf
by running the following command:
sudo dnf -y install rubygem-actionmailer
Install rubygem-actionmailer 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-actionmailer
using yum
by running the following command:
sudo yum -y install rubygem-actionmailer
How To Uninstall rubygem-actionmailer on Fedora 36
To uninstall only the rubygem-actionmailer
package we can use the following command:
sudo dnf remove rubygem-actionmailer
rubygem-actionmailer Package Contents on Fedora 36
/usr/share/gems/gems/actionmailer-7.0.1
/usr/share/gems/gems/actionmailer-7.0.1/MIT-LICENSE
/usr/share/gems/gems/actionmailer-7.0.1/lib
/usr/share/gems/gems/actionmailer-7.0.1/lib/action_mailer
/usr/share/gems/gems/actionmailer-7.0.1/lib/action_mailer.rb
/usr/share/gems/gems/actionmailer-7.0.1/lib/action_mailer/base.rb
/usr/share/gems/gems/actionmailer-7.0.1/lib/action_mailer/collector.rb
/usr/share/gems/gems/actionmailer-7.0.1/lib/action_mailer/delivery_methods.rb
/usr/share/gems/gems/actionmailer-7.0.1/lib/action_mailer/gem_version.rb
/usr/share/gems/gems/actionmailer-7.0.1/lib/action_mailer/inline_preview_interceptor.rb
/usr/share/gems/gems/actionmailer-7.0.1/lib/action_mailer/log_subscriber.rb
/usr/share/gems/gems/actionmailer-7.0.1/lib/action_mailer/mail_delivery_job.rb
/usr/share/gems/gems/actionmailer-7.0.1/lib/action_mailer/mail_helper.rb
/usr/share/gems/gems/actionmailer-7.0.1/lib/action_mailer/message_delivery.rb
/usr/share/gems/gems/actionmailer-7.0.1/lib/action_mailer/parameterized.rb
/usr/share/gems/gems/actionmailer-7.0.1/lib/action_mailer/preview.rb
/usr/share/gems/gems/actionmailer-7.0.1/lib/action_mailer/railtie.rb
/usr/share/gems/gems/actionmailer-7.0.1/lib/action_mailer/rescuable.rb
/usr/share/gems/gems/actionmailer-7.0.1/lib/action_mailer/test_case.rb
/usr/share/gems/gems/actionmailer-7.0.1/lib/action_mailer/test_helper.rb
/usr/share/gems/gems/actionmailer-7.0.1/lib/action_mailer/version.rb
/usr/share/gems/gems/actionmailer-7.0.1/lib/rails
/usr/share/gems/gems/actionmailer-7.0.1/lib/rails/generators
/usr/share/gems/gems/actionmailer-7.0.1/lib/rails/generators/mailer
/usr/share/gems/gems/actionmailer-7.0.1/lib/rails/generators/mailer/USAGE
/usr/share/gems/gems/actionmailer-7.0.1/lib/rails/generators/mailer/mailer_generator.rb
/usr/share/gems/gems/actionmailer-7.0.1/lib/rails/generators/mailer/templates
/usr/share/gems/gems/actionmailer-7.0.1/lib/rails/generators/mailer/templates/application_mailer.rb.tt
/usr/share/gems/gems/actionmailer-7.0.1/lib/rails/generators/mailer/templates/mailer.rb.tt
/usr/share/gems/specifications/actionmailer-7.0.1.gemspec
References
Summary
In this tutorial we learn how to install rubygem-actionmailer
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).