How To Install libvirt-daemon-system-sysv on Ubuntu 20.04

In this tutorial we learn how to install libvirt-daemon-system-sysv on Ubuntu 20.04. libvirt-daemon-system-sysv is Libvirt daemon configuration files (sysv) Libvirt daemon configuration files (sysv) Libvirt daemon configuration files (sysv)

Introduction

In this tutorial we learn how to install libvirt-daemon-system-sysv on Ubuntu 20.04.

What is libvirt-daemon-system-sysv

libvirt-daemon-system-sysv 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 dependencies and init scripts to make libvirt work with sysv based init systems. Using libvirt-daemon-systemd is preferred since the init scripts are incomplete.

This package is useless without the libvirt-daemon-system package installed.

Package: libvirt-daemon-system-sysv 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: 166 Pre-Depends: init-system-helpers (>= 1.54~) Depends: lsb-base Breaks: libvirt-daemon-system (« 5.6.0-4~) Replaces: libvirt-daemon-system (« 5.6.0-4~) Filename: pool/universe/libv/libvirt/libvirt-daemon-system-sysv_6.0.0-0ubuntu8.3_amd64.deb Size: 14840 MD5sum: 6adecf8e0e3032f6370fc276f5bb11e2 SHA1: 2040abcde20ec9593fd99c627d65dc3aab8be34e SHA256: a1b08286a46ff6fa22ea26e08639a46eeabd4137e44441094f5a3f1f97e4d10d SHA512: 1af9733bb10d8a70e55d78fbb5864b689fa85e55bb14854527bb1de9d64bcf79cfcd443d12a0adcf66745086c169be59bdd5f5c8216db3e546fb1398249a29b9 Homepage: https://libvirt.org/ Description-en: Libvirt daemon configuration files (sysv) 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 dependencies and init scripts to make libvirt work with sysv based init systems. Using libvirt-daemon-systemd is preferred since the init scripts are incomplete.

This package is useless without the libvirt-daemon-system package installed.

Package: libvirt-daemon-system-sysv 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: 166 Pre-Depends: init-system-helpers (>= 1.54~) Depends: lsb-base Breaks: libvirt-daemon-system (« 5.6.0-4~) Replaces: libvirt-daemon-system (« 5.6.0-4~) Filename: pool/universe/libv/libvirt/libvirt-daemon-system-sysv_6.0.0-0ubuntu8_amd64.deb Size: 18704 MD5sum: 9268811336c07e63d61a6da6dabd167d SHA1: ac8892d8559e3d3c1eddd0dc7728011a400231cf SHA256: 46fbff2e18fb304a569f5f5cf9336eb3b41441dd31d2ae922820c5b4d7856610 Homepage: https://libvirt.org/ Description-en: Libvirt daemon configuration files (sysv) 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 dependencies and init scripts to make libvirt work with sysv based init systems. Using libvirt-daemon-systemd is preferred since the init scripts are incomplete.

This package is useless without the libvirt-daemon-system package installed.

There are three methods to install libvirt-daemon-system-sysv 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-system-sysv 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-system-sysv using apt-get by running the following command:

sudo apt-get -y install libvirt-daemon-system-sysv

Install libvirt-daemon-system-sysv Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libvirt-daemon-system-sysv using apt by running the following command:

sudo apt -y install libvirt-daemon-system-sysv

Install libvirt-daemon-system-sysv 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-system-sysv using aptitude by running the following command:

sudo aptitude -y install libvirt-daemon-system-sysv

How To Uninstall libvirt-daemon-system-sysv on Ubuntu 20.04

To uninstall only the libvirt-daemon-system-sysv package we can use the following command:

sudo apt-get remove libvirt-daemon-system-sysv

Uninstall libvirt-daemon-system-sysv And Its Dependencies

To uninstall libvirt-daemon-system-sysv 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-system-sysv

Remove libvirt-daemon-system-sysv Configurations and Data

To remove libvirt-daemon-system-sysv configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libvirt-daemon-system-sysv

Remove libvirt-daemon-system-sysv configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge libvirt-daemon-system-sysv

References

Summary

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