How to Install and Uninstall libkrun1 Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "libkrun1" package

In this section, we are going to explain the necessary steps to install libkrun1 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libkrun1

2. Uninstall "libkrun1" package

In this section, we are going to explain the necessary steps to uninstall libkrun1 on openSuSE Tumbleweed:

$ sudo zypper remove libkrun1

3. Information about the libkrun1 package on openSuSE Tumbleweed

Information for package libkrun1:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libkrun1
Version : 1.4.10-1.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 4.9 MiB
Installed : No
Status : not installed
Source package : libkrun-1.4.10-1.8.src
Upstream URL : https://github.com/containers/libkrun
Summary : A dynamic library providing KVM-based process isolation capabilities
Description :
libkrun is a dynamic library that allows programs to easily acquire the
ability to run processes in a partially isolated environment using KVM Virtualization.
It integrates a VMM (Virtual Machine Monitor, the userspace side of an Hypervisor) with
the minimum amount of emulated devices required to its purpose, abstracting most of the
complexity that comes from Virtual Machine management, offering users a simple C API.