How To Install origin-sdn-ovs on Fedora 36
Introduction
In this tutorial we learn how to install origin-sdn-ovs
on Fedora 36.
What is origin-sdn-ovs
Origin SDN Plugin for Open vSwitch
We can use yum
or dnf
to install origin-sdn-ovs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install origin-sdn-ovs.
Install origin-sdn-ovs 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 origin-sdn-ovs
using dnf
by running the following command:
sudo dnf -y install origin-sdn-ovs
Install origin-sdn-ovs 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 origin-sdn-ovs
using yum
by running the following command:
sudo yum -y install origin-sdn-ovs
How To Uninstall origin-sdn-ovs on Fedora 36
To uninstall only the origin-sdn-ovs
package we can use the following command:
sudo dnf remove origin-sdn-ovs
origin-sdn-ovs Package Contents on Fedora 36
/etc/cni/net.d
/opt/cni/bin
/opt/cni/bin/host-local
/opt/cni/bin/loopback
/opt/cni/bin/openshift-sdn
/usr/lib/.build-id
/usr/lib/.build-id/79
/usr/lib/.build-id/79/65c2b1671763fe2459799ab64d57c1749c507b
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/cba1622782e77ef788718ebb161fe0d784e0cd
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/b55165020f7363ea8262740c96461dfb0a625c
/usr/share/licenses/origin-sdn-ovs
/usr/share/licenses/origin-sdn-ovs/LICENSE
References
Summary
In this tutorial we learn how to install origin-sdn-ovs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).