Kali Linuxにavro-keyboardをインストールしようとしていますが、チュートリアルのこの手順を実行すると、次のエラーメッセージが表示されます。
root@al-ajal:~# apt-get install git ibus libibus-1.0-dev automake autoconf gjs gir1.2-ibus-1.0 ibus-1.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libibus-1.0-5' for regex 'ibus-1.0'
Note, selecting 'gir1.2-ibus-1.0' for regex 'ibus-1.0'
Package autoconf 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 automake 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: Unable to locate package ibus
E: Unable to locate package libibus-1.0-dev
E: Couldn't find any package by glob 'libibus-1.0-dev'
E: Couldn't find any package by regex 'libibus-1.0-dev'
E: Package 'automake' has no installation candidate
E: Package 'autoconf' has no installation candidate
何が問題なの?チュートリアルでautoconfまたはautomakeが見つからない場合はどうすればよいかについての議論が見つかりませんでした。
答え1
kaliローリングautoconfとautomake-1.15のデフォルトリポジトリで最初に利用可能で、リポジトリを更新する必要があります。
答え2
sudo apt-get install ibus-avro
上記のコマンドを使用して avro をインストールする必要があります。