How To Install sombok on Fedora 34
Introduction
In this tutorial we learn how to install sombok
on Fedora 34.
What is sombok
Sombok library package performs Line Breaking Algorithm described in Unicode Standards Annex #14 (UAX #14). East_Asian_Width informative properties defined by Annex #11 (UAX #11) may be concerned to determine breaking positions. This package also implements “default” Grapheme Cluster segmentation described in Annex #29 (UAX #29). sombok 2.4.0 14.fc34 x86_64 48 k sombok-2.4.0-14.fc34.src.rpm fedora Unicode Text Segmentation Package http GPLv2+ or Artistic clarified Sombok library package performs Line Breaking Algorithm described in Unicode Standards Annex #14 (UAX #14). East_Asian_Width informative properties defined by Annex #11 (UAX #11) may be concerned to determine breaking positions. This package also implements “default” Grapheme Cluster segmentation described in Annex #29 (UAX #29).
We can use yum
or dnf
to install sombok
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install sombok.
Install sombok on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install sombok
using dnf
by running the following command:
sudo dnf -y install sombok
Install sombok on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install sombok
using yum
by running the following command:
sudo yum -y install sombok
How To Uninstall sombok on Fedora 34
To uninstall only the sombok
package we can use the following command:
sudo dnf remove sombok
sombok Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/840b6b42ac8ada608ae32cabc1cba519639752
/usr/lib64/libsombok.so.3
/usr/lib64/libsombok.so.3.1.7
/usr/share/doc/sombok
/usr/share/doc/sombok/AUTHORS
/usr/share/doc/sombok/ChangeLog
/usr/share/doc/sombok/ChangeLog.REL1
/usr/share/doc/sombok/NEWS
/usr/share/doc/sombok/README
/usr/share/doc/sombok/README.ja_JP
/usr/share/licenses/sombok
/usr/share/licenses/sombok/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/c02d7bb531c6d7fff5e53b60ad4e398bf36754
/usr/lib/libsombok.so.3
/usr/lib/libsombok.so.3.1.7
/usr/share/doc/sombok
/usr/share/doc/sombok/AUTHORS
/usr/share/doc/sombok/ChangeLog
/usr/share/doc/sombok/ChangeLog.REL1
/usr/share/doc/sombok/NEWS
/usr/share/doc/sombok/README
/usr/share/doc/sombok/README.ja_JP
/usr/share/licenses/sombok
/usr/share/licenses/sombok/COPYING
References
- [sombok website](http://sf.net/projects/linefold/ http://sf.net/projects/linefold/)
Summary
In this tutorial we learn how to install sombok
on Fedora 34 using yum and dnf.