How To Install libpod-elemental-transformer-list-perl on Debian 9
Introduction
In this tutorial we learn how to install libpod-elemental-transformer-list-perl
on Debian 9.
What is libpod-elemental-transformer-list-perl
libpod-elemental-transformer-list-perl is:
Pod::Elemental::Transformer::List module provides a way to write lists in Pod in an easier way than usual =over/=item/back section.
In your Pod document, you must add a =for declaration and then the list items prefixed with ‘*’
There are three methods to install libpod-elemental-transformer-list-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 libpod-elemental-transformer-list-perl Using apt-get
Update apt database with apt-get
using the following command.
sudo apt-get update
After updating apt database, We can install libpod-elemental-transformer-list-perl
using apt-get
by running the following command:
sudo apt-get -y install libpod-elemental-transformer-list-perl
Install libpod-elemental-transformer-list-perl Using apt
Update apt database with apt
using the following command.
sudo apt update
After updating apt database, We can install libpod-elemental-transformer-list-perl
using apt
by running the following command:
sudo apt -y install libpod-elemental-transformer-list-perl
Install libpod-elemental-transformer-list-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.
sudo aptitude update
After updating apt database, We can install libpod-elemental-transformer-list-perl
using aptitude
by running the following command:
sudo aptitude -y install libpod-elemental-transformer-list-perl
How To Uninstall libpod-elemental-transformer-list-perl on Debian 9
To uninstall only the libpod-elemental-transformer-list-perl
package we can use the following command:
sudo apt-get remove libpod-elemental-transformer-list-perl
Uninstall libpod-elemental-transformer-list-perl And Its Dependencies
To uninstall libpod-elemental-transformer-list-perl
and its dependencies that are no longer needed by Debian 9, we can use the command below:
sudo apt-get -y autoremove libpod-elemental-transformer-list-perl
Remove libpod-elemental-transformer-list-perl Configurations and Data
To remove libpod-elemental-transformer-list-perl
configuration and data from Debian 9 we can use the following command:
sudo apt-get -y purge libpod-elemental-transformer-list-perl
Remove libpod-elemental-transformer-list-perl configuration, data, and all of its dependencies
We can use the following command to remove libpod-elemental-transformer-list-perl
configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libpod-elemental-transformer-list-perl
Dependencies
libpod-elemental-transformer-list-perl have the following dependencies:
References
Summary
In this tutorial we learn how to install libpod-elemental-transformer-list-perl
package on Debian 9 using different package management tools: apt
, apt-get
and aptitude
.