「sudo apt-add-repository command not found」と言われたら2021/2/5 / 1 min readView more blogs with the tag ubuntuTable of Contents#問題#解決方法問題 apt-add-repository を実行しようとしたら、 Terminal window「sudo: apt-add-repository: command not found」 と怒られてしまいました。 解決方法 Terminal window$ sudo apt update$ sudo apt install software-properties-common とすればOKです。