How to Install and Uninstall libkrun Package on openSUSE Leap

Last updated: June 26,2024

1. Install "libkrun" package

Please follow the guidance below to install libkrun on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libkrun

2. Uninstall "libkrun" package

Please follow the step by step instructions below to uninstall libkrun on openSUSE Leap:

$ sudo zypper remove libkrun

3. Information about the libkrun package on openSUSE Leap

Information for package libkrun:
--------------------------------
Repository : Main Repository
Name : libkrun
Version : 1.4.4-bp155.1.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 8.7 MiB
Installed : No
Status : not installed
Source package : libkrun-1.4.4-bp155.1.11.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.