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.
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*
yum list available
The command above will list all the available packages including the 32 bit ones with extension .i686, install the ones that are required.
thereby the similar packages in RedHat based system for apt-get lib32stdc++6 lib32z1 is as below
yum -y install libstdc++.i686 zlib.i686
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With