How To Install k3b-libs on Fedora 36

In this tutorial we learn how to install k3b-libs in Fedora 36. k3b-libs is Runtime libraries for k3b

Introduction

In this tutorial we learn how to install k3b-libs on Fedora 36.

What is k3b-libs

Runtime libraries for k3b.

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

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

sudo dnf -y install k3b-libs

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

sudo yum -y install k3b-libs

How To Uninstall k3b-libs on Fedora 36

To uninstall only the k3b-libs package we can use the following command:

sudo dnf remove k3b-libs

k3b-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/9ae02e4368a65c5aed1de4c64c02dd75c4e577
/usr/lib/.build-id/05
/usr/lib/.build-id/05/e78ec590b164cbf2e720f05fcfce128f5a8141
/usr/lib/.build-id/14
/usr/lib/.build-id/14/02ad88931aea725a630be5d0dff129f411fc8b
/usr/lib/.build-id/20
/usr/lib/.build-id/20/e00d104d1ff671e0ae3a140872764231001e72
/usr/lib/.build-id/34
/usr/lib/.build-id/34/cea1a3954a940231301a3bafa93092847f4734
/usr/lib/.build-id/44
/usr/lib/.build-id/44/30e513735e2e04210a5581dfcf376bff9664ce
/usr/lib/.build-id/44/a4ab501d72baae7350df5dd5566df8c8b720d0
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/f46c0779e6c988cc26dc3e80fdf8939d601c5f
/usr/lib/.build-id/54
/usr/lib/.build-id/54/42857de2c69ce4db36c13e5f380df60202c6c8
/usr/lib/.build-id/85
/usr/lib/.build-id/85/4d85c7541906654399ecf8fd5d83de69b168a5
/usr/lib/.build-id/86
/usr/lib/.build-id/86/3f1f8d3650350b2b1faf4370b45228fb3c0d05
/usr/lib/.build-id/94
/usr/lib/.build-id/94/1a2230e3bf546564f50267f091b7da566f3387
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/658ee616055e8fdd2c301280ac2e991e96cc8c
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/3f8091752b6d0b83bdd69ae20308389ad8596f
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/20f484dad7d94c26313e5d8036bbfa1f9af6d4
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/8048ab1a474e99de0b5985036f555cbbf1f636
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/53d7bfd20b0dfd8f400c55a4d27f8d7b903ef2
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/fc3e8ce7baf6f6e26e72ed0642aa3a2a974ccb
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/eda3062d2fde2bbac2241a535559dd63886420
/usr/lib64/libk3bdevice.so.7
/usr/lib64/libk3bdevice.so.7.0.0
/usr/lib64/libk3blib.so.7
/usr/lib64/libk3blib.so.7.0.0
/usr/lib64/qt5/plugins/k3b/k3baudiometainforenamerplugin.so
/usr/lib64/qt5/plugins/k3b/k3baudioprojectcddbplugin.so
/usr/lib64/qt5/plugins/k3b/k3bexternalencoder.so
/usr/lib64/qt5/plugins/k3b/k3bflacdecoder.so
/usr/lib64/qt5/plugins/k3b/k3blameencoder.so
/usr/lib64/qt5/plugins/k3b/k3blibsndfiledecoder.so
/usr/lib64/qt5/plugins/k3b/k3bmaddecoder.so
/usr/lib64/qt5/plugins/k3b/k3bmpcdecoder.so
/usr/lib64/qt5/plugins/k3b/k3boggvorbisdecoder.so
/usr/lib64/qt5/plugins/k3b/k3boggvorbisencoder.so
/usr/lib64/qt5/plugins/k3b/k3bsoxencoder.so
/usr/lib64/qt5/plugins/k3b/k3bwavedecoder.so
/usr/lib64/qt5/plugins/kcm_k3bexternalencoder.so
/usr/lib64/qt5/plugins/kcm_k3blameencoder.so
/usr/lib64/qt5/plugins/kcm_k3boggvorbisencoder.so
/usr/lib64/qt5/plugins/kcm_k3bsoxencoder.so
/usr/lib64/qt5/plugins/kf5/kio/videodvd.so

References


title: “How To Install k3b-libs on Fedora 36”

Summary

linkTitle: “k3b-libs” type: “docs” In this tutorial we learn how to install k3b-libs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/). description: “In this tutorial we learn how to install k3b-libs in Fedora 36. k3b-libs is Runtime libraries for k3b”

date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/k3b-libs-featured.png

Introduction

In this tutorial we learn how to install k3b-libs on Fedora 36.

What is k3b-libs

Runtime libraries for k3b.

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

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

sudo dnf -y install k3b-libs

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

sudo yum -y install k3b-libs

How To Uninstall k3b-libs on Fedora 36

To uninstall only the k3b-libs package we can use the following command:

sudo dnf remove k3b-libs

k3b-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/eaff92825980ee6947086e360c0c4d3ae8631b
/usr/lib/.build-id/36
/usr/lib/.build-id/36/d5b59e109cf9d0d9cffd69ba3abce25a660db1
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/e4dbc7387163cffd73f9cc7262519536c9fc80
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/eed67c3c03f4f166d357dd4719d1bb125119d2
/usr/lib/.build-id/48
/usr/lib/.build-id/48/68669c5fa6df26e995f2668bd0723a8902b352
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/1934ba8f0499db60f437b6a45477723f4ed692
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/3f1c350c7cc0a3633560e11d7b5618f5ef944c
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/24f07d768ce5f15fc69ef2c4ffeac006146c4d
/usr/lib/.build-id/85
/usr/lib/.build-id/85/202ca25c9b02f3b46b131f01e09d4494fe3641
/usr/lib/.build-id/86
/usr/lib/.build-id/86/197620b9548747985ec52a6429b3d4a245add2
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/23edfc10d6195dbdb75ea2bde2ed5c7e7f53be
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/7a03a31bc401d943f037052b46b5ccd7945c1f
/usr/lib/.build-id/be
/usr/lib/.build-id/be/23b5fa1cc2899180470750c932e2f2d8e43362
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/50a481163f0f028ce56dd12f35f324e635d038
/usr/lib/.build-id/ce/d12921d1afbfd7933493301934ecb9a4b9e0e1
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/8ebdd2179e26b9b528e3a8f9c77ce356cace8f
/usr/lib/.build-id/df
/usr/lib/.build-id/df/139b113c3d1aa9f302e84ad130eead3adef428
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/796a7e099f55873594a59c2bcd3f5e211c6501
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/7caacc562fc9e50a8eedca6bd31fabaf40badf
/usr/lib/libk3bdevice.so.7
/usr/lib/libk3bdevice.so.7.0.0
/usr/lib/libk3blib.so.7
/usr/lib/libk3blib.so.7.0.0
/usr/lib/qt5/plugins/k3b/k3baudiometainforenamerplugin.so
/usr/lib/qt5/plugins/k3b/k3baudioprojectcddbplugin.so
/usr/lib/qt5/plugins/k3b/k3bexternalencoder.so
/usr/lib/qt5/plugins/k3b/k3bflacdecoder.so
/usr/lib/qt5/plugins/k3b/k3blameencoder.so
/usr/lib/qt5/plugins/k3b/k3blibsndfiledecoder.so
/usr/lib/qt5/plugins/k3b/k3bmaddecoder.so
/usr/lib/qt5/plugins/k3b/k3bmpcdecoder.so
/usr/lib/qt5/plugins/k3b/k3boggvorbisdecoder.so
/usr/lib/qt5/plugins/k3b/k3boggvorbisencoder.so
/usr/lib/qt5/plugins/k3b/k3bsoxencoder.so
/usr/lib/qt5/plugins/k3b/k3bwavedecoder.so
/usr/lib/qt5/plugins/kcm_k3bexternalencoder.so
/usr/lib/qt5/plugins/kcm_k3blameencoder.so
/usr/lib/qt5/plugins/kcm_k3boggvorbisencoder.so
/usr/lib/qt5/plugins/kcm_k3bsoxencoder.so
/usr/lib/qt5/plugins/kf5/kio/videodvd.so

References

Summary

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