How To Install libwebservice-validator-html-w3c-perl on Debian 9
Introduction
In this tutorial we learn how to install libwebservice-validator-html-w3c-perl
on Debian 9.
What is libwebservice-validator-html-w3c-perl
libwebservice-validator-html-w3c-perl is:
WebService::Validator::HTML::W3C provides access to the W3C’s online Markup validator. As well as reporting on whether a page is valid it also provides access to a detailed list of the errors and where in the validated document they occur.
There are three methods to install libwebservice-validator-html-w3c-perl
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 libwebservice-validator-html-w3c-perl Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libwebservice-validator-html-w3c-perl
using apt-get
by running the following command:
Install libwebservice-validator-html-w3c-perl Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libwebservice-validator-html-w3c-perl
using apt
by running the following command:
Install libwebservice-validator-html-w3c-perl 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.
After updating apt database, We can install libwebservice-validator-html-w3c-perl
using aptitude
by running the following command:
How To Uninstall libwebservice-validator-html-w3c-perl on Debian 9
To uninstall only the libwebservice-validator-html-w3c-perl
package we can use the following command:
Uninstall libwebservice-validator-html-w3c-perl And Its Dependencies
To uninstall libwebservice-validator-html-w3c-perl
and its dependencies that are no longer needed by Debian 9, we can use the command below:
Remove libwebservice-validator-html-w3c-perl Configurations and Data
To remove libwebservice-validator-html-w3c-perl
configuration and data from Debian 9 we can use the following command:
Remove libwebservice-validator-html-w3c-perl configuration, data, and all of its dependencies
We can use the following command to remove libwebservice-validator-html-w3c-perl
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libwebservice-validator-html-w3c-perl have the following dependencies:
References
Summary
In this tutorial we learn how to install libwebservice-validator-html-w3c-perl
package on Debian 9 using different package management tools: apt
, apt-get
and aptitude
.