[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[orca-users:14251] sudo apt-get install -y jma-receiptがきかない



タイトルを入れ忘れました。投稿しなおしです。追記をつけて

ubuntuの操作の問題だとは思いますが、質問させてください。
前提として、ubuntu16.04のインストールでグラフィックの関係か(compizの内部エラーが頻出)、
フリーズをするので何度もOSのインストールを繰り替えしました。何度かオルカもインストールしました。このときはうまく動いた。

今回の問題ですが何度かのOSのインストール繰り返しの後、マニュアルどおりの手順で
~$ sudo apt-get install -y jma-receipt
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています
状態情報を読み取っています... 完了
E: パッケージ jma-receipt が見つかりません

となりjma-receiptがインストールされません。他のインストールは問題なくできています、ネットで調べて
sudo apt-get clean
sudo apt-get update
sudo apt-get install -f
sudo apt-get dist-upgrade
sudo apt-get upgrade

アップグレード: 0 個、新規インストール: 0 個、削除: 0 個、保留: 0 個。
でダメです。ネットで調べて「apt-fileで特定のファイルがどのaptのパッケージに含まれているかを調べる 」

~$ sudo apt-file update
Downloading Index
http://jp.archive.ubuntu.com/ubuntu/dists/xenial/Contents-i386.diff/Index:
No Index available.
Downloading complete file
http://jp.archive.ubuntu.com/ubuntu/dists/xenial/Contents-i386.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
  0 31.7M    0     0    0     0      0      0 --:--:-- --:--:--
--:--:--     0
File is up-to-date.
、、、
の似た形式の繰り返しパターンが続き、最後に、orca.med.or.jpだけ以下のようにignoringになっている
Ignoring source without Contents File:
  http://ftp.orca.med.or.jp/pub/ubuntu/dists/xenial5.0/Contents-i386.gz
Ignoring source without Contents File:
  http://ftp.orca.med.or.jp/pub/ubuntu/dists/xenial-common/Contents-i386.gz
kkk@kkk:~$ sudo apt-get remove Contents-i386.gz
パッケージリストを読み込んでいます... 完了


解決策は
ftp.orca.med.or.jpからのパッケージを入れ直す?
問題は、それでしょうか、そうであれば、どうすればいいのでしょうか。
よろしくお願いします。

まえはら内科 宇座達也

追記
今しがた、見つけました、これでしょうか
https://superuser.com/questions/789913/apt-file-update-no-index-available

Just remove all the content of /var/lib/apt/lists directory:

sudo rm -rf /var/lib/apt/lists/*

then run:

sudo apt-get update
壊しそうで、まだやっていませんが、、、