When installing software with CentOS 7, a missing library appears: for example:
[[email protected] Download]# RPM-IVH chromium-28.0.1500.45-205727.i686.rpm
Warning: chromium-28.0.1500.45-205727.i686.rpm: Head V3 rsa/sha1 Signature, key ID Ef1d6db8:nokey
Error: Dependency detection failed:
libelf.so.1 is chromium-28.0.1500.45-205727.i686 need
libelf.so.1 (elfutils_1.0) was chromium-28.0.1500.45-205727.i686 needed
libgconf-2.so.4 is chromium-28.0.1500.45-205727.i686 need
libudev.so.0 is chromium-28.0.1500.45-205727.i686 need
The solution adopted:
Find the package where the library is located: Yum provides libelf.so.1
There will be a list of packages, one of them randomly chosen.
Install the package selected in step 2nd, for example: Yum install elfutils-libelf-0.163-3.el7.i686
The remaining missing packages can be resolved in the same way.
Attachment structure:
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M00/7E/CA/wKiom1cIntXytAVaAABWO-mq5uM670.png "title=" QQ picture 20160409141921.png "alt=" Wkiom1cintxytavaaabwo-mq5um670.png "/>
This article is from the "roaming" blog, please be sure to keep this source http://4563839.blog.51cto.com/4553839/1762066
CentOS Command line installation software