How To Install echolinux on Fedora 36
Introduction
In this tutorial we learn how to install echolinux
on Fedora 36.
What is echolinux
EchoLinux is a “command line” driven engine that performs all of the actions necessary to initiate sessions, accept connections and maintain connections with other echoLink users. It also handles the compression/decompression of the audio stream.
We can use yum
or dnf
to install echolinux
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install echolinux.
Install echolinux 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 echolinux
using dnf
by running the following command:
sudo dnf -y install echolinux
Install echolinux 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 echolinux
using yum
by running the following command:
sudo yum -y install echolinux
How To Uninstall echolinux on Fedora 36
To uninstall only the echolinux
package we can use the following command:
sudo dnf remove echolinux
echolinux Package Contents on Fedora 36
/etc/echolinux
/etc/echolinux/connect.wav
/etc/echolinux/info.txt
/etc/echolinux/servers.txt
/etc/echolinux/userdata.txt
/usr/bin/echoaudio
/usr/bin/echogui
/usr/bin/echolinux
/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/b2e11e2b2fe8b24818a8264f28c9a110db4eb9
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/c34c2071acdf3c95f83930e21903b35fc091d5
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/684e536b5801adbefa04ebf19e307abd21acce
/usr/share/applications/echolinux.desktop
/usr/share/doc/echolinux
/usr/share/doc/echolinux/README
/usr/share/doc/echolinux/Using_EchoLinux.txt
/usr/share/doc/echolinux/gpl.txt
/usr/share/pixmaps/echolinux_48x48.png
References
Summary
In this tutorial we learn how to install echolinux
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).