How To Install brazil on Fedora 36
Introduction
In this tutorial we learn how to install brazil
on Fedora 36.
What is brazil
Brazil is as an extremely small footprint HTTP stack and flexible architecture for adding URL-based interfaces to arbitrary applications and devices from Sun Labs. This package contains the core set of classes that are not dependent on any other external Java libraries.
We can use yum
or dnf
to install brazil
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install brazil.
Install brazil 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 brazil
using dnf
by running the following command:
sudo dnf -y install brazil
Install brazil 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 brazil
using yum
by running the following command:
sudo yum -y install brazil
How To Uninstall brazil on Fedora 36
To uninstall only the brazil
package we can use the following command:
sudo dnf remove brazil
brazil Package Contents on Fedora 36
/usr/share/doc/brazil
/usr/share/doc/brazil/README.md
/usr/share/doc/brazil/license.terms
/usr/share/java/brazil.jar
References
Summary
In this tutorial we learn how to install brazil
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).