How To Install libtaskmanager6 on Ubuntu 20.04

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

Introduction

In this tutorial we learn how to install libtaskmanager6 on Ubuntu 20.04.

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. Task: kubuntu-desktop

Package: libtaskmanager6 Architecture: amd64 Version: 4:5.18.4.1-0ubuntu1 Priority: optional Section: universe/kde Source: plasma-workspace Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 659 Depends: kio, libc6 (>= 2.14), libkf5activities5 (>= 5.23.0), libkf5configcore5 (>= 4.97.0), libkf5coreaddons5 (>= 5.62.0), libkf5i18n5 (>= 4.97.0), libkf5itemmodels5 (>= 5.65.0), libkf5kiowidgets5 (>= 5.24.0), libkf5service-bin, libkf5service5 (>= 4.96.0), libkf5waylandclient5 (>= 4:5.55.0), libkf5windowsystem5 (>= 5.30.0), libqt5core5a (>= 5.12.2), libqt5dbus5 (>= 5.9.0~), libqt5gui5 (>= 5.9.0~) | libqt5gui5-gles (>= 5.9.0~), libqt5qml5 (>= 5.0.2), libqt5quick5 (>= 5.0.2) | libqt5quick5-gles (>= 5.0.2), libqt5x11extras5 (>= 5.9.0~), libstdc++6 (>= 4.1.1) Breaks: libtaskmanager5 Replaces: libtaskmanager5 Filename: pool/universe/p/plasma-workspace/libtaskmanager6_5.18.4.1-0ubuntu1_amd64.deb Size: 153844 MD5sum: 2688c75e43a375e877cc7fe5bad6584a SHA1: 01ce61478942d61b05ee1b525cff80e161c9ec22 SHA256: 87bc0b199da59c43787eedbc6d06143832634b2d3ca23526e6a1825dc3ce4cdc Homepage: https://projects.kde.org/projects/kde/workspace/plasma-workspace Description-en: Plasma Workspace for KF5 library 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. Task: kubuntu-desktop

There are three methods to install libtaskmanager6 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 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 Ubuntu. 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 Ubuntu 20.04

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 Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove libtaskmanager6

Remove libtaskmanager6 Configurations and Data

To remove libtaskmanager6 configuration and data from Ubuntu 20.04 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

References

Summary

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