如何在 Debian Jessie 中安装 `openvt`?

如何在 Debian Jessie 中安装 `openvt`?

下列的这个答案openvt,我尝试在我的 debian jessie 安装上使用命令行工具。不过好像不可用。

一些谷歌搜索表明 openvt 命令包含在console-tools软件包中。但是尝试安装控制台工具只会导致以下错误:

$ sudo apt-get install console-tools
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package console-tools 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 'console-tools' has no installation candidate

控制台工具似乎不再可用?它也不在所有包列表

所以我的问题是:

  • 还有其他可以用来安装 openvt 的软件包吗?
  • 有没有openvt的替代品?
  • 我如何找出该软件包不再可用的原因?

答案1

openvt在里面kbd包(您可以使用 找到它apt-file search openvt)。openvt尽管您可以使用 systemd 管理 VT,但确实没有其他选择。

要了解该软件包不再可用的原因,请在包裹追踪器;这将指向您删除错误通常有相关的详细信息。

相关内容