How To Install doc-linux-pl-html on Debian 9

In this tutorial we learn how to install doc-linux-pl-html on Debian 9. doc-linux-pl-html is Linux docs in Polish

Introduction

In this tutorial we learn how to install doc-linux-pl-html on Debian 9.

What is doc-linux-pl-html

doc-linux-pl-html is:

This package installs the Polish versions of Linux HOWTO and mini-HOWTO documents (JTZ project) on your Debian system. The version number reflects the packaging date.

All files are available at ftp://ftp.jtz.org.pl/JTZ/ (with versions in ascii, html, dvi, ps and sgml formats).

There are three methods to install doc-linux-pl-html 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 doc-linux-pl-html Using apt-get

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

sudo apt-get update

After updating apt database, We can install doc-linux-pl-html using apt-get by running the following command:

sudo apt-get -y install doc-linux-pl-html

Install doc-linux-pl-html Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install doc-linux-pl-html using apt by running the following command:

sudo apt -y install doc-linux-pl-html

Install doc-linux-pl-html 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 doc-linux-pl-html using aptitude by running the following command:

sudo aptitude -y install doc-linux-pl-html

How To Uninstall doc-linux-pl-html on Debian 9

To uninstall only the doc-linux-pl-html package we can use the following command:

sudo apt-get remove doc-linux-pl-html

Uninstall doc-linux-pl-html And Its Dependencies

To uninstall doc-linux-pl-html and its dependencies that are no longer needed by Debian 9, we can use the command below:

sudo apt-get -y autoremove doc-linux-pl-html

Remove doc-linux-pl-html Configurations and Data

To remove doc-linux-pl-html configuration and data from Debian 9 we can use the following command:

sudo apt-get -y purge doc-linux-pl-html

Remove doc-linux-pl-html configuration, data, and all of its dependencies

We can use the following command to remove doc-linux-pl-html configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge doc-linux-pl-html

Dependencies

doc-linux-pl-html have the following dependencies:

References

Summary

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