How To Install libtry-tiny-byclass-perl on Kali Linux
Introduction
In this tutorial we learn how to install libtry-tiny-byclass-perl on Kali Linux.
What is libtry-tiny-byclass-perl
libtry-tiny-byclass-perl is:
This module is a simple wrapper around Try::Tiny, which see. It re-exports try, catch, and finally. In addition, it provides a way to catch only some exceptions by filtering on the class (including superclasses and consumed roles) of an exception object.
There are three methods to install libtry-tiny-byclass-perl 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 libtry-tiny-byclass-perl Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install libtry-tiny-byclass-perl using apt-get by running the following command:
sudo apt-get -y install libtry-tiny-byclass-perlInstall libtry-tiny-byclass-perl Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install libtry-tiny-byclass-perl using apt by running the following command:
sudo apt -y install libtry-tiny-byclass-perlInstall libtry-tiny-byclass-perl 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 libtry-tiny-byclass-perl using aptitude by running the following command:
sudo aptitude -y install libtry-tiny-byclass-perlHow To Uninstall libtry-tiny-byclass-perl on Kali Linux
To uninstall only the libtry-tiny-byclass-perl package we can use the following command:
sudo apt-get remove libtry-tiny-byclass-perlUninstall libtry-tiny-byclass-perl And Its Dependencies
To uninstall libtry-tiny-byclass-perl and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove libtry-tiny-byclass-perlRemove libtry-tiny-byclass-perl Configurations and Data
To remove libtry-tiny-byclass-perl configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge libtry-tiny-byclass-perlRemove libtry-tiny-byclass-perl configuration, data, and all of its dependencies
We can use the following command to remove libtry-tiny-byclass-perl configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libtry-tiny-byclass-perlDependencies
libtry-tiny-byclass-perl have the following dependencies:
References
Summary
In this tutorial we learn how to install libtry-tiny-byclass-perl package on Kali Linux using different package management tools: apt, apt-get and aptitude.