CLOVER🍀

That was when it all began.

Ubuntu Linuxで、add-apt-repositoryしようとして「コマンドがない」って言われたら

以下のコマンドを、順次実行。

$ sudo apt-get install software-properties-common

これで、add-apt-repositoryが使えるようになります。

裏付け的には、こうですね。

$ sudo apt-file search add-apt-repository 
software-properties-common: /usr/bin/add-apt-repository
software-properties-common: /usr/share/man/man1/add-apt-repository.1.gz

add-apt-repositoryでリポジトリを追加したら、「apt-get update」しておきましょう。

$ sudo apt-get update

それから、必要なソフトウェアをインストールです。