cpan-sysdeps - Man Page

report system dependencies for CPAN modules

Synopsis

    cpan-sysdeps --cpanmod Foo::Bar
    cpan-sysdeps --cpandist Foo-Bar-1.23.tar.gz

Description

Options

Option to select a CPAN distribution. At least one of these two is mandatory:

--cpandist=Dist-Name

--cpanmod=Dist::Name
Options to simulate another environment:
--os=operatingsystem

Change the operating system name. Values are the same as in perl's $^O.

--osvers=version

Change the operating system version. On FreeBSD systems this is the output of uname -r.

--linuxdistro=distid

For --os=linux only: change the distribution id. This is a lowercase name like debian or fedora.

--linuxdistrocodename=codename

For --os=linux only: change the distribution version code name. This is a name like wheezy or jessie.

--linuxdistroversion=version

For --os=linux only: change the distribution version.

Other options:

--uninstalled

Show only the packages which are currently uninstalled. Of course, this makes only sense if the environment is not simulated to something else.

If there happen to be alternatives in the package specifications and all of these are not installed, then these will be reduced to the first package in the specification.

--dryrun

Show the package installation commands which would run.

--run

Actually run the package installation commands.

--debug

Enable the debug option of CPAN::Plugin::Sysdeps.

Bugs

Examples

cpan-sysdeps may be used to utilize CPAN::Plugin::Sysdeps::Mapping outside of CPAN.pm. For example on a Debian-like system:

    apt-get install $(cpan-sysdeps --uninstalled --cpanmod Foo::Bar)

Or everywhere:

    cpan-sysdeps --cpanmod Foo::Bar --run

Author

Slaven Rezic

See Also

CPAN::Plugin::Sysdeps.

Info

2024-03-27 perl v5.38.2 User Contributed Perl Documentation