How To Install libkate on Fedora 36

In this tutorial we learn how to install libkate in Fedora 36. libkate is Libraries to handle the Kate bitstream format

Introduction

In this tutorial we learn how to install libkate on Fedora 36.

What is libkate

This is libkate, the reference implementation of a codec for the Kate bitstream format. Kate is a karaoke and text codec meant for encapsulation in an Ogg container. It can carry text, images, and animate them. Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals.

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

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

sudo dnf -y install libkate

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

sudo yum -y install libkate

How To Uninstall libkate on Fedora 36

To uninstall only the libkate package we can use the following command:

sudo dnf remove libkate

libkate Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/43345ad1a2325ca06af706421c9b4e51e491d0
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/5dc02b4b7ade5548a1895f55177cd22cee6679
/usr/lib/libkate.so.1
/usr/lib/libkate.so.1.3.0
/usr/lib/liboggkate.so.1
/usr/lib/liboggkate.so.1.2.2
/usr/share/doc/libkate
/usr/share/doc/libkate/AUTHORS
/usr/share/doc/libkate/COPYING
/usr/share/doc/libkate/ChangeLog
/usr/share/doc/libkate/README
/usr/share/doc/libkate/THANKS

References

Summary

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


title: “How To Install libkate on Fedora 36” linkTitle: “libkate” type: “docs” description: “In this tutorial we learn how to install libkate in Fedora 36. libkate is Libraries to handle the Kate bitstream format” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libkate-featured.png

Introduction

In this tutorial we learn how to install libkate on Fedora 36.

What is libkate

This is libkate, the reference implementation of a codec for the Kate bitstream format. Kate is a karaoke and text codec meant for encapsulation in an Ogg container. It can carry text, images, and animate them. Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals.

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

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

sudo dnf -y install libkate

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

sudo yum -y install libkate

How To Uninstall libkate on Fedora 36

To uninstall only the libkate package we can use the following command:

sudo dnf remove libkate

libkate Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/cba52de724d32b03958ac6477af09dc5545cc2
/usr/lib/.build-id/84
/usr/lib/.build-id/84/d7d90fc83a1126e9598f5bf3bf87fd0335ec57
/usr/lib64/libkate.so.1
/usr/lib64/libkate.so.1.3.0
/usr/lib64/liboggkate.so.1
/usr/lib64/liboggkate.so.1.2.2
/usr/share/doc/libkate
/usr/share/doc/libkate/AUTHORS
/usr/share/doc/libkate/COPYING
/usr/share/doc/libkate/ChangeLog
/usr/share/doc/libkate/README
/usr/share/doc/libkate/THANKS

References

Summary

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