How To Install libreligion-islam-prayertimes-perl on Kali Linux
Introduction
In this tutorial we learn how to install libreligion-islam-prayertimes-perl on Kali Linux.
What is libreligion-islam-prayertimes-perl
libreligion-islam-prayertimes-perl is:
Religion::Islam::PrayerTimes calculates Muslim prayers times and sunrise for any location on the earth.
There are three methods to install libreligion-islam-prayertimes-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 libreligion-islam-prayertimes-perl Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install libreligion-islam-prayertimes-perl using apt-get by running the following command:
sudo apt-get -y install libreligion-islam-prayertimes-perlInstall libreligion-islam-prayertimes-perl Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install libreligion-islam-prayertimes-perl using apt by running the following command:
sudo apt -y install libreligion-islam-prayertimes-perlInstall libreligion-islam-prayertimes-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 libreligion-islam-prayertimes-perl using aptitude by running the following command:
sudo aptitude -y install libreligion-islam-prayertimes-perlHow To Uninstall libreligion-islam-prayertimes-perl on Kali Linux
To uninstall only the libreligion-islam-prayertimes-perl package we can use the following command:
sudo apt-get remove libreligion-islam-prayertimes-perlUninstall libreligion-islam-prayertimes-perl And Its Dependencies
To uninstall libreligion-islam-prayertimes-perl and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove libreligion-islam-prayertimes-perlRemove libreligion-islam-prayertimes-perl Configurations and Data
To remove libreligion-islam-prayertimes-perl configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge libreligion-islam-prayertimes-perlRemove libreligion-islam-prayertimes-perl configuration, data, and all of its dependencies
We can use the following command to remove libreligion-islam-prayertimes-perl configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libreligion-islam-prayertimes-perlDependencies
libreligion-islam-prayertimes-perl have the following dependencies:
References
Summary
In this tutorial we learn how to install libreligion-islam-prayertimes-perl package on Kali Linux using different package management tools: apt, apt-get and aptitude.