How To Install lash on Fedora 36
Introduction
In this tutorial we learn how to install lash
on Fedora 36.
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 36. In this tutorial we discuss both methods but you only need to choose one of method to install lash.
Install lash 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 lash
using dnf
by running the following command:
sudo dnf -y install lash
Install lash 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 lash
using yum
by running the following command:
sudo yum -y install lash
How To Uninstall lash on Fedora 36
To uninstall only the lash
package we can use the following command:
sudo dnf remove lash
lash Package Contents on Fedora 36
/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/38
/usr/lib/.build-id/38/ebd9dc7f993947279bfef2d135c11ce5eaaccf
/usr/lib/.build-id/97
/usr/lib/.build-id/97/fbfec041c8e2c0016a87655518768fbf6accf4
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/e30b9d447f503e8b6d4434c59fb9116ef6b05d
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/46072b35247b7ad2b4f909cc730c34c86fc92b
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/139feca80f787285433fc0cc11ecc33d92bb67
/usr/lib/.build-id/f7/8c4d9b419ac5ad99a95ccd71781c4ac6705dbb
/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 36 using yum and [dnf]((/fedora/36/dnf/).