Install libthread-queue-perl on Ubuntu: sudo apt-get install libthread-queue-perl

Learn how to install libthread-queue-perl with the command sudo apt-get install libthread-queue-perl on Ubuntus.


 

Ads

Quick installation of libthread-queue-perl:

Step 1: Update system:

	sudo apt-get update

Step 2: Install: libthread-queue-perl

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

	sudo apt-get install libthread-queue-perl

Package Details

Package:libthread-queue-perl
Version:2.12-1
Maintainer:Ubuntu Developers
Home page:http://search.cpan.org/dist/Thread-Queue/
Description:Perl module for thread-safe queues Thread::Queue provides thread-safe FIFO queues that can be accessed safely by any number of threads. . Any data types supported by threads::shared can be passed via queues: . * Ordinary scalars * Array refs * Hash refs * Scalar refs * Objects based on the above . If not already thread-shared, complex data types will be cloned (recursively, if needed, and including any blessings and read-only settings) into thread-shared structures before being placed onto a queue. . This package contains a newer version of the core Perl module Thread::Queue. Unless you need a higher version than the one present in perl, there is no need to install or depend on this package. Homepage: http://search.cpan.org/dist/Thread-Queue/
Distro:Ubuntu 12.04 LTS
Release:
Repo/Section:universe/perl

How to install libthread-queue-perl on Ubuntu 12.04 LTS?

Install libthread-queue-perl on Ubuntu: sudo apt-get install libthread-queue-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 libthread-queue-perl is not installed on your compter then the command 'dpkg -L libthread-queue-perl' will give followin error.

deepak@deepak-VirtualBox:~$ dpkg -L libthread-queue-perl
Package `libthread-queue-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 libthread-queue-perl:

After system update use the following command to install libthread-queue-perl:

sudo apt-get install libthread-queue-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 libthread-queue-perl from Ubuntu 12.04 LTS?

Now we will see the commands for uninstalling the libthread-queue-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 libthread-queue-perl following command is used:

sudo apt-get remove  libthread-queue-perl

Following command is used to remove the libthread-queue-perl package along with its dependencies:

sudo apt-get remove --auto-remove libthread-queue-perl

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

Completely removing libthread-queue-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 libthread-queue-perl

or you can use following command also:

sudo apt-get purge --auto-remove libthread-queue-perl

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