How to Install and Uninstall libguestfs.x86_64 Package on Rocky Linux 9

Last updated: July 01,2024

1. Install "libguestfs.x86_64" package

This guide let you learn how to install libguestfs.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libguestfs.x86_64

2. Uninstall "libguestfs.x86_64" package

This guide covers the steps necessary to uninstall libguestfs.x86_64 on Rocky Linux 9:

$ sudo dnf remove libguestfs.x86_64 $ sudo dnf autoremove

3. Information about the libguestfs.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:55:43 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libguestfs
Epoch : 1
Version : 1.50.1
Release : 6.el9
Architecture : x86_64
Size : 1.1 M
Source : libguestfs-1.50.1-6.el9.src.rpm
Repository : appstream
Summary : Access and modify virtual machine disk images
URL : http://libguestfs.org/
License : LGPLv2+
Description : Libguestfs is a library for accessing and modifying virtual machine
: disk images. http://libguestfs.org
:
: Libguestfs uses Linux kernel and qemu code, and can access any type of
: guest filesystem that Linux and qemu can, including but not limited
: to: ext2/3/4, btrfs, FAT and NTFS, LVM, many different disk partition
: schemes, qcow, qcow2, vmdk.
:
: For enhanced features, install:
:
:
:
:
:
:
: libguestfs-inspect-icons adds support for inspecting guest icons
: libguestfs-rescue enhances virt-rescue shell with more tools
: libguestfs-rsync rsync to/from guest filesystems
:
:
:
: libguestfs-xfs adds XFS support
:
:
:
:
: For developers:
:
: libguestfs-devel C/C++ header files and library
:
: Language bindings:
:
: libguestfs-gobject-devel GObject bindings and GObject Introspection
:
:
:
: lua-guestfs Lua bindings
: ocaml-libguestfs-devel OCaml bindings
: perl-Sys-Guestfs Perl bindings
: php-libguestfs PHP bindings
: python3-libguestfs Python 3 bindings
: ruby-libguestfs Ruby bindings