How To Install libmixin-linewise-perl on Debian 10
Introduction
In this tutorial we learn how to install libmixin-linewise-perl on Debian 10.
What is libmixin-linewise-perl
libmixin-linewise-perl is:
Mixin::Linewise is a Perl module that provides a generalized framework for handling input/output operations. It can open files for I/O, convert strings to handle type objects, and more.
With Reader and Writer classes, you can just write a method to manipulate normal handles, and let the modules do the rest, like providing string and filename handling methods.
There are three methods to install libmixin-linewise-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 libmixin-linewise-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 libmixin-linewise-perl using apt-get by running the following command:
sudo apt-get -y install libmixin-linewise-perl
Install libmixin-linewise-perl Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install libmixin-linewise-perl using apt by running the following command:
sudo apt -y install libmixin-linewise-perl
Install libmixin-linewise-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 libmixin-linewise-perl using aptitude by running the following command:
sudo aptitude -y install libmixin-linewise-perl
How To Uninstall libmixin-linewise-perl on Debian 10
To uninstall only the libmixin-linewise-perl package we can use the following command:
sudo apt-get remove libmixin-linewise-perl
Uninstall libmixin-linewise-perl And Its Dependencies
To uninstall libmixin-linewise-perl and its dependencies that are no longer needed by Debian 10, we can use the command below:
sudo apt-get -y autoremove libmixin-linewise-perl
Remove libmixin-linewise-perl Configurations and Data
To remove libmixin-linewise-perl configuration and data from Debian 10 we can use the following command:
sudo apt-get -y purge libmixin-linewise-perl
Remove libmixin-linewise-perl configuration, data, and all of its dependencies
We can use the following command to remove libmixin-linewise-perl configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libmixin-linewise-perl
Dependencies
libmixin-linewise-perl have the following dependencies:
References
Summary
In this tutorial we learn how to install libmixin-linewise-perl package on Debian 10 using different package management tools: apt, apt-get and aptitude.