E:子プロセス/usr/bin/dpkgはエラーコード(2)を返します。

E:子プロセス/usr/bin/dpkgはエラーコード(2)を返します。

Bluefishエディタをインストールしたいのですが、このエラーが発生します。パッケージに関して私が経験した最初のエラーではありません。 2日前にLinux Mint 17をインストールしましたが、再起動するたびにパッケージに問題が発生します。誰にもアイデアがありますか?

user@username ~ $ sudo apt-get install bluefish
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  bluefish-data bluefish-plugins
Suggested packages:
  bluefish-dbg libxml2-utils tidy weblint-perl weblint
The following NEW packages will be installed:
  bluefish bluefish-data bluefish-plugins
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/2 548 kB of archives.
After this operation, 9 484 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
E: Sub-process /usr/bin/dpkg returned an error code (2)

追加情報:

sudo apt-get upgrade

また

sudo apt-get -f install

エラーなしで実行されます。

編集する:

sudo dpkg -C何もしなかった

user@username ~ $ df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda6       161G   14G  140G   9% /
none            4,0K     0  4,0K   0% /sys/fs/cgroup
udev            2,0G  4,0K  2,0G   1% /dev
tmpfs           396M  1,4M  394M   1% /run
none            5,0M     0  5,0M   0% /run/lock
none            2,0G  1,7M  2,0G   1% /run/shm
none            100M   20K  100M   1% /run/user
/dev/sda5       168G   67G  102G  40% /mnt/DATA

user@username ~ $ sudo apt-get -fv install bluefish
apt 1.0.1ubuntu2 for amd64 compiled on Oct  8 2014 12:36:19
Supported modules:
*Ver: Standard .deb
*Pkg:  Debian dpkg interface (Priority 30)
 Pkg:  Debian APT solver interface (Priority -1000)
 S.L: 'deb' Standard Debian binary tree
 S.L: 'deb-src' Standard Debian source tree
 Idx: Debian Source Index
 Idx: Debian Package Index
 Idx: Debian Translation Index
 Idx: Debian dpkg status file
 Idx: EDSP scenario file

ベストアンサー1

おすすめです(コメントに)

bluefish-dataDebianのWebページからバイナリdebパッケージをダウンロードしてを使用してインストールできますか?apt-get downloadaptitude downloaddpkg -i

ポスターはこう答えました。

dpkg -i 青い魚

私にこのようなエラーが出ました。

dpkg:エラー:パッケージ情報ファイル
「/var/lib/dpkg/available」の読み込み中:入力/出力エラー

これは、問題がほぼ確実にハードウェアに関連していることを示しています。 「入力/出力エラー」はソフトウェアエラーではありません。ハードドライブやメモリに問題があります。

おすすめ記事