How To Install stfl-ruby on Fedora 36
In this tutorial we learn how to install stfl-ruby in Fedora 36. stfl-ruby is Ruby binding for STFL
Introduction
In this tutorial we learn how to install stfl-ruby
on Fedora 36.
What is stfl-ruby
Ruby binding for STFL.
We can use yum
or dnf
to install stfl-ruby
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install stfl-ruby.
Install stfl-ruby 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 stfl-ruby
using dnf
by running the following command:
sudo dnf -y install stfl-ruby
Install stfl-ruby 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 stfl-ruby
using yum
by running the following command:
sudo yum -y install stfl-ruby
How To Uninstall stfl-ruby on Fedora 36
To uninstall only the stfl-ruby
package we can use the following command:
sudo dnf remove stfl-ruby
stfl-ruby Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/c687dcda3168002ec892332af54612bcbb0768
/usr/lib64/ruby/vendor_ruby/stfl.so
References
Summary
In this tutorial we learn how to install stfl-ruby
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).