How To Install openstack-java-swift-model on Fedora 36
Introduction
In this tutorial we learn how to install openstack-java-swift-model
on Fedora 36.
What is openstack-java-swift-model
This package contains the OpenStack Java Swift Model.
We can use yum
or dnf
to install openstack-java-swift-model
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openstack-java-swift-model.
Install openstack-java-swift-model 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 openstack-java-swift-model
using dnf
by running the following command:
sudo dnf -y install openstack-java-swift-model
Install openstack-java-swift-model 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 openstack-java-swift-model
using yum
by running the following command:
sudo yum -y install openstack-java-swift-model
How To Uninstall openstack-java-swift-model on Fedora 36
To uninstall only the openstack-java-swift-model
package we can use the following command:
sudo dnf remove openstack-java-swift-model
openstack-java-swift-model Package Contents on Fedora 36
/usr/share/doc/openstack-java-swift-model
/usr/share/doc/openstack-java-swift-model/README.textile
/usr/share/java/openstack-java-sdk
/usr/share/java/openstack-java-sdk/swift-model.jar
/usr/share/licenses/openstack-java-swift-model
/usr/share/licenses/openstack-java-swift-model/LICENSE.txt
/usr/share/maven-metadata/openstack-java-sdk-swift-model.xml
/usr/share/maven-poms/openstack-java-sdk
/usr/share/maven-poms/openstack-java-sdk/swift-model.pom
References
Summary
In this tutorial we learn how to install openstack-java-swift-model
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).