How To Install rubygem-syck on Fedora 36

In this tutorial we learn how to install rubygem-syck in Fedora 36. rubygem-syck is Gemified version of Syck from Ruby’s stdlib

Introduction

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

What is rubygem-syck

A gemified version of Syck from Ruby’s stdlib. Syck has been removed from Ruby’s stdlib, and this gem is meant to bridge the gap for people that haven’t updated their YAML yet.

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

Install rubygem-syck 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-syck using dnf by running the following command:

sudo dnf -y install rubygem-syck

Install rubygem-syck 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-syck using yum by running the following command:

sudo yum -y install rubygem-syck

How To Uninstall rubygem-syck on Fedora 36

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

sudo dnf remove rubygem-syck

rubygem-syck Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/ee10a3987f611c5112ae856231ab5de5545eb7
/usr/lib64/gems/ruby/syck-1.4.1
/usr/lib64/gems/ruby/syck-1.4.1/gem.build_complete
/usr/lib64/gems/ruby/syck-1.4.1/syck.so
/usr/share/gems/gems/syck-1.4.1
/usr/share/gems/gems/syck-1.4.1/CHANGELOG.rdoc
/usr/share/gems/gems/syck-1.4.1/README.rdoc
/usr/share/gems/gems/syck-1.4.1/lib
/usr/share/gems/gems/syck-1.4.1/lib/syck
/usr/share/gems/gems/syck-1.4.1/lib/syck.rb
/usr/share/gems/gems/syck-1.4.1/lib/syck/baseemitter.rb
/usr/share/gems/gems/syck-1.4.1/lib/syck/basenode.rb
/usr/share/gems/gems/syck-1.4.1/lib/syck/constants.rb
/usr/share/gems/gems/syck-1.4.1/lib/syck/encoding.rb
/usr/share/gems/gems/syck-1.4.1/lib/syck/error.rb
/usr/share/gems/gems/syck-1.4.1/lib/syck/loader.rb
/usr/share/gems/gems/syck-1.4.1/lib/syck/rubytypes.rb
/usr/share/gems/gems/syck-1.4.1/lib/syck/stream.rb
/usr/share/gems/gems/syck-1.4.1/lib/syck/stringio.rb
/usr/share/gems/gems/syck-1.4.1/lib/syck/syck.rb
/usr/share/gems/gems/syck-1.4.1/lib/syck/tag.rb
/usr/share/gems/gems/syck-1.4.1/lib/syck/types.rb
/usr/share/gems/gems/syck-1.4.1/lib/syck/yamlnode.rb
/usr/share/gems/gems/syck-1.4.1/lib/syck/ypath.rb
/usr/share/gems/gems/syck-1.4.1/lib/yaml
/usr/share/gems/gems/syck-1.4.1/lib/yaml/syck.rb
/usr/share/gems/specifications/syck-1.4.1.gemspec

References

Summary

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