“종속 : ia32-libs-multiarch이지만 설치할 수 없습니다”-솔루션


8

12.10에서 Android SDK가 작동하도록 시도하는 것을 알았습니다. 64 비트 버전의 경우 다음을 설치해야합니다.

sudo apt-get install ia32-libs

그러나 64 비트 12.10에서 다음 오류가 발생했습니다.

The following packages have unmet dependencies:
 ia32-libs : Depends: ia32-libs-multiarch but it is not installable

> apt-get install ia32-libs-multiarch
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs-multiarch is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'ia32-libs-multiarch' has no installation candidate

답변:


13

여기 에서 해결책 # 27을 찾았습니다 .

sudo dpkg --add-architecture i386
sudo apt-get update 
sudo apt-get install ia32-libs

그런 다음 32 비트 라이브러리가 제대로 설치됩니다 (어쨌든 나를 위해!). 이것이 누군가를 돕기를 바랍니다!


9
이 솔루션은 이제 더 이상 사용되지 않습니다.Package ia32-libs is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: lib32z1 lib32ncurses5 lib32bz2-1.0
Mike

3
dpkg : 오류 : 알 수없는 옵션 --add-architecture
bancer

sudo apt 파일 -i386 업데이트; sudo apt 파일 업데이트; f의 경우 $ (<libs.txt); -f "/ lib / i386-linux-gnu / $ f"테스트 || test -f "/ usr / lib / i386-linux-gnu / $ f"|| {echo -n "$ f :"; ps = ($ (apt-file -a i386 -x 검색 "/ $ f \ $"| sed -e 's / ([^ :] *) :. * / \ 1 / g')); echo "$ {ps [@]}"; }; done # 위의 스크립트 출력에서 ​​원하는 패키지 이름을 복사하여 아래의 libs 변수에 붙여 넣습니다. libs = (foo bar baz); sudo apt-get install "$ {libs [@] / % / : i386}"
eel ghEEz

@bancer-dpkg를 업그레이드해야합니다 :sudo apt-get update && sudo apt-get install --only-upgrade dpkg
Matt

0

의견에서 볼 수 있듯이 허용 된 답변은 더 이상 작동하지 않습니다. 다른 곳에서 작동하는 솔루션을 찾았습니다.

sudo dpkg --add-architecture i386

sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"

sudo apt-get update && sudo apt-get install skype

링크는 여기에 있습니다 .


아직도 나를 위해 작동하지 않습니다 ... 어쩌면 그것은 당신의 대답 이후로 다시 변경
되었을
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.