How To Install fishbowl on Fedora 36
Introduction
In this tutorial we learn how to install fishbowl on Fedora 36.
What is fishbowl
Fishbowl provides helper methods for dealing with exceptions.
We can use yum or dnf to install fishbowl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fishbowl.
Install fishbowl 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 fishbowl using dnf by running the following command:
sudo dnf -y install fishbowl
Install fishbowl 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 fishbowl using yum by running the following command:
sudo yum -y install fishbowl
How To Uninstall fishbowl on Fedora 36
To uninstall only the fishbowl package we can use the following command:
sudo dnf remove fishbowl
fishbowl Package Contents on Fedora 36
/usr/share/doc/fishbowl
/usr/share/doc/fishbowl/README.md
/usr/share/java/fishbowl
/usr/share/java/fishbowl/fishbowl.jar
/usr/share/licenses/fishbowl
/usr/share/licenses/fishbowl/LICENSE
/usr/share/maven-metadata/fishbowl.xml
/usr/share/maven-poms/fishbowl
/usr/share/maven-poms/fishbowl/fishbowl.pom
References
Summary
In this tutorial we learn how to install fishbowl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).