How To Install libqt5webengine-data on Ubuntu 20.04

In this tutorial we learn how to install libqt5webengine-data on Ubuntu 20.04. libqt5webengine-data is Web content engine library for Qt - Data Web content engine library for Qt - Data

Introduction

In this tutorial we learn how to install libqt5webengine-data on Ubuntu 20.04.

What is libqt5webengine-data

libqt5webengine-data is:

QtWebEngine provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application.

This package contains the arch independent parts of QtWebEngine libraries. Task: kubuntu-desktop, lubuntu-desktop, ubuntustudio-publishing

Package: libqt5webengine-data Architecture: all Version: 5.12.8+dfsg-0ubuntu1 Multi-Arch: foreign Priority: optional Section: universe/libs Source: qtwebengine-opensource-src Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian Qt/KDE Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 23748 Filename: pool/universe/q/qtwebengine-opensource-src/libqt5webengine-data_5.12.8+dfsg-0ubuntu1_all.deb Size: 5626920 MD5sum: 10009d2a881b3db721b85b7e8e1810ca SHA1: 3a9ab60722fc1f94b0da51a48a229368d4b1caa4 SHA256: d6d5538ceb58ba2328523133398ddb8a7af66185dd37ef02d83707f69e501b33 Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Description-en: Web content engine library for Qt - Data QtWebEngine provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application.

This package contains the arch independent parts of QtWebEngine libraries. Task: kubuntu-desktop, lubuntu-desktop, ubuntustudio-publishing

There are three methods to install libqt5webengine-data 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 libqt5webengine-data Using apt-get

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

sudo apt-get update

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

sudo apt-get -y install libqt5webengine-data

Install libqt5webengine-data Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install libqt5webengine-data

Install libqt5webengine-data 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 libqt5webengine-data using aptitude by running the following command:

sudo aptitude -y install libqt5webengine-data

How To Uninstall libqt5webengine-data on Ubuntu 20.04

To uninstall only the libqt5webengine-data package we can use the following command:

sudo apt-get remove libqt5webengine-data

Uninstall libqt5webengine-data And Its Dependencies

To uninstall libqt5webengine-data and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove libqt5webengine-data

Remove libqt5webengine-data Configurations and Data

To remove libqt5webengine-data configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libqt5webengine-data

Remove libqt5webengine-data configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge libqt5webengine-data

References

Summary

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