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). openvtsystemd를 사용하여 VT를 관리할 수 있지만 실제로는 다른 옵션이 없습니다.

이 패키지를 더 이상 사용할 수 없는 이유를 알아보려면 다음을 참조하세요.패키지 추적기;이것은 당신을 가리킬 것입니다삭제 오류일반적으로 관련 세부정보가 있습니다.

관련 정보