我正在尝试关注Install Android Studio | Android Studio(针对Linux的说明)并且我遇到以下错误:
(trusty)alexus@localhost:~/Downloads/android-studio$ sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6
[sudo] password for alexus:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package lib32z1
E: Unable to locate package lib32ncurses5
E: Unable to locate package lib32bz2-1.0
E: Couldn't find any package by regex 'lib32bz2-1.0'
E: Unable to locate package lib32stdc++6
E: Couldn't find any package by regex 'lib32stdc++6'
(trusty)alexus@localhost:~/Downloads/android-studio$
我的环境:
(trusty)alexus@localhost:~/Downloads/android-studio$ uname -a
Linux localhost 3.14.0 #1 SMP PREEMPT Wed Jul 6 21:45:00 PDT 2016 armv7l armv7l armv7l GNU/Linux
(trusty)alexus@localhost:~/Downloads/android-studio$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.4 LTS"
(trusty)alexus@localhost:~/Downloads/android-studio$ cat /etc/os-release
NAME="Ubuntu"
VERSION="14.04.4 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.4 LTS"
VERSION_ID="14.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
(trusty)alexus@localhost:~/Downloads/android-studio$
请告知。
答案 0 :(得分:0)
sudo apt-get install libz1:i386 libncurses5:i386 libbz2-1.0:i386 libstdc++6:i386