操作系统:Ubuntu 18.04
我正在查看有关如何安装auto-apt
. 但是,当我跑步时
apt-cache show auto-apt
我明白了
N: Unable to locate package auto-apt
E: No packages found
怎么了auto-apt
?
编辑。 这不是 post apt search: limit to exact match的副本。下面我发布了我在终端中获得的其他一些结果。
$ apt search ^auto-apt$
Sorting... Done
Full Text Search... Done
$ sudo apt-get install auto-apt
[sudo] password for username:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package auto-apt
似乎 auto-apt 最后一次更新到 0.3.24 版本是在 2014 年,即 5 年前。此外,截至目前,xenial (16.04) 似乎是唯一一个在其存储库信息中仍包含 auto-apt 的受支持版本。在仿生(18.04)中,您仍然可以下载 deb 包并安装 auto-apt。它的依赖性是令人满意的。安装运行
附带说明一下,由于 Ubuntu 是基于 Debian 的操作系统,并且所有软件包都是从 Debian 本身导入的,因此 Debian 似乎也计划放弃 auto-apt,因为它在 Stretch 或 Buster 上不可用。