How To Install libtemplate-plugin-lingua-en-inflect-perl on Debian 10
Introduction
In this tutorial we learn how to install libtemplate-plugin-lingua-en-inflect-perl
on Debian 10.
What is libtemplate-plugin-lingua-en-inflect-perl
libtemplate-plugin-lingua-en-inflect-perl is:
Template::Plugin::Lingua::EN::Inflect is an interface to Damian Conway’s Lingua::EN::Inflect Perl module, which provides plural inflections, “a”/“an” selection for English words, and manipulation of numbers as words.
The plugin provides an ‘inflect’ filter, which can be used to interpolate inflections in a string. The NUM() function sets a persistent default value to be used whenever an optional number argument is omitted. The number to be used for a particular invocation of ‘inflect’ can also be specified with a ’number’ option.
For the full details of the inflection functionality please refer to the Lingua::EN::Inflect manual.
There are three methods to install libtemplate-plugin-lingua-en-inflect-perl
on Debian 10. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install libtemplate-plugin-lingua-en-inflect-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 libtemplate-plugin-lingua-en-inflect-perl
using apt-get
by running the following command:
sudo apt-get -y install libtemplate-plugin-lingua-en-inflect-perl
Install libtemplate-plugin-lingua-en-inflect-perl Using apt
Update apt database with apt
using the following command.
sudo apt update
After updating apt database, We can install libtemplate-plugin-lingua-en-inflect-perl
using apt
by running the following command:
sudo apt -y install libtemplate-plugin-lingua-en-inflect-perl
Install libtemplate-plugin-lingua-en-inflect-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 libtemplate-plugin-lingua-en-inflect-perl
using aptitude
by running the following command:
sudo aptitude -y install libtemplate-plugin-lingua-en-inflect-perl
How To Uninstall libtemplate-plugin-lingua-en-inflect-perl on Debian 10
To uninstall only the libtemplate-plugin-lingua-en-inflect-perl
package we can use the following command:
sudo apt-get remove libtemplate-plugin-lingua-en-inflect-perl
Uninstall libtemplate-plugin-lingua-en-inflect-perl And Its Dependencies
To uninstall libtemplate-plugin-lingua-en-inflect-perl
and its dependencies that are no longer needed by Debian 10, we can use the command below:
sudo apt-get -y autoremove libtemplate-plugin-lingua-en-inflect-perl
Remove libtemplate-plugin-lingua-en-inflect-perl Configurations and Data
To remove libtemplate-plugin-lingua-en-inflect-perl
configuration and data from Debian 10 we can use the following command:
sudo apt-get -y purge libtemplate-plugin-lingua-en-inflect-perl
Remove libtemplate-plugin-lingua-en-inflect-perl configuration, data, and all of its dependencies
We can use the following command to remove libtemplate-plugin-lingua-en-inflect-perl
configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libtemplate-plugin-lingua-en-inflect-perl
Dependencies
libtemplate-plugin-lingua-en-inflect-perl have the following dependencies:
References
- libtemplate-plugin-lingua-en-inflect-perl website
- libtemplate-plugin-lingua-en-inflect-perl on packages.debian.org
Summary
In this tutorial we learn how to install libtemplate-plugin-lingua-en-inflect-perl
package on Debian 10 using different package management tools: apt
, apt-get
and aptitude
.