No package lib32z1,lib32ncurses5,lib32stdc++6 available in centos

dj Bravo picture dj Bravo · Feb 8, 2016 · Viewed 8.2k times · Source

During installing android studio in centos the Unable to run mksdcard SDK tool. error occure. I try to find out the solution on net but unable to install

yum install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6

and the error is no package available.Also i have updated the yum. So please if there is any solution for it.

Answer

Thangeswaran P picture Thangeswaran P · Jan 19, 2017

The below commands helps for me on centos-7
For lib32stdc++6

sudo yum install libstdc++*

For lib32z1

sudo yum install zlib*

For 32 bit system compiling sudo yum install zlib.i686

For lib32ncurses5

sudo yum install libncurses*