How To Install astronomy-menus-toplevel on Fedora 36
Introduction
In this tutorial we learn how to install astronomy-menus-toplevel on Fedora 36.
What is astronomy-menus-toplevel
Astronomy submenu for the Education menu, for better usability of the Fedora Astronomy packages. This package places the submenu at the Application menu root, which may make sense if there are no other Education packages, such as in Fedora Astronomy Live Media Spin.
We can use yum or dnf to install astronomy-menus-toplevel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install astronomy-menus-toplevel.
Install astronomy-menus-toplevel 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 astronomy-menus-toplevel using dnf by running the following command:
sudo dnf -y install astronomy-menus-toplevel
Install astronomy-menus-toplevel 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 astronomy-menus-toplevel using yum by running the following command:
sudo yum -y install astronomy-menus-toplevel
How To Uninstall astronomy-menus-toplevel on Fedora 36
To uninstall only the astronomy-menus-toplevel package we can use the following command:
sudo dnf remove astronomy-menus-toplevel
astronomy-menus-toplevel Package Contents on Fedora 36
/etc/xdg/menus/applications-merged/astronomy-toplevel.menu
/usr/share/desktop-directories/Astronomy.directory
/usr/share/doc/astronomy-menus-toplevel
/usr/share/doc/astronomy-menus-toplevel/README
/usr/share/icons/hicolor/scalable/devices/dome.svg
References
Summary
In this tutorial we learn how to install astronomy-menus-toplevel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).