How To Install libunix-syslog-perl on Kali Linux
Introduction
In this tutorial we learn how to install libunix-syslog-perl
on Kali Linux.
What is libunix-syslog-perl
libunix-syslog-perl is:
Unix::Syslog provides an interface to the system logger syslogd(8) via Perl’s XSUBs. The implementation attempts to resemble the native libc-functions of your system, so that anyone being familiar with syslog.h should be able to use this module right away.
There are three methods to install libunix-syslog-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 libunix-syslog-perl Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libunix-syslog-perl
using apt-get
by running the following command:
Install libunix-syslog-perl Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libunix-syslog-perl
using apt
by running the following command:
Install libunix-syslog-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.
After updating apt database, We can install libunix-syslog-perl
using aptitude
by running the following command:
How To Uninstall libunix-syslog-perl on Kali Linux
To uninstall only the libunix-syslog-perl
package we can use the following command:
Uninstall libunix-syslog-perl And Its Dependencies
To uninstall libunix-syslog-perl
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove libunix-syslog-perl Configurations and Data
To remove libunix-syslog-perl
configuration and data from Kali Linux we can use the following command:
Remove libunix-syslog-perl configuration, data, and all of its dependencies
We can use the following command to remove libunix-syslog-perl
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libunix-syslog-perl have the following dependencies:
References
Summary
In this tutorial we learn how to install libunix-syslog-perl
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.