Install libparallel-forkmanager-perl on Ubuntu: sudo apt-get install libparallel-forkmanager-perl

Learn how to install libparallel-forkmanager-perl with the command sudo apt-get install libparallel-forkmanager-perl on Ubuntus.


 

Ads

Quick installation of libparallel-forkmanager-perl:

Step 1: Update system:

	sudo apt-get update

Step 2: Install: libparallel-forkmanager-perl

Ater updaing the OS run following command to install the packae:

	sudo apt-get install libparallel-forkmanager-perl

Package Details

Package:libparallel-forkmanager-perl
Version:0.7.5-2
Maintainer:Ubuntu MOTU Developers
Home page:http://search.cpan.org/~dlux/Parallel-ForkManager-0.7.5/
Description:A simple parallel processing fork manager for Perl This Perl module is intended for use in operations that can be done in parallel where the number of processes to be forked off should be limited. Typical use is a downloader which will be retrieving hundreds/thousands of files. Homepage: http://search.cpan.org/~dlux/Parallel-ForkManager-0.7.5/
Distro:Ubuntu 12.04 LTS
Release:
Repo/Section:universe/perl

How to install libparallel-forkmanager-perl on Ubuntu 12.04 LTS?

Install libparallel-forkmanager-perl on Ubuntu: sudo apt-get install libparallel-forkmanager-perl

First of all update your system with the command:

sudo apt-get update

Ads

Above command will download the package lists for Ubuntu 12.04 LTS on your system. This will update the list of newest versions of packages and its dependencies on your system.

After downloading the latest package list with the help of above you can run the installation process.

If libparallel-forkmanager-perl is not installed on your compter then the command 'dpkg -L libparallel-forkmanager-perl' will give followin error.

deepak@deepak-VirtualBox:~$ dpkg -L libparallel-forkmanager-perl
Package `libparallel-forkmanager-perl' is not installed.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
deepak@deepak-VirtualBox:~$ 

Installing libparallel-forkmanager-perl:

After system update use the following command to install libparallel-forkmanager-perl:

sudo apt-get install libparallel-forkmanager-perl

Above command will confirm before installing the package on your Ubuntu 12.04 LTS Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.

How to uninstall/remove libparallel-forkmanager-perl from Ubuntu 12.04 LTS?

Now we will see the commands for uninstalling the libparallel-forkmanager-perl from Ubuntu 12.04 LTS. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.

To remove the libparallel-forkmanager-perl following command is used:

sudo apt-get remove  libparallel-forkmanager-perl

Following command is used to remove the libparallel-forkmanager-perl package along with its dependencies:

sudo apt-get remove --auto-remove libparallel-forkmanager-perl

This will remove libparallel-forkmanager-perl and all its dependent packages which is no longer needed in the system.

Completely removing libparallel-forkmanager-perl with all configuration files:

Following command should be used with care as it deletes all the configuration files and data:

sudo apt-get purge libparallel-forkmanager-perl

or you can use following command also:

sudo apt-get purge --auto-remove libparallel-forkmanager-perl

Above command will remove all the configuration files and data associated with libparallel-forkmanager-perl package. You can can't recover the delete data, so, use this command with care.