How To Install claws-mail-litehtml-viewer on Kali Linux
Introduction
In this tutorial we learn how to install claws-mail-litehtml-viewer on Kali Linux.
What is claws-mail-litehtml-viewer
claws-mail-litehtml-viewer is:
This is an HTML viewer plugin that uses the litehtml to render the HTML message parts in the Claws Mail message view window.
Users of old Fancy plugin may find this viewer more similar than other HTML viewer plugins, though you may miss some feature.
There are three methods to install claws-mail-litehtml-viewer on Kali Linux. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.
Install claws-mail-litehtml-viewer Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install claws-mail-litehtml-viewer using apt-get by running the following command:
sudo apt-get -y install claws-mail-litehtml-viewerInstall claws-mail-litehtml-viewer Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install claws-mail-litehtml-viewer using apt by running the following command:
sudo apt -y install claws-mail-litehtml-viewerInstall claws-mail-litehtml-viewer Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
sudo aptitude updateAfter updating apt database, We can install claws-mail-litehtml-viewer using aptitude by running the following command:
sudo aptitude -y install claws-mail-litehtml-viewerHow To Uninstall claws-mail-litehtml-viewer on Kali Linux
To uninstall only the claws-mail-litehtml-viewer package we can use the following command:
sudo apt-get remove claws-mail-litehtml-viewerUninstall claws-mail-litehtml-viewer And Its Dependencies
To uninstall claws-mail-litehtml-viewer and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove claws-mail-litehtml-viewerRemove claws-mail-litehtml-viewer Configurations and Data
To remove claws-mail-litehtml-viewer configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge claws-mail-litehtml-viewerRemove claws-mail-litehtml-viewer configuration, data, and all of its dependencies
We can use the following command to remove claws-mail-litehtml-viewer configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge claws-mail-litehtml-viewerDependencies
claws-mail-litehtml-viewer have the following dependencies:
- libc6
- libcairo2
- libcurl3-gnutls
- libgcc-s1
- libgdk-pixbuf2.0-0
- libglib2.0-0
- libgtk2.0-0
- libgumbo1
- libpango-1.0-0
- libpangocairo-1.0-0
- libstdc++6
- claws-mail
References
Summary
In this tutorial we learn how to install claws-mail-litehtml-viewer package on Kali Linux using different package management tools: apt, apt-get and aptitude.