How to Install and Uninstall virtme-ng.noarch Package on CentOS Stream 9
Last updated: November 24,2024
1. Install "virtme-ng.noarch" package
This is a short guide on how to install virtme-ng.noarch on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
virtme-ng.noarch
Copied
2. Uninstall "virtme-ng.noarch" package
Please follow the instructions below to uninstall virtme-ng.noarch on CentOS Stream 9:
$
sudo dnf remove
virtme-ng.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the virtme-ng.noarch package on CentOS Stream 9
Last metadata expiration check: 0:09:19 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : virtme-ng
Version : 1.22
Release : 1.el9
Architecture : noarch
Size : 102 k
Source : virtme-ng-1.22-1.el9.src.rpm
Repository : epel
Summary : Quickly build and run kernels inside a virtualized snapshot of your live system
URL : https://github.com/arighi/virtme-ng
License : GPL-2.0-only
Description : virtme-ng is a tool that allows to easily and quickly recompile and test a Linux
: kernel, starting from the source code.
:
: It allows to recompile the kernel in few minutes (rather than hours), then the
: kernel is automatically started in a virtualized environment that is an exact
: copy-on-write copy of your live system, which means that any changes made to the
: virtualized environment do not affect the host system.
:
: In order to do this a minimal config is produced (with the bare minimum support
: to test the kernel inside qemu), then the selected kernel is automatically built
: and started inside qemu, using the filesystem of the host as a copy-on-write
: snapshot.
:
: This means that you can safely destroy the entire filesystem, crash the kernel,
: etc. without affecting the host.
:
: Kernels produced with virtme-ng are lacking lots of features, in order to reduce
: the build time to the minimum and still provide you a usable kernel capable of
: running your tests and experiments.
:
: virtme-ng is based on virtme, written by Andy Lutomirski.
Available Packages
Name : virtme-ng
Version : 1.22
Release : 1.el9
Architecture : noarch
Size : 102 k
Source : virtme-ng-1.22-1.el9.src.rpm
Repository : epel
Summary : Quickly build and run kernels inside a virtualized snapshot of your live system
URL : https://github.com/arighi/virtme-ng
License : GPL-2.0-only
Description : virtme-ng is a tool that allows to easily and quickly recompile and test a Linux
: kernel, starting from the source code.
:
: It allows to recompile the kernel in few minutes (rather than hours), then the
: kernel is automatically started in a virtualized environment that is an exact
: copy-on-write copy of your live system, which means that any changes made to the
: virtualized environment do not affect the host system.
:
: In order to do this a minimal config is produced (with the bare minimum support
: to test the kernel inside qemu), then the selected kernel is automatically built
: and started inside qemu, using the filesystem of the host as a copy-on-write
: snapshot.
:
: This means that you can safely destroy the entire filesystem, crash the kernel,
: etc. without affecting the host.
:
: Kernels produced with virtme-ng are lacking lots of features, in order to reduce
: the build time to the minimum and still provide you a usable kernel capable of
: running your tests and experiments.
:
: virtme-ng is based on virtme, written by Andy Lutomirski