How To Install lash on Fedora 34
Introduction
In this tutorial we learn how to install lash
on Fedora 34.
What is lash
LASH is a session management system for JACK and ALSA audio applications on GNU/Linux. It allows you to save and restore audio sessions consisting of multiple interconneced applications, restoring program state (i.e. loaded patches) and the connections between them.
We can use yum
or dnf
to install lash
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install lash.
Install lash on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install lash
using dnf
by running the following command:
sudo dnf -y install lash
Install lash on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install lash
using yum
by running the following command:
sudo yum -y install lash
How To Uninstall lash on Fedora 34
To uninstall only the lash
package we can use the following command:
sudo dnf remove lash
lash Package Contents on Fedora 34
/usr/bin/lash_control
/usr/bin/lash_panel
/usr/bin/lash_save_button
/usr/bin/lash_simple_client
/usr/bin/lash_synth
/usr/bin/lashd
/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/7c3728bcbbf20c3b8565249f45042e6c2bc010
/usr/lib/.build-id/af
/usr/lib/.build-id/af/0b9beaf9b3cec1ca395563ec6e8ee5e1b70938
/usr/lib/.build-id/af/a34ce8ace8f98394e0141f73f1555e2dde24a7
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/21af016b074cc0040b8dfa66a6404a144a7d34
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/d6ba27af8a9ee5434fc4bd0947a932e237a404
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/69bbb14eb47d6d0334d6758cb4201b66c1f513
/usr/share/applications/lash-panel.desktop
/usr/share/doc/lash
/usr/share/doc/lash/AUTHORS
/usr/share/doc/lash/ChangeLog
/usr/share/doc/lash/NEWS
/usr/share/doc/lash/README
/usr/share/doc/lash/lash-manual
/usr/share/doc/lash/lash-manual/lash-manual.html
/usr/share/doc/lash/lash-manual/lash-manual_1.html
/usr/share/doc/lash/lash-manual/lash-manual_2.html
/usr/share/doc/lash/lash-manual/lash-manual_3.html
/usr/share/doc/lash/lash-manual/lash-manual_4.html
/usr/share/doc/lash/lash-manual/lash-manual_5.html
/usr/share/doc/lash/lash-manual/lash-manual_6.html
/usr/share/doc/lash/lash-manual/lash-manual_7.html
/usr/share/doc/lash/lash-manual/lash-manual_abt.html
/usr/share/doc/lash/lash-manual/lash-manual_toc.html
/usr/share/doc/lash/lash.xcf
/usr/share/icons/hicolor/16x16/apps/lash.png
/usr/share/icons/hicolor/24x24/apps/lash.png
/usr/share/icons/hicolor/48x48/apps/lash.png
/usr/share/icons/hicolor/96x96/apps/lash.png
/usr/share/icons/hicolor/scalable/apps/lash.svg
/usr/share/licenses/lash
/usr/share/licenses/lash/COPYING
/usr/share/xml/lash
/usr/share/xml/lash/dtds
/usr/share/xml/lash/dtds/lash-project-1.0.dtd
References
Summary
In this tutorial we learn how to install lash
on Fedora 34 using yum and dnf.