How To Install linux-oem-osp1-tools-host on Ubuntu 20.04

In this tutorial we learn how to install linux-oem-osp1-tools-host on Ubuntu 20.04. linux-oem-osp1-tools-host is Linux kernel VM host tools (dummy transitional packages) Linux kernel VM host tools (dummy transitional packages)

Introduction

In this tutorial we learn how to install linux-oem-osp1-tools-host on Ubuntu 20.04.

What is linux-oem-osp1-tools-host

linux-oem-osp1-tools-host is:

Transitional package for upgrades from linux-oem-osp1 to generic. Will be removed in 20.10.

Package: linux-oem-osp1-tools-host Architecture: amd64 Version: 5.4.0.26.32 Priority: optional Section: kernel Source: linux-meta Origin: Ubuntu Maintainer: Ubuntu Kernel Team [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 17 Depends: linux-tools-host Filename: pool/main/l/linux-meta/linux-oem-osp1-tools-host_5.4.0.26.32_amd64.deb Size: 2720 MD5sum: b30d3e037f43a0579951499b135b63d7 SHA1: a3ed2c7b8f5135a0a23c7ebe8d9962029c54ad37 SHA256: 6c616992cf5f8b0b2ef7dced5068376296d46cbad99247c2b09ad8e755dd8cff Description-en: Linux kernel VM host tools (dummy transitional packages) Transitional package for upgrades from linux-oem-osp1 to generic. Will be removed in 20.10.

There are three methods to install linux-oem-osp1-tools-host 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 linux-oem-osp1-tools-host Using apt-get

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

sudo apt-get update

After updating apt database, We can install linux-oem-osp1-tools-host using apt-get by running the following command:

sudo apt-get -y install linux-oem-osp1-tools-host

Install linux-oem-osp1-tools-host Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install linux-oem-osp1-tools-host using apt by running the following command:

sudo apt -y install linux-oem-osp1-tools-host

Install linux-oem-osp1-tools-host 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 linux-oem-osp1-tools-host using aptitude by running the following command:

sudo aptitude -y install linux-oem-osp1-tools-host

How To Uninstall linux-oem-osp1-tools-host on Ubuntu 20.04

To uninstall only the linux-oem-osp1-tools-host package we can use the following command:

sudo apt-get remove linux-oem-osp1-tools-host

Uninstall linux-oem-osp1-tools-host And Its Dependencies

To uninstall linux-oem-osp1-tools-host and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove linux-oem-osp1-tools-host

Remove linux-oem-osp1-tools-host Configurations and Data

To remove linux-oem-osp1-tools-host configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge linux-oem-osp1-tools-host

Remove linux-oem-osp1-tools-host configuration, data, and all of its dependencies

We can use the following command to remove linux-oem-osp1-tools-host configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge linux-oem-osp1-tools-host

References

Summary

In this tutorial we learn how to install linux-oem-osp1-tools-host package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.