How To Install libmoox-types-mooselike-perl on Debian 10
Introduction
In this tutorial we learn how to install libmoox-types-mooselike-perl
on Debian 10.
What is libmoox-types-mooselike-perl
libmoox-types-mooselike-perl is:
Moo attributes (like Moose) have an ‘isa’ property. MooX::Types::MooseLike(::Base) provides some basic types for this property. One can import all types with the ‘:all’ tag or import a list of types.
These types provide a check that the contact attribute is a hash reference, that the guest_list is an array reference, and that the records are an array of hash references.
There are three methods to install libmoox-types-mooselike-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 libmoox-types-mooselike-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 libmoox-types-mooselike-perl
using apt-get
by running the following command:
sudo apt-get -y install libmoox-types-mooselike-perl
Install libmoox-types-mooselike-perl Using apt
Update apt database with apt
using the following command.
sudo apt update
After updating apt database, We can install libmoox-types-mooselike-perl
using apt
by running the following command:
sudo apt -y install libmoox-types-mooselike-perl
Install libmoox-types-mooselike-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 libmoox-types-mooselike-perl
using aptitude
by running the following command:
sudo aptitude -y install libmoox-types-mooselike-perl
How To Uninstall libmoox-types-mooselike-perl on Debian 10
To uninstall only the libmoox-types-mooselike-perl
package we can use the following command:
sudo apt-get remove libmoox-types-mooselike-perl
Uninstall libmoox-types-mooselike-perl And Its Dependencies
To uninstall libmoox-types-mooselike-perl
and its dependencies that are no longer needed by Debian 10, we can use the command below:
sudo apt-get -y autoremove libmoox-types-mooselike-perl
Remove libmoox-types-mooselike-perl Configurations and Data
To remove libmoox-types-mooselike-perl
configuration and data from Debian 10 we can use the following command:
sudo apt-get -y purge libmoox-types-mooselike-perl
Remove libmoox-types-mooselike-perl configuration, data, and all of its dependencies
We can use the following command to remove libmoox-types-mooselike-perl
configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libmoox-types-mooselike-perl
Dependencies
libmoox-types-mooselike-perl have the following dependencies:
References
Summary
In this tutorial we learn how to install libmoox-types-mooselike-perl
package on Debian 10 using different package management tools: apt
, apt-get
and aptitude
.