How To Install liblingua-en-numbers-ordinate-perl on Debian 9
Introduction
In this tutorial we learn how to install liblingua-en-numbers-ordinate-perl
on Debian 9.
What is liblingua-en-numbers-ordinate-perl
liblingua-en-numbers-ordinate-perl is:
This is the CPAN Perl module Lingua::EN::Numbers::Ordinate.
There are two kinds of numbers in English – cardinals (1, 2, 3…), and ordinals (1st, 2nd, 3rd…). This module provides functions for generating the ordinal form of a number, given its cardinal value.
There are three methods to install liblingua-en-numbers-ordinate-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 liblingua-en-numbers-ordinate-perl Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install liblingua-en-numbers-ordinate-perl
using apt-get
by running the following command:
Install liblingua-en-numbers-ordinate-perl Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install liblingua-en-numbers-ordinate-perl
using apt
by running the following command:
Install liblingua-en-numbers-ordinate-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 liblingua-en-numbers-ordinate-perl
using aptitude
by running the following command:
How To Uninstall liblingua-en-numbers-ordinate-perl on Debian 9
To uninstall only the liblingua-en-numbers-ordinate-perl
package we can use the following command:
Uninstall liblingua-en-numbers-ordinate-perl And Its Dependencies
To uninstall liblingua-en-numbers-ordinate-perl
and its dependencies that are no longer needed by Debian 9, we can use the command below:
Remove liblingua-en-numbers-ordinate-perl Configurations and Data
To remove liblingua-en-numbers-ordinate-perl
configuration and data from Debian 9 we can use the following command:
Remove liblingua-en-numbers-ordinate-perl configuration, data, and all of its dependencies
We can use the following command to remove liblingua-en-numbers-ordinate-perl
configurations, data and all of its dependencies, we can use the following command:
Dependencies
liblingua-en-numbers-ordinate-perl have the following dependencies:
References
Summary
In this tutorial we learn how to install liblingua-en-numbers-ordinate-perl
package on Debian 9 using different package management tools: apt
, apt-get
and aptitude
.