libguestfs-common VS libguestfs

Compare libguestfs-common vs libguestfs and see what are their differences.

libguestfs-common

Common code shared between libguestfs and tools (by libguestfs)

libguestfs

library and tools for accessing and modifying virtual machine disk images. PLEASE DO NOT USE GITHUB FOR ISSUES OR PULL REQUESTS. See the website for how to file a bug or contact us. (by libguestfs)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
libguestfs-common libguestfs
2 10
4 597
- 0.8%
6.0 8.2
5 days ago 4 days ago
OCaml C
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

libguestfs-common

Posts with mentions or reviews of libguestfs-common. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-14.

libguestfs

Posts with mentions or reviews of libguestfs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-01.
  • From xz to ibus: more questionable tarballs
    5 projects | news.ycombinator.com | 1 Apr 2024
    We started off doing this, but you end up with enormous diffs which are themselves confusing. Example, only about 5% of this change is non-generated:

    https://github.com/libguestfs/libguestfs/commit/5186251f8f68...

  • Microsoft: Windows 10 22H2 is the final version of Windows 10
    1 project | news.ycombinator.com | 27 Apr 2023
    And inside the registry. The apparently correct way to distinguish them is using the build ID:

    https://github.com/libguestfs/libguestfs/commit/824c74574893...

  • Python 3.12.0 is to remove long-deprecated items
    13 projects | news.ycombinator.com | 16 Nov 2022
  • Is chroot possible through a VM
    1 project | /r/qemu_kvm | 7 Nov 2022
    NDB works great but another option is libguestfs. https://libguestfs.org/
  • Is there any way to access the files of a Windows 10 backup from Linux?
    1 project | /r/linuxquestions | 12 Sep 2022
    Have a look here
  • How to extract a virtual disk image without mounting to filesystem.?
    1 project | /r/linuxquestions | 9 Jun 2022
    Consider using libguestfs.
  • QEMU Version 6.0.0 Released
    11 projects | news.ycombinator.com | 30 Apr 2021
    There's a lot of useful command-line tooling for KVM and QEMU-based virt. Here's a small selection of useful tools:

    virsh — This[1] is libvirt's shell interface; and gives you access to the rich set of libvirt APIs.

    virt-builder — Use this for rapidly building minimal or customized virtual machines; it's greatly flexible; check out its man page[2]. And here's[3] a quick example that connects both virt-builder and virsh together.

    virt-install — Use this if you don't like the default build of the template images from virt-builder; it lets you create "headless" servers via 'kickstart' and Linux OS trees from the command-line.

    guestfish and libguestfs suite[4] — This rich set of tools help you in a variety of use-cases: repairing your broken disk images, editing, cloning, debugging disk images, and more. It has saved my behind a lot of times.

    qemu-img[5] – This Swiss Army knife lets you powerfully manipulate disk images (QCOW2, raw, et al) offline. Example operations include: create images, backing chains, offline snapshots, disk image merging, and convert disk images from one format to another, and more.

    [1] https://libvirt.org/manpages/virsh.html

    [2] https://libguestfs.org/virt-builder.1.html

    [3] https://developer.fedoraproject.org/tools/virt-builder/about...

    [4] http://libguestfs.org/

    [5] https://qemu.readthedocs.io/en/latest/tools/qemu-img.html

  • How to use Python libraries effectively when they aren't in PyPI?
    4 projects | /r/learnpython | 14 Mar 2021
    That's a good point. As long as the project has a setup.py or pyproject.toml available, it can usually be installed from the repo. For libguestfs it looks like they do some pre-processing on their setup.py so that wouldn't work, it's lucky that they had this alternative set up already. :)
  • Probably the Simplest Way to Install Debian/Ubuntu in QEMU
    1 project | /r/qemu_kvm | 12 Jan 2021
    Nah, this virt-install preseed script is faster, or even just run virt-builder debian-10 and they're both libvirt not hacky qemu scripts

What are some alternatives?

When comparing libguestfs-common and libguestfs you can also consider the following projects:

guestfs-tools - Tools for accessing and modifying guest disk images

cppiceberg - The C++ Iceberg

UTM - Virtual machines for iOS and macOS

xemu - Original Xbox Emulator for Windows, macOS, and Linux (Active Development)

bcc - BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more

terraform-provider-libvirt - Terraform provider to provision infrastructure with Linux's KVM using libvirt

QEMU - Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.

nix-config

k8s-lab-terraform-libvirt - A Kubernetes lab environment using terraform and libvirt