How To Install texlive-context-ruby on Fedora 36
Introduction
In this tutorial we learn how to install texlive-context-ruby on Fedora 36.
What is texlive-context-ruby
Ruby markup (aka furigana in Japan) are inline annotations above or below a word to indicate the reading of ideographic characters. The module implements the W3C specification for simple ruby in ConTeXt. The position and layout of the base text and the ruby text can becontrolled by parameters.
We can use yum or dnf to install texlive-context-ruby on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-context-ruby.
Install texlive-context-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 texlive-context-ruby using dnf by running the following command:
sudo dnf -y install texlive-context-ruby
Install texlive-context-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 texlive-context-ruby using yum by running the following command:
sudo yum -y install texlive-context-ruby
How To Uninstall texlive-context-ruby on Fedora 36
To uninstall only the texlive-context-ruby package we can use the following command:
sudo dnf remove texlive-context-ruby
texlive-context-ruby Package Contents on Fedora 36
/usr/share/licenses/texlive-context-ruby
/usr/share/licenses/texlive-context-ruby/pd.txt
/usr/share/texlive/texmf-dist/tex/context/third/ruby
/usr/share/texlive/texmf-dist/tex/context/third/ruby/t-ruby.mkii
/usr/share/texlive/texmf-dist/tex/context/third/ruby/t-ruby.mkiv
/usr/share/texlive/texmf-dist/tex/context/third/ruby/t-ruby.mkvi
References
Summary
In this tutorial we learn how to install texlive-context-ruby on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).