
Ubuntu日本語フォーラム

ログインしていません。
現在質問中の他の問題に対処する過程で、Lubuntu18.04の更新ができなくなりました。
システムツールから「ソフトウェアの更新」を押しても、画面に何もおこりません。
sudo apt updateと打っても、以下のように出ます。
E:不正なエントリコマ行目 listファイル/etc/apt/souuces list (component)
E:ソースのリストを読みこむことができません。
設定>ソフトウェアとアップデート>他のソフトウェアに並んだ項目のチェックを外したり入れたりする中で、こうなったと思います。
アプリにも影響が出ており、NixNote2を立ち上げると、すぐに同期ボタンが回り続けますが、実際には全く同期されていません。
ネット検索して解決を試みましたが、うまくいっていません。
ぜひご助言いただけますようお願いいたします。
オフライン
表示されている字句の通りで、/etc/apt/souuces.list に不正なエントリが登録されてしまったのだと思います。
メッセージの転記ミスと思いますが、意味の通じない「コマ行目」とかがあるので、何行目なのかは不明です。
ターミナルで [b]cat /etc/apt/sources.list[b] を実行してその結果をまるっとここに挙げれば、何らかの回答があると思います。
オフライン
ご返信ありがとうございます。
教えた戴いたコマンドを打ちリターンを押しましたが、「そのようなファイルやディレクトリはありません」と出ます。
前にsudoをつけても「コマンドが見つかりません」と出ます。
初歩的な質問かもしれませんが、ご教示お願いいたします。
オフライン
cat /etc/apt/sources.list
ですよ。(b)はいらないです。
オフライン
deb http://jp.archive.ubuntu.com/ubuntu/ bionic universe
# deb-src http://jp.archive.ubuntu.com/ubuntu/ bionic universe
deb http://jp.archive.ubuntu.com/ubuntu/ bionic-updates universe
# deb-src http://jp.archive.ubuntu.com/ubuntu/ bionic-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://jp.archive.ubuntu.com/ubuntu/ bionic multiverse
# deb-src http://jp.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://jp.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
# deb-src http://jp.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://jp.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
# deb-src http://jp.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu bionic partner
# deb-src http://archive.canonical.com/ubuntu bionic partner
deb http://security.ubuntu.com/ubuntu bionic-security main restricted
# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse
# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
deb https://dl.winehq.org/wine-builds/ubuntu/bionic main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/bionic main
以上が教えていただいたコマンドの実行結果です。
よろしくおねがいします。
オフライン