E: 하위 프로세스 /usr/bin/dpkg가 오류 코드를 반환했습니다(2)

E: 하위 프로세스 /usr/bin/dpkg가 오류 코드를 반환했습니다(2)

Bluefish 편집기를 설치하고 싶었는데 이런 오류가 발생했습니다. 이것은 패키지와 관련하여 발생한 첫 번째 오류가 아닙니다. 이틀 전에 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-data바이너리 deb 패키지를 다운로드 하고 로 설치해 볼 수 있습니까 ?apt-get downloadaptitude downloaddpkg -i

포스터는 이렇게 대답했습니다.

dpkg -i 블루피쉬

나에게 이런 오류가 떴다

dpkg: 오류: 패키지 정보 파일
'/var/lib/dpkg/available' 읽는 중: 입력/출력 오류

이는 문제가 거의 확실히 하드웨어와 관련되어 있음을 나타냅니다. "입/출력 오류"는 소프트웨어 오류가 아닙니다. 하드디스크나 메모리에 문제가 있습니다.

관련 정보