Package: pip Priority: optional Section: universe/perl Installed-Size: 112 Maintainer: Ubuntu Developers <ubuntu -devel-discuss@lists.ubuntu.com> Original-Maintainer: Debian Perl Group <pkg -perl-maintainers@lists.alioth.debian.org> Architecture: all Version: 0.13-1 Depends: perl, liburi-perl, libfile-pushd-perl, libfile-which-perl, libparams-util-perl (>= 0.21), libcpan-inject-perl, libwww-perl Filename: pool/universe/p/pip/pip_0.13-1_all.deb Size: 20328 MD5sum: 8f09790dcae9b19a5d718b6ec3023996 SHA1: 91fae661f4cde228e447ebfaadec4a5298c2377d SHA256: c42c00268a9a3aca4ea4672b4f291b0e7089ef42002aea5f94443d560661cb90 Description: tool for scripted and third-party CPAN distribution installation pip is the Perl Installation Program, for installation of scripted and third-party distributions. It can be given a local or remote tarball, which it will inject into your local CPAN sources. The CPAN Shell is then used to install it in the same way you would install distributions from CPAN. Homepage: http://search.cpan.org/dist/pip/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu
sudo apt-get remove pip #There's several packages depends only used by pip, they can be removed when pip is removed. sudo apt-get autoremove sudo apt-get install python-virtualenv