How To Install gsm-tools on Fedora 36
Introduction
In this tutorial we learn how to install gsm-tools
on Fedora 36.
What is gsm-tools
Contains command line utilities for libgsm, an implementation of the European GSM 06.10 provisional standard for full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse excitation/long term prediction) coding at 13 kbit/s.
We can use yum
or dnf
to install gsm-tools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gsm-tools.
Install gsm-tools 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 gsm-tools
using dnf
by running the following command:
sudo dnf -y install gsm-tools
Install gsm-tools 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 gsm-tools
using yum
by running the following command:
sudo yum -y install gsm-tools
How To Uninstall gsm-tools on Fedora 36
To uninstall only the gsm-tools
package we can use the following command:
sudo dnf remove gsm-tools
gsm-tools Package Contents on Fedora 36
/usr/bin/tcat
/usr/bin/toast
/usr/bin/untoast
/usr/lib/.build-id
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/3c1fd9129d36233db87c18f78aadc705aa0900
/usr/lib/.build-id/c2/3c1fd9129d36233db87c18f78aadc705aa0900.1
/usr/lib/.build-id/c2/3c1fd9129d36233db87c18f78aadc705aa0900.2
/usr/share/man/man1/tcat.1.gz
/usr/share/man/man1/toast.1.gz
/usr/share/man/man1/untoast.1.gz
References
Summary
In this tutorial we learn how to install gsm-tools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).