make
コマンドを使用しようとすると問題が発生します。
Makeコマンドを実行できません。
メッセージ:bash: make: command not found
使用したとき
Sudo apt-get remove make
Sudo apt-get install make
またはと
Sudo apt-get install --reinstall make
それが示している
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package make 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 'make' has no installation candidate
パッケージ化されたbuild-essential
の再インストールを行います。
Sudo apt-get install --reinstall build-essential
これで修正されるはずです。