How To Install ws-commons-util on Fedora 36
Introduction
In this tutorial we learn how to install ws-commons-util
on Fedora 36.
What is ws-commons-util
This is version 1.0.2 of the common utilities from the Apache Web Services Project.
We can use yum
or dnf
to install ws-commons-util
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ws-commons-util.
Install ws-commons-util 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 ws-commons-util
using dnf
by running the following command:
sudo dnf -y install ws-commons-util
Install ws-commons-util 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 ws-commons-util
using yum
by running the following command:
sudo yum -y install ws-commons-util
How To Uninstall ws-commons-util on Fedora 36
To uninstall only the ws-commons-util
package we can use the following command:
sudo dnf remove ws-commons-util
ws-commons-util Package Contents on Fedora 36
/usr/share/java/ws-commons-util.jar
/usr/share/licenses/ws-commons-util
/usr/share/licenses/ws-commons-util/LICENSE.txt
/usr/share/maven-metadata/ws-commons-util.xml
/usr/share/maven-poms/ws-commons-util.pom
References
Summary
In this tutorial we learn how to install ws-commons-util
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).