tips & tricks/Linux/Unix
ubuntu 64bit에서 32bit package 설치
manywaypark
2015. 4. 23. 19:05
ubuntu 64bit에서 32bit package 설치하기 (예시):
$ sudo dpkg --add-architecture i386
$ sudo apt-get update
$ sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
ref: http://selendroid.io/setup.html
happy hackin'