
Ich versuche, einen Citrix Receiver auf Ubuntu 14.04 (64 Bit) zu installieren, nach UbuntusDokumente. In der ersten Anweisungszeile steht, dass Sie die folgenden erforderlichen Pakete erhalten sollen:
sudo apt-get install libmotif4:i386 nspluginwrapper lib32z1 libc6-i386 libxp6:i386 libxpm4:i386 libasound2:i386
Aber wenn ich diese Zeile einfüge, erhalte ich diese Fehlermeldung:
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
Meine Repository-Einstellungen sind unten aufgeführt. Fehlt da etwas? Was muss ich sonst tun, um diese zu installieren?
$ 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
Antwort1
Sie haben Multiarch nicht aktiviert. Gehen Sie wie folgt vor:
sudo dpkg --add-architecture i386
sudo apt-get update