How to Install and Uninstall passt.src Package on Oracle Linux 9

Last updated: September 29,2024

1. Install "passt.src" package

Please follow the instructions below to install passt.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install passt.src

2. Uninstall "passt.src" package

This tutorial shows how to uninstall passt.src on Oracle Linux 9:

$ sudo dnf remove passt.src $ sudo dnf autoremove

3. Information about the passt.src package on Oracle Linux 9

Last metadata expiration check: 0:53:09 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : passt
Version : 0^20230818.g0af928e
Release : 4.el9
Architecture : src
Size : 200 k
Source : None
Repository : ol9_appstream
Summary : User-mode networking daemons for virtual machines and namespaces
URL : https://passt.top/
License : GPLv2+ and BSD
Description : passt implements a translation layer between a Layer-2 network interface and
: native Layer-4 sockets (TCP, UDP, ICMP/ICMPv6 echo) on a host. It doesn't
: require any capabilities or privileges, and it can be used as a simple
: replacement for Slirp.
:
: pasta (same binary as passt, different command) offers equivalent functionality,
: for network namespaces: traffic is forwarded using a tap interface inside the
: namespace, without the need to create further interfaces on the host, hence not
: requiring any capabilities or privileges.