How To Install libvirt-daemon-driver-storage-gluster on Ubuntu 20.04

In this tutorial we learn how to install libvirt-daemon-driver-storage-gluster on Ubuntu 20.04. libvirt-daemon-driver-storage-gluster is Virtualization daemon glusterfs storage driver Virtualization daemon glusterfs storage driver Virtualization daemon glusterfs storage driver

Introduction

In this tutorial we learn how to install libvirt-daemon-driver-storage-gluster on Ubuntu 20.04.

What is libvirt-daemon-driver-storage-gluster

libvirt-daemon-driver-storage-gluster is:

Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox.

This package contains the libvirtd storage driver for GlusterFS.

Package: libvirt-daemon-driver-storage-gluster Architecture: amd64 Version: 6.0.0-0ubuntu8.3 Priority: optional Section: universe/admin Source: libvirt Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian Libvirt Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 229 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libgfapi0 (>= 7.2), libglib2.0-0 (>= 2.12.0), libvirt0 (>= 6.0.0-0ubuntu8.3), libvirt-daemon (= 6.0.0-0ubuntu8.3) Breaks: libvirt-daemon (« 3.7.0-3~) Replaces: libvirt-daemon (« 3.7.0-3~) Filename: pool/universe/libv/libvirt/libvirt-daemon-driver-storage-gluster_6.0.0-0ubuntu8.3_amd64.deb Size: 26704 MD5sum: 8c1cb4e4a472056ed95c4c8f3ffb6cda SHA1: 523fbd378850011d6a5cb7b0c2bda46bb28e7131 SHA256: 529027b182de5aa54aad2b0e8f7bfaf1e8a760df000660ee35b85c5150d14f1e SHA512: 679430816baed48b3aa58389aad9dbe73a21b01b6b18901b187b3db8e3293dcc33f533294325bdc036851c524ba8c57aae6c23b7825fdeddd3933145ff9d9278 Homepage: https://libvirt.org/ Description-en: Virtualization daemon glusterfs storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox.

This package contains the libvirtd storage driver for GlusterFS.

Package: libvirt-daemon-driver-storage-gluster Architecture: amd64 Version: 6.0.0-0ubuntu8 Priority: optional Section: universe/admin Source: libvirt Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian Libvirt Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 229 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libgfapi0 (>= 7.2), libglib2.0-0 (>= 2.12.0), libvirt0 (>= 6.0.0-0ubuntu8), libvirt-daemon (= 6.0.0-0ubuntu8) Breaks: libvirt-daemon (« 3.7.0-3~) Replaces: libvirt-daemon (« 3.7.0-3~) Filename: pool/universe/libv/libvirt/libvirt-daemon-driver-storage-gluster_6.0.0-0ubuntu8_amd64.deb Size: 26764 MD5sum: 5fe0735f83584bc2fd1775a6702a8dfc SHA1: 9e01033f7d67f41c2c3e28f4cbf234ebe1f5b1ed SHA256: 6368d505563b3f2268faf17d492389134eb211bbfa8af152179bb21bc087ebe8 Homepage: https://libvirt.org/ Description-en: Virtualization daemon glusterfs storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox.

This package contains the libvirtd storage driver for GlusterFS.

There are three methods to install libvirt-daemon-driver-storage-gluster on Ubuntu 20.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install libvirt-daemon-driver-storage-gluster Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install libvirt-daemon-driver-storage-gluster using apt-get by running the following command:

sudo apt-get -y install libvirt-daemon-driver-storage-gluster

Install libvirt-daemon-driver-storage-gluster Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libvirt-daemon-driver-storage-gluster using apt by running the following command:

sudo apt -y install libvirt-daemon-driver-storage-gluster

Install libvirt-daemon-driver-storage-gluster Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install libvirt-daemon-driver-storage-gluster using aptitude by running the following command:

sudo aptitude -y install libvirt-daemon-driver-storage-gluster

How To Uninstall libvirt-daemon-driver-storage-gluster on Ubuntu 20.04

To uninstall only the libvirt-daemon-driver-storage-gluster package we can use the following command:

sudo apt-get remove libvirt-daemon-driver-storage-gluster

Uninstall libvirt-daemon-driver-storage-gluster And Its Dependencies

To uninstall libvirt-daemon-driver-storage-gluster and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove libvirt-daemon-driver-storage-gluster

Remove libvirt-daemon-driver-storage-gluster Configurations and Data

To remove libvirt-daemon-driver-storage-gluster configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libvirt-daemon-driver-storage-gluster

Remove libvirt-daemon-driver-storage-gluster configuration, data, and all of its dependencies

We can use the following command to remove libvirt-daemon-driver-storage-gluster configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libvirt-daemon-driver-storage-gluster

References

Summary

In this tutorial we learn how to install libvirt-daemon-driver-storage-gluster package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.