How To Install ovn on Fedora 36
Introduction
In this tutorial we learn how to install ovn
on Fedora 36.
What is ovn
OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups.
We can use yum
or dnf
to install ovn
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ovn.
Install ovn 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 ovn
using dnf
by running the following command:
sudo dnf -y install ovn
Install ovn 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 ovn
using yum
by running the following command:
sudo yum -y install ovn
How To Uninstall ovn on Fedora 36
To uninstall only the ovn
package we can use the following command:
sudo dnf remove ovn
ovn Package Contents on Fedora 36
/etc/logrotate.d/ovn
/etc/sysconfig/ovn
/usr/bin/ovn-appctl
/usr/bin/ovn-detrace
/usr/bin/ovn-ic-nbctl
/usr/bin/ovn-ic-sbctl
/usr/bin/ovn-nbctl
/usr/bin/ovn-sbctl
/usr/bin/ovn-trace
/usr/bin/ovn_detrace.py
/usr/lib/.build-id
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/00bb5c35b77be9b41de687f7c07822a938123c
/usr/lib/.build-id/59
/usr/lib/.build-id/59/2437dd8374adcd3bedcd1adcf2b69f4811e118
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/c763a5990bea5253b7083e70fa0b102bc1b6cc
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/fa9d7027beba3595bc6702cfdefc055bc236e7
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/7a3c505d0f65e3c926d776362bac8cbe43111c
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/c91d57cf962d6f653950d619bb04145389b7c6
/usr/lib/ocf/resource.d/ovn
/usr/lib/ocf/resource.d/ovn/ovndb-servers
/usr/share/licenses/ovn
/usr/share/licenses/ovn/LICENSE
/usr/share/man/man1/ovn-detrace.1.gz
/usr/share/man/man5/ovn-ic-nb.5.gz
/usr/share/man/man5/ovn-ic-sb.5.gz
/usr/share/man/man5/ovn-nb.5.gz
/usr/share/man/man5/ovn-sb.5.gz
/usr/share/man/man7/ovn-architecture.7.gz
/usr/share/man/man8/ovn-appctl.8.gz
/usr/share/man/man8/ovn-ctl.8.gz
/usr/share/man/man8/ovn-ic-nbctl.8.gz
/usr/share/man/man8/ovn-ic-sbctl.8.gz
/usr/share/man/man8/ovn-nbctl.8.gz
/usr/share/man/man8/ovn-sbctl.8.gz
/usr/share/man/man8/ovn-trace.8.gz
/usr/share/ovn
/usr/share/ovn/scripts
/usr/share/ovn/scripts/ovn-ctl
/usr/share/ovn/scripts/ovn-lib
/usr/share/ovn/scripts/ovndb-servers.ocf
References
Summary
In this tutorial we learn how to install ovn
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).