コアエミュレータのインストール:「tcl8.5」がインストールされていません。

コアエミュレータのインストール:「tcl8.5」がインストールされていません。

Ubuntu 20.04にコアエミュレータをインストールしようとしましたが、次のコマンドを含むインストールプロセスが見つかりました。

$ sudo apt-get install bash bridge-utils ebtables \
  iproute libev-dev python tcl8.5 tk8.5 libtk-img \
  autoconf automake gcc libev-dev make python-dev \
  libreadline-dev pkg-config imagemagick help2man

コマンドを実行すると、次のエラーが発生しました。

Package tk8.5 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

Package tcl8.5 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 'tcl8.5' has no installation candidate
E: Package 'tk8.5' has no installation candidate

tcl8.5を別々にインストールしてみました。

sudo apt-get install tcl8.5

私も同じエラーが発生しました。何が間違っていますか? tcl8.5は廃止予定ですか?

ベストアンサー1

はい。tcl8.5彼らはtk8.5今寿命を尽くしました。2018年Debianから削除されました、これはUbuntu、Linux Mintなどから削除されました。インストールtcl8.6してtk8.6お試しください。

おすすめ記事