How To Install appeditor on Fedora 36
Introduction
In this tutorial we learn how to install appeditor on Fedora 36.
What is appeditor
Edit application entries shown in application menu and their properties. Features include • Hide and show applications from the application menu • Create new application entries • Change application’s display name, icon and more
We can use yum or dnf to install appeditor on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install appeditor.
Install appeditor 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 appeditor using dnf by running the following command:
sudo dnf -y install appeditor
Install appeditor 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 appeditor using yum by running the following command:
sudo yum -y install appeditor
How To Uninstall appeditor on Fedora 36
To uninstall only the appeditor package we can use the following command:
sudo dnf remove appeditor
appeditor Package Contents on Fedora 36
/usr/bin/com.github.donadigo.appeditor
/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/4204524ff5412276c01381601e24562ae6ba13
/usr/share/applications/com.github.donadigo.appeditor.desktop
/usr/share/contractor/com.github.donadigo.appeditor.contract
/usr/share/doc/appeditor
/usr/share/doc/appeditor/README.md
/usr/share/glib-2.0/schemas/com.github.donadigo.appeditor.gschema.xml
/usr/share/icons/hicolor/128x128/apps/com.github.donadigo.appeditor.svg
/usr/share/icons/hicolor/16x16/apps/com.github.donadigo.appeditor.svg
/usr/share/icons/hicolor/24x24/apps/com.github.donadigo.appeditor.svg
/usr/share/icons/hicolor/32x32/apps/com.github.donadigo.appeditor.svg
/usr/share/icons/hicolor/48x48/apps/com.github.donadigo.appeditor.svg
/usr/share/icons/hicolor/64x64/apps/com.github.donadigo.appeditor.svg
/usr/share/licenses/appeditor
/usr/share/licenses/appeditor/LICENSE
/usr/share/locale/ca/LC_MESSAGES/com.github.donadigo.appeditor.mo
/usr/share/locale/de/LC_MESSAGES/com.github.donadigo.appeditor.mo
/usr/share/locale/es/LC_MESSAGES/com.github.donadigo.appeditor.mo
/usr/share/locale/fr/LC_MESSAGES/com.github.donadigo.appeditor.mo
/usr/share/locale/it/LC_MESSAGES/com.github.donadigo.appeditor.mo
/usr/share/locale/ja/LC_MESSAGES/com.github.donadigo.appeditor.mo
/usr/share/locale/lt/LC_MESSAGES/com.github.donadigo.appeditor.mo
/usr/share/locale/nl_NL/LC_MESSAGES/com.github.donadigo.appeditor.mo
/usr/share/locale/pt/LC_MESSAGES/com.github.donadigo.appeditor.mo
/usr/share/locale/pt_BR/LC_MESSAGES/com.github.donadigo.appeditor.mo
/usr/share/locale/ru/LC_MESSAGES/com.github.donadigo.appeditor.mo
/usr/share/locale/sv/LC_MESSAGES/com.github.donadigo.appeditor.mo
/usr/share/locale/tr/LC_MESSAGES/com.github.donadigo.appeditor.mo
/usr/share/metainfo/com.github.donadigo.appeditor.appdata.xml
References
Summary
In this tutorial we learn how to install appeditor on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).