Ubuntu 16.04 版 Padre

Ubuntu 16.04 版 Padre

我正在尝试使用命令在 Ubuntu 上安装 Padre (Perl IDE)sudo apt-get install padre

但我明白:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package padre is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'padre' has no installation candidate

为何 Padre 被从存储库中删除?

答案1

它在 16.04 版中被删除。出版历史说:

于 2016-03-10 由 Martin Pitt 删除
(来自 Debian)ROM;RC 存在缺陷且上游已停止;Debian 缺陷 #814005

答案2

正如 muru padre 所说,在 Ubuntu 16.04 中不再可以通过正常方式安装

不过,有一个简单的解决方法,对我来说很有效。

从他们的官方网站下载 Windows 安装文件并使用 Wine 程序加载器进行安装。它运行良好。

相关内容