How to Install and Uninstall golang-gvisor.x86_64 Package on Fedora 38

Last updated: September 29,2024

1. Install "golang-gvisor.x86_64" package

In this section, we are going to explain the necessary steps to install golang-gvisor.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install golang-gvisor.x86_64

2. Uninstall "golang-gvisor.x86_64" package

This is a short guide on how to uninstall golang-gvisor.x86_64 on Fedora 38:

$ sudo dnf remove golang-gvisor.x86_64 $ sudo dnf autoremove

3. Information about the golang-gvisor.x86_64 package on Fedora 38

Last metadata expiration check: 0:44:20 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : golang-gvisor
Version : 20211129.0
Release : 2.20211217git9bd5098.fc36
Architecture : x86_64
Size : 6.7 M
Source : golang-gvisor-20211129.0-2.20211217git9bd5098.fc36.src.rpm
Repository : fedora
Summary : A container sandbox runtime focused on security, efficiency, and ease of use
URL : https://github.com/google/gvisor
License : ASL 2.0
Description :
: gVisor is an open-source, OCI-compatible sandbox runtime that provides
: a virtualized container environment. It runs containers with a new
: user-space kernel, delivering a low overhead container security
: solution for high-density applications.
:
: gVisor integrates with Docker, containerd and Kubernetes, making it
: easier to improve the security isolation of your containers while
: still using familiar tooling. Additionally, gVisor supports a variety
: of underlying mechanisms for intercepting application calls, allowing
: it to run in diverse host environments, including cloud-hosted virtual
: machines.