How To Install libmime-lite-tt-html-perl on Debian 10
Introduction
In this tutorial we learn how to install libmime-lite-tt-html-perl
on Debian 10.
What is libmime-lite-tt-html-perl
libmime-lite-tt-html-perl is:
MIME::Lite::TT::HTML provide easy interface to make MIME::Lite object with HTML formatted mail.
There are three methods to install libmime-lite-tt-html-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 libmime-lite-tt-html-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 libmime-lite-tt-html-perl
using apt-get
by running the following command:
sudo apt-get -y install libmime-lite-tt-html-perl
Install libmime-lite-tt-html-perl Using apt
Update apt database with apt
using the following command.
sudo apt update
After updating apt database, We can install libmime-lite-tt-html-perl
using apt
by running the following command:
sudo apt -y install libmime-lite-tt-html-perl
Install libmime-lite-tt-html-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 libmime-lite-tt-html-perl
using aptitude
by running the following command:
sudo aptitude -y install libmime-lite-tt-html-perl
How To Uninstall libmime-lite-tt-html-perl on Debian 10
To uninstall only the libmime-lite-tt-html-perl
package we can use the following command:
sudo apt-get remove libmime-lite-tt-html-perl
Uninstall libmime-lite-tt-html-perl And Its Dependencies
To uninstall libmime-lite-tt-html-perl
and its dependencies that are no longer needed by Debian 10, we can use the command below:
sudo apt-get -y autoremove libmime-lite-tt-html-perl
Remove libmime-lite-tt-html-perl Configurations and Data
To remove libmime-lite-tt-html-perl
configuration and data from Debian 10 we can use the following command:
sudo apt-get -y purge libmime-lite-tt-html-perl
Remove libmime-lite-tt-html-perl configuration, data, and all of its dependencies
We can use the following command to remove libmime-lite-tt-html-perl
configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libmime-lite-tt-html-perl
Dependencies
libmime-lite-tt-html-perl have the following dependencies:
- perl
- libdatetime-format-mail-perl
- libhtml-formattext-withlinks-perl
- libmime-lite-perl
- libmime-tools-perl
- libtemplate-perl
References
Summary
In this tutorial we learn how to install libmime-lite-tt-html-perl
package on Debian 10 using different package management tools: apt
, apt-get
and aptitude
.