Use a non-root user installation module under Perl

Source: Internet
Author: User
Tags install perl

Perl installation module can use the CPAN command, but usually we do not have root user rights, so we can only install the module in sudo mode.

For example, to install the Net::scp::expect module,

Execute cpan net::scp::expect

The first use of the CPAN command will show the choice local or sudo style, which defaults to local, and it is recommended to use sudo.

Will eventually appear

Error:can'T Create'/usr/local/Mans/man3'does not haveWritePermissions on'/usr/local/man/man3'!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! at-E Line1. Makefile:706: recipe forTarget'Pure_site_install'failed Make: * * * [Pure_site_install] Error -Rybskej/net-scp-expect-0.16.Tar. GZ/usr/bin/ Make Install--Not OK---- May has tosuto ROOT toInstallThe package (Or want to run something like O conf make_install_make_command'sudo make'

The non-root user cannot operate in the/usr/local directory.

Execute sudo cpan net::scp::expect

The module can be installed normally.

Reference: How Linux Systems Install Perl modules in CPAN

Use a non-root user installation module under Perl

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.