Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install the software on the Centos command line

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly introduces the Centos command line how to install software, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let Xiaobian take you to understand.

When installing software using centos 7, missing libraries appear: for example:

[root@localhost download] # rpm-ivh chromium-28.0.1500.45-205727.i686.rpm

Warning: chromium-28.0.1500.45-205727.i686.rpm: header V3 RSA/SHA1 Signature, key ID ef1d6db8: NOKEY

Error: dependency detection failed:

Libelf.so.1 is needed by chromium-28.0.1500.45-205727.i686

Libelf.so.1 (ELFUTILS_1.0) is required by chromium-28.0.1500.45-205727.i686

Libgconf-2.so.4 is needed by chromium-28.0.1500.45-205727.i686

Libudev.so.0 is needed by chromium-28.0.1500.45-205727.i686

Solution adopted:

First find the software package where the library is located: yum provides libelf.so.1

There will be a list of software packages. Choose one of them.

Install the package selected in step 2, for example: yum install elfutils-libelf-0.163-3.el7.i686

The remaining missing packages can be resolved in the same way.

Screenshot of attachment structure:

Thank you for reading this article carefully. I hope the article "how to install software on the Centos command line" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report