如何卸载Perl模块? [英] How do I uninstall Perl modules?

查看:458
本文介绍了如何卸载Perl模块?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Linux机器上安装了一些Perl模块.如果输入perldoc perllocal,它将显示机器中已安装的Perl模块的列表,但是现在我不需要这些Perl模块,因此我想删除它们.

I installed some Perl modules in my Linux machine. If I enter perldoc perllocal it shows a list of Perl modules installed in my machine, but now I don't need those Perl modules, so I want to remove them.

有人知道如何卸载或删除Linux(debian 2.6.26)中安装的那些模块吗?

Does anyone know how to uninstall or remove those modules installed in Linux (debian 2.6.26)?

推荐答案

Perl安装程序就是...安装程序.他们不会验证自己不会覆盖现有文件,也不会准确记录其安装内容.因此,它们无法卸载.如果您想要一个合适的包装系统,则不能使用Perl安装程序.

The Perl installers are just that... installers. They don't verify that they're not overwriting existing files, and they don't record precisely what they install. Therefore, they cannot uninstall. If you want a proper packaging system, you can't use the Perl installers.

这篇关于如何卸载Perl模块?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆