How To Install sox on Fedora 36
Introduction
In this tutorial we learn how to install sox
on Fedora 36.
What is sox
SoX (Sound eXchange) is a sound file format converter. SoX can convert between many different digitized sound formats and perform simple sound manipulation functions, including sound effects.
We can use yum
or dnf
to install sox
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sox.
Install sox 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 sox
using dnf
by running the following command:
sudo dnf -y install sox
Install sox 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 sox
using yum
by running the following command:
sudo yum -y install sox
How To Uninstall sox on Fedora 36
To uninstall only the sox
package we can use the following command:
sudo dnf remove sox
sox Package Contents on Fedora 36
/usr/bin/play
/usr/bin/rec
/usr/bin/sox
/usr/bin/soxi
/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/7e795d04c8bf9183a2d993ebe1d623ec3abc61
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/908a17ef44a730805c57e43affce5c549e7c9b
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/866c9028eba4006b1b226cbf864382fb48992f
/usr/lib/.build-id/32
/usr/lib/.build-id/32/0e0e86d7249a2db08636dfa49fc12320ea0d14
/usr/lib/.build-id/38
/usr/lib/.build-id/38/9e288730e4c5fe5a40295f57e1eed1bc312ce6
/usr/lib/.build-id/48
/usr/lib/.build-id/48/8c5887920d94d3639ba75520fba1683f1e1331
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/e81d746e75ec61972f25e75a2cec9015a9a03c
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/43c87698cdbd434b3b548bff3a984d6c0003ed
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/4a7ed3993fab796233a4dbe373e0bf00b16780
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/12b5861c091572365e2882075efddd0535b167
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/c334d8713453e14ee8b1204eea4fd4630d8556
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/8486deb11d760de323584896eb885bb8f6bb57
/usr/lib/.build-id/78
/usr/lib/.build-id/78/0f30a239c4355eab13c5b5d7e8b90dc816cde4
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/38dd0f6194dfcb8ba94fc7ec82dcfb03a072ad
/usr/lib/.build-id/90
/usr/lib/.build-id/90/194a5791feea8d7850e4a893627d0bc8f2243c
/usr/lib/.build-id/98
/usr/lib/.build-id/98/482eff138d494cb2e973d47d1f95c774823ab6
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/ed4e26db5397b578e8c49e3a7fb7b888079044
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/25d9c7bf0d89d9074c4f834c86dcdc62b53d31
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/f94ebeb1772b40fe32885b450e50eaf5f8bb76
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/eb797655dc58e6d0e06caca3b5d2d99c492e20
/usr/lib/.build-id/df
/usr/lib/.build-id/df/658f4c4ad38a5f577652aee289bf764524cfbd
/usr/lib/libsox.so.3
/usr/lib/libsox.so.3.0.0
/usr/lib/sox
/usr/lib/sox/libsox_fmt_alsa.so
/usr/lib/sox/libsox_fmt_ao.so
/usr/lib/sox/libsox_fmt_caf.so
/usr/lib/sox/libsox_fmt_fap.so
/usr/lib/sox/libsox_fmt_flac.so
/usr/lib/sox/libsox_fmt_mat4.so
/usr/lib/sox/libsox_fmt_mat5.so
/usr/lib/sox/libsox_fmt_mp3.so
/usr/lib/sox/libsox_fmt_opus.so
/usr/lib/sox/libsox_fmt_oss.so
/usr/lib/sox/libsox_fmt_paf.so
/usr/lib/sox/libsox_fmt_pulseaudio.so
/usr/lib/sox/libsox_fmt_pvf.so
/usr/lib/sox/libsox_fmt_sd2.so
/usr/lib/sox/libsox_fmt_sndfile.so
/usr/lib/sox/libsox_fmt_vorbis.so
/usr/lib/sox/libsox_fmt_w64.so
/usr/lib/sox/libsox_fmt_wavpack.so
/usr/lib/sox/libsox_fmt_xi.so
/usr/share/doc/sox
/usr/share/doc/sox/AUTHORS
/usr/share/doc/sox/ChangeLog
/usr/share/doc/sox/README
/usr/share/licenses/sox
/usr/share/licenses/sox/COPYING
/usr/share/man/man1/play.1.gz
/usr/share/man/man1/rec.1.gz
/usr/share/man/man1/sox.1.gz
/usr/share/man/man1/soxi.1.gz
/usr/share/man/man7/soxeffect.7.gz
/usr/share/man/man7/soxformat.7.gz
References
Summary
In this tutorial we learn how to install sox
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install sox on Fedora 36” linkTitle: “sox” type: “docs” description: “In this tutorial we learn how to install sox in Fedora 36. sox is A general purpose sound file conversion tool” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/sox-featured.png
Introduction
In this tutorial we learn how to install sox
on Fedora 36.
What is sox
SoX (Sound eXchange) is a sound file format converter. SoX can convert between many different digitized sound formats and perform simple sound manipulation functions, including sound effects.
We can use yum
or dnf
to install sox
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sox.
Install sox 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 sox
using dnf
by running the following command:
sudo dnf -y install sox
Install sox 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 sox
using yum
by running the following command:
sudo yum -y install sox
How To Uninstall sox on Fedora 36
To uninstall only the sox
package we can use the following command:
sudo dnf remove sox
sox Package Contents on Fedora 36
/usr/bin/play
/usr/bin/rec
/usr/bin/sox
/usr/bin/soxi
/usr/lib/.build-id
/usr/lib/.build-id/25
/usr/lib/.build-id/25/01e377739a3daa99637621dc1130a008712a38
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/964cb5064767804cceff16c91fdab10dd16fc8
/usr/lib/.build-id/39
/usr/lib/.build-id/39/ce43fb6b0b652d23e3e66e38546912a23c3f91
/usr/lib/.build-id/45
/usr/lib/.build-id/45/c3c7b32e6ea01e58673d02d556eb5cb91bf871
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/2c0492514ed799e3142d75198015dafb4096ef
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/24c3a62e788996e98631629adab8d137f479df
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/04a22b880ddefccde4e2fb6dab41fe62e942f6
/usr/lib/.build-id/73
/usr/lib/.build-id/73/b05148e9c9854107efe587e256f9f042159329
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/70f6117c3a9d1c546087a00269c4bfc930e2b1
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/acada3d65c208e895dd93dda8b5da2f74f358a
/usr/lib/.build-id/94
/usr/lib/.build-id/94/4f4752607d8aa5aa534a77e7ac62f63236faa5
/usr/lib/.build-id/96
/usr/lib/.build-id/96/f088d02864fda8b0421c5cca1ab9166ae5a0c4
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/2bf0653d4fd45435d8300411fd980b621c48ab
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/48156ef8d9e910ad7329870a15152e5b5a7b81
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/ddf2f57d595e32d892765da232e01b965c5607
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/d4a7c29fdd519d00cff3930c25743fd3dc3bbb
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/8ae50b4f50de1de8422353d5329efecd50fae7
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/b67fe2f9f6ef3cce1a050eda064f97c315b561
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/f2d8cc53713d3bc0c6512cf364d2164c5e1734
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/3c37deb2d28d16b31643d49a08f86e386d23e7
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/a9ecb4909925ac51b65667c4c8a5b4fdc277ce
/usr/lib64/libsox.so.3
/usr/lib64/libsox.so.3.0.0
/usr/lib64/sox
/usr/lib64/sox/libsox_fmt_alsa.so
/usr/lib64/sox/libsox_fmt_ao.so
/usr/lib64/sox/libsox_fmt_caf.so
/usr/lib64/sox/libsox_fmt_fap.so
/usr/lib64/sox/libsox_fmt_flac.so
/usr/lib64/sox/libsox_fmt_mat4.so
/usr/lib64/sox/libsox_fmt_mat5.so
/usr/lib64/sox/libsox_fmt_mp3.so
/usr/lib64/sox/libsox_fmt_opus.so
/usr/lib64/sox/libsox_fmt_oss.so
/usr/lib64/sox/libsox_fmt_paf.so
/usr/lib64/sox/libsox_fmt_pulseaudio.so
/usr/lib64/sox/libsox_fmt_pvf.so
/usr/lib64/sox/libsox_fmt_sd2.so
/usr/lib64/sox/libsox_fmt_sndfile.so
/usr/lib64/sox/libsox_fmt_vorbis.so
/usr/lib64/sox/libsox_fmt_w64.so
/usr/lib64/sox/libsox_fmt_wavpack.so
/usr/lib64/sox/libsox_fmt_xi.so
/usr/share/doc/sox
/usr/share/doc/sox/AUTHORS
/usr/share/doc/sox/ChangeLog
/usr/share/doc/sox/README
/usr/share/licenses/sox
/usr/share/licenses/sox/COPYING
/usr/share/man/man1/play.1.gz
/usr/share/man/man1/rec.1.gz
/usr/share/man/man1/sox.1.gz
/usr/share/man/man1/soxi.1.gz
/usr/share/man/man7/soxeffect.7.gz
/usr/share/man/man7/soxformat.7.gz
References
Summary
In this tutorial we learn how to install sox
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).