How To Install lxsession-edit on Fedora 36
Introduction
In this tutorial we learn how to install lxsession-edit
on Fedora 36.
What is lxsession-edit
LXSession-edit is a tool to manage freedesktop.org compliant desktop session autostarts. Currently adding and removing applications from the startup list is not yet available, but it will be support in the next release.
We can use yum
or dnf
to install lxsession-edit
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lxsession-edit.
Install lxsession-edit 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 lxsession-edit
using dnf
by running the following command:
sudo dnf -y install lxsession-edit
Install lxsession-edit 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 lxsession-edit
using yum
by running the following command:
sudo yum -y install lxsession-edit
How To Uninstall lxsession-edit on Fedora 36
To uninstall only the lxsession-edit
package we can use the following command:
sudo dnf remove lxsession-edit
lxsession-edit Package Contents on Fedora 36
/usr/bin/lxsession-edit
/usr/lib/.build-id
/usr/lib/.build-id/16
/usr/lib/.build-id/16/d7fec0028e6f35de00b27c6dcc31114a5b0fe8
/usr/share/applications/lxsession-edit.desktop
/usr/share/lxsession/ui/lxsession-edit.ui
References
Summary
In this tutorial we learn how to install lxsession-edit
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).