##SBTを自分の環境にインストールしたいができない
SBTのホームページ(https://www.scala-sbt.org/download.html)からインストール手順に沿って以下のコマンドを端末打ち込んだのですがインストールができません.
どのようにすればインストールできるか教えてほしいです.
また自分が初心者なのもあり本来必要な情報を載せてない場合がありましたらご指摘お願いします.
##実際の状況
SBTをインストールするために以下のコマンドを打ち込んだ.
~$ echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
~$ curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823" | sudo apt-key add
~$ sudo apt-get update
~$ sudo apt-get install sbt
しかし二行目の
~$ curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823" | sudo apt-key add
を打ち込むと以下のようなレスポンスがありました.
Command 'curl' not found, but can be installed with:
sudo apt install curl
gpg: 有効なOpenPGPデータが見つかりません.
これ以下のコマンドのレスポンスは次のようになりました.
~$ sudo apt-get update
E: 不正なエントリ 1 行目 list ファイル /etc/apt/sources.list.d/sbt.list (Suite)
E: ソースのリストを読むことができません。
~$ sudo apt-get install sbt
E: 不正なエントリ 1 行目 list ファイル /etc/apt/sources.list.d/sbt.list (Suite)
E: ソースのリストを読むことができません。
E: 不正なエントリ 1 行目 list ファイル /etc/apt/sources.list.d/sbt.list (Suite)
E: ソースのリストを読むことができません。
##実際にやってみたこと
二行目のコマンドのレスポンスにあるように,
sudo apt install curl
を打ち込んだのですが,
~$ sudo apt install curl
E: 不正なエントリ 1 行目 list ファイル /etc/apt/sources.list.d/sbt.list (Suite)
E: ソースのリストを読むことができません。
E: 不正なエントリ 1 行目 list ファイル /etc/apt/sources.list.d/sbt.list (Suite)
E: ソースのリストを読むことができません。
となり実行できませんでした./etc/apt/sources.list.d/sbt.listの中身を見てみたのですが似たようなアドレスがたくさん入っていました(下).このアドレスを検索するとSBTの何らかのパッケージ(?)やファイルがたくさんあたのですがどうしていいかわからなかったです.
:/etc/apt/sources.list.d$ cat sbt.list
deb https://dl.bintray.com/sbt/debian/
deb https://dl.bintray.com/sbt/debian/
deb https://dl.bintray.com/sbt/debian /
deb https://dl.bintray.com/sbt/debian /
deb https://dl.bintray.com/sbt/debian /
deb https://dl.bintray.com/sbt/debian /
deb https://dl.bintray.com/sbt/debian /
deb https://dl.bintray.com/sbt/debian /
deb https://dl.bintray.com/sbt/debian /
deb https://dl.bintray.com/sbt/debian /
deb https://dl.bintray.com/sbt/debian /
deb https://dl.bintray.com/sbt/debian /
deb https://dl.bintray.com/sbt/debian /
deb https://dl.bintray.com/sbt/debian /
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/11/25 08:05