16.04 的 apt-front 在哪里

16.04 的 apt-front 在哪里

我正在 Ubuntu 16.04 上寻找 apt-front 因为我收到错误fatal error: apt-front/utils/shared.h: No such file or directory。在 Ubuntu 14.04 上我看到:

# aptitude search apt-front
i   libapt-front-dev              - High-level library for managing Debian packages

在 Ubuntu 16.04 上我不明白:

# aptitude search  libapt-front
#

我的来源列表是:

# grep ^deb sources.list
deb http://de.archive.ubuntu.com/ubuntu/ xenial main restricted
deb http://de.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
deb http://de.archive.ubuntu.com/ubuntu/ xenial universe
deb http://de.archive.ubuntu.com/ubuntu/ xenial-updates universe
deb http://de.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://de.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
deb http://de.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu xenial-security multiverse

我缺少网址吗?我可以在 Ubuntu 16.04 上做什么?

apt-cache policy libapt-front-dev显示这个:

# apt-cache policy libapt-front-dev
libapt-front-dev:
  Installiert:           0.4.0-0.2ubuntu1
  Installationskandidat: 0.4.0-0.2ubuntu1
  Versionstabelle:
 *** 0.4.0-0.2ubuntu1 0
        100 /var/lib/dpkg/status

答案1

libapt-front曾是2009 年从 Debian 中删除,也是 Ubuntu 的结果(也许稍后)。我很惊讶你在 14.04 中有它;发射台没有在任何受支持的版本中列出它(包括仍然支持的14.04)。据推测,它是从其他来源安装的,或者是旧版本遗留下来的;无论如何,使用它可能不是一个好主意。

它显然是最后一次包含在 Ubuntu 中的 Jaunty 中;您可以在以下位置找到该版本包的源代码发射台

相关内容