How To Install libgrantlee-textdocument5 on Debian 11

In this tutorial we learn how to install libgrantlee-textdocument5 on Debian 11. libgrantlee-textdocument5 is Grantlee templating library for Qt - TextDocument

Introduction

In this tutorial we learn how to install libgrantlee-textdocument5 on Debian 11.

What is libgrantlee-textdocument5

libgrantlee-textdocument5 is:

Grantlee is a string template engine based on the Django template system and written in Qt.

This package contains the TextDocument Grantlee library.

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

Install libgrantlee-textdocument5 Using apt-get

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

sudo apt-get update

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

sudo apt-get -y install libgrantlee-textdocument5

Install libgrantlee-textdocument5 Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install libgrantlee-textdocument5

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

sudo aptitude -y install libgrantlee-textdocument5

How To Uninstall libgrantlee-textdocument5 on Debian 11

To uninstall only the libgrantlee-textdocument5 package we can use the following command:

sudo apt-get remove libgrantlee-textdocument5

Uninstall libgrantlee-textdocument5 And Its Dependencies

To uninstall libgrantlee-textdocument5 and its dependencies that are no longer needed by Debian 11, we can use the command below:

sudo apt-get -y autoremove libgrantlee-textdocument5

Remove libgrantlee-textdocument5 Configurations and Data

To remove libgrantlee-textdocument5 configuration and data from Debian 11 we can use the following command:

sudo apt-get -y purge libgrantlee-textdocument5

Remove libgrantlee-textdocument5 configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge libgrantlee-textdocument5

Dependencies

libgrantlee-textdocument5 have the following dependencies:

References

Summary

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