32bit 64bit - Clockworkmod Tether fails on "libncurses.so.5" -


while trying install clockworkmod tether app on linux, following error;

adb: error while loading shared libraries: libncurses.so.5: cannot open shared object file: no such file or directory

you need install 32-bit version of ncurses library.

sudo apt-get update sudo apt-get install lib32ncurses5 

Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -