How To Install libacme-poe-knee-perl on Debian 9
Introduction
In this tutorial we learn how to install libacme-poe-knee-perl
on Debian 9.
What is libacme-poe-knee-perl
libacme-poe-knee-perl is:
POE::Knee is a homophone of “Pony”. We all like ponies. And wouldn’t we love to race ponies? Well, that’s what Acme::POE::Knee is for!
Using the POE event driven component architecture, you specify a distance the ponies must run, and a maximum delay before the pony will reach the next step. So, the bigger the delay, the bigger the distance between multiple ponies can be.
There are three methods to install libacme-poe-knee-perl
on Debian 9. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install libacme-poe-knee-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 libacme-poe-knee-perl
using apt-get
by running the following command:
sudo apt-get -y install libacme-poe-knee-perl
Install libacme-poe-knee-perl Using apt
Update apt database with apt
using the following command.
sudo apt update
After updating apt database, We can install libacme-poe-knee-perl
using apt
by running the following command:
sudo apt -y install libacme-poe-knee-perl
Install libacme-poe-knee-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 libacme-poe-knee-perl
using aptitude
by running the following command:
sudo aptitude -y install libacme-poe-knee-perl
How To Uninstall libacme-poe-knee-perl on Debian 9
To uninstall only the libacme-poe-knee-perl
package we can use the following command:
sudo apt-get remove libacme-poe-knee-perl
Uninstall libacme-poe-knee-perl And Its Dependencies
To uninstall libacme-poe-knee-perl
and its dependencies that are no longer needed by Debian 9, we can use the command below:
sudo apt-get -y autoremove libacme-poe-knee-perl
Remove libacme-poe-knee-perl Configurations and Data
To remove libacme-poe-knee-perl
configuration and data from Debian 9 we can use the following command:
sudo apt-get -y purge libacme-poe-knee-perl
Remove libacme-poe-knee-perl configuration, data, and all of its dependencies
We can use the following command to remove libacme-poe-knee-perl
configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libacme-poe-knee-perl
Dependencies
libacme-poe-knee-perl have the following dependencies:
References
Summary
In this tutorial we learn how to install libacme-poe-knee-perl
package on Debian 9 using different package management tools: apt
, apt-get
and aptitude
.