我正在尝试使用命令在 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 从存储库中删除?
它在 16.04 中被删除。出版史说:
正如 muru padre 所述,在 Ubuntu 16.04 中不再可以通过正常方式安装
但是,有一个简单的解决方法,对我有用。
从他们的官方网站下载 windows 安装文件并使用 wine 程序加载器安装它。它工作得很好。