このサイトを参考にWindows 10にインストールしたUbuntuの初期設定をしているのですが、sudoでリポジトリの変更をする段階で、以下のようなエラーがでて失敗してしまいます。
Ubuntu
1xxx@DESKTOP-XXXXXX:~$ sudo sed -i -e 's%http://.*.ubuntu.com%http://ftp.jaist.ac.jp/pub/Linux%g'/etc/apt/sources.list 2sed: -e expression #1, char 58: unknown option to `s' 3xxx@DESKTOP-XXXXXX:~$ sudo sed -i -e 's%http://.*.ubuntu.com%http://ftp.jaist.ac 4.jp/pub/Linux%g'/etc/apt/sources.list 5sed: -e expression #1, char 58: unknown option to `s'
エラーメッセージで検索して記事1や2をみてもよく分からず解決できなかったため、次に別のサイトを見て以下のようにやってみましたが、今度は別のエラーが出てしまいました:
Ubuntu
1xxx@DESKTOP-XXXXXX:~$ sudo sed -i.bak -e "s/http://archive.ubuntu.com/http://jp.archive.ubuntu.com/g" sources.list 2sed: can't read sources.list: No such file or directory 3xxx@DESKTOP-XXXXXX:~$
どうすればいいでしょうか?ご回答よろしくお願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。