How can I de-install a Perl module installed via `cpan`?

后端 未结 6 1413
清歌不尽
清歌不尽 2020-12-12 17:48

I am using Perl running in user space (not installed via root) and installing modules via the command-line cpan. I would like to know if there is a simple way t

6条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-12 18:23

    There are scripts on CPAN which attempt to uninstall modules:

    • pm-uninstall
    • perlrocks

    ExtUtils::Packlist shows sample module removing code, modrm.

提交回复
热议问题