-bash: /usr/bin/XXX: No such file or directory
てなるけど、本当は
Command 'XXX' not found, but can be installed with:
sudo apt install XXXX
ってなって欲しい時は
コマンドキャッシュをクリアするコマンド(ちょっと嘘)。
hash -r
太古の昔はrehashだった。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
-bash: /usr/bin/XXX: No such file or directory
てなるけど、本当は
Command 'XXX' not found, but can be installed with:
sudo apt install XXXX
ってなって欲しい時は
コマンドキャッシュをクリアするコマンド(ちょっと嘘)。
hash -r
太古の昔はrehashだった。
Register as a new user and use Qiita more conveniently
Go to list of users who liked