How To Install ubridge on Fedora 36
Introduction
In this tutorial we learn how to install ubridge
on Fedora 36.
What is ubridge
uBridge is a simple application to create user-land bridges between various technologies. Currently bridging between UDP tunnels, Ethernet and TAP interfaces is supported. Packet capture is also supported.
We can use yum
or dnf
to install ubridge
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ubridge.
Install ubridge 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 ubridge
using dnf
by running the following command:
sudo dnf -y install ubridge
Install ubridge 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 ubridge
using yum
by running the following command:
sudo yum -y install ubridge
How To Uninstall ubridge on Fedora 36
To uninstall only the ubridge
package we can use the following command:
sudo dnf remove ubridge
ubridge Package Contents on Fedora 36
/usr/bin/ubridge
/usr/lib/.build-id
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/4d7943da440f5afcc85b61c7a9a8a5ba8d0f23
/usr/share/doc/ubridge
/usr/share/doc/ubridge/README.rst
/usr/share/licenses/ubridge
/usr/share/licenses/ubridge/LICENSE
References
Summary
In this tutorial we learn how to install ubridge
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).