
Ubuntu 14.04(64비트)에 Citrix 수신기를 설치하려고 합니다.문서. 지침의 첫 번째 줄에는 다음과 같은 필수 패키지를 얻으라고 나와 있습니다.
sudo apt-get install libmotif4:i386 nspluginwrapper lib32z1 libc6-i386 libxp6:i386 libxpm4:i386 libasound2:i386
하지만 해당 줄을 붙여넣으면 다음 오류가 발생합니다.
Reading state information... Done
E: Unable to locate package libmotif4
E: Unable to locate package libxp6
E: Unable to locate package libxpm4
E: Unable to locate package libasound2
내 저장소 설정은 다음과 같습니다. 거기에 내가 놓친 것이 있나요? 그렇지 않으면 이것을 설치하려면 어떻게 해야 합니까?
$ cat /etc/apt/sources.list
deb cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140417)]/ precise main restricted
deb cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140417)]/ trusty main restricted
deb-src http://archive.ubuntu.com/ubuntu trusty main restricted #Added by software-properties
deb http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse #Added by software-properties
deb http://security.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse #Added by software-properties
deb http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse #Added by software-properties
deb http://archive.ubuntu.com/ubuntu/ trusty-proposed main universe restricted multiverse
deb http://archive.ubuntu.com/ubuntu/ trusty-backports main universe restricted multiverse
답변1
멀티아크가 활성화되어 있지 않습니다. 하다:
sudo dpkg --add-architecture i386
sudo apt-get update