How To Install libtaskmanager6 on Debian 9

In this tutorial we learn how to install libtaskmanager6 on Debian 9. libtaskmanager6 is Plasma Workspace for KF5 library

Introduction

In this tutorial we learn how to install libtaskmanager6 on Debian 9.

What is libtaskmanager6

libtaskmanager6 is:

Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. Taskmanager library.

This package contains library files.

There are three methods to install libtaskmanager6 on Debian 9. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install libtaskmanager6 Using apt-get

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

sudo apt-get update

After updating apt database, We can install libtaskmanager6 using apt-get by running the following command:

sudo apt-get -y install libtaskmanager6

Install libtaskmanager6 Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libtaskmanager6 using apt by running the following command:

sudo apt -y install libtaskmanager6

Install libtaskmanager6 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 Debian. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install libtaskmanager6 using aptitude by running the following command:

sudo aptitude -y install libtaskmanager6

How To Uninstall libtaskmanager6 on Debian 9

To uninstall only the libtaskmanager6 package we can use the following command:

sudo apt-get remove libtaskmanager6

Uninstall libtaskmanager6 And Its Dependencies

To uninstall libtaskmanager6 and its dependencies that are no longer needed by Debian 9, we can use the command below:

sudo apt-get -y autoremove libtaskmanager6

Remove libtaskmanager6 Configurations and Data

To remove libtaskmanager6 configuration and data from Debian 9 we can use the following command:

sudo apt-get -y purge libtaskmanager6

Remove libtaskmanager6 configuration, data, and all of its dependencies

We can use the following command to remove libtaskmanager6 configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libtaskmanager6

Dependencies

libtaskmanager6 have the following dependencies:

References

Summary

In this tutorial we learn how to install libtaskmanager6 package on Debian 9 using different package management tools: apt, apt-get and aptitude.