How To Install gsound on Fedora 36

In this tutorial we learn how to install gsound in Fedora 36. gsound is Small gobject library for playing system sounds

Introduction

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

What is gsound

GSound is a small library for playing system sounds. It’s designed to be used via GObject Introspection, and is a thin wrapper around the libcanberra C library

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

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

sudo dnf -y install gsound

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

sudo yum -y install gsound

How To Uninstall gsound on Fedora 36

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

sudo dnf remove gsound

gsound Package Contents on Fedora 36

/usr/bin/gsound-play
/usr/lib/.build-id
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/7c0e20339a490cd27a34f276188795a92d0dd1
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/57e0be834968f0c2ea08303a84800c358fcb7b
/usr/lib/girepository-1.0
/usr/lib/girepository-1.0/GSound-1.0.typelib
/usr/lib/libgsound.so.0
/usr/lib/libgsound.so.0.0.2
/usr/share/doc/gsound
/usr/share/doc/gsound/COPYING
/usr/share/doc/gsound/README
/usr/share/man/man1/gsound-play.1.gz

References

Summary

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


title: “How To Install gsound on Fedora 36” linkTitle: “gsound” type: “docs” description: “In this tutorial we learn how to install gsound in Fedora 36. gsound is Small gobject library for playing system sounds” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/gsound-featured.png

Introduction

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

What is gsound

GSound is a small library for playing system sounds. It’s designed to be used via GObject Introspection, and is a thin wrapper around the libcanberra C library

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

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

sudo dnf -y install gsound

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

sudo yum -y install gsound

How To Uninstall gsound on Fedora 36

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

sudo dnf remove gsound

gsound Package Contents on Fedora 36

/usr/bin/gsound-play
/usr/lib/.build-id
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/1e9fe775e7ef61b46eb4d0d32028f2e5d023ff
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/6810f842199b86e98cc1e378acaac22bce49e2
/usr/lib64/girepository-1.0
/usr/lib64/girepository-1.0/GSound-1.0.typelib
/usr/lib64/libgsound.so.0
/usr/lib64/libgsound.so.0.0.2
/usr/share/doc/gsound
/usr/share/doc/gsound/COPYING
/usr/share/doc/gsound/README
/usr/share/man/man1/gsound-play.1.gz

References

Summary

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