0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Failed dependencies: soファイル見つからないって、よくある話

Posted at

#よく遭遇する、dependenciesエラー

遭遇するたびに、どのパッケージをインストールすればいいんだ。。となる。

環境はCentOS7

[root@yuki yuki]# rpm -ivh '/home/yuki/Downloads/code-1.35.0-1559611476.el7.x86_64.rpm' 
error: Failed dependencies:
	libXss.so.1()(64bit) is needed by code-1.35.0-1559611476.el7.x86_64

誰が提供してくれんの?コマンドを使えば

[root@yuki yuki]#yum whatprovides */libXss.so.1

libXScrnSaver-1.2.2-6.1.el7.x86_64 : X.Org X11 libXss runtime library
Repo        : base
Matched from:
Filename    : /usr/lib64/libXss.so.1

が提供してくれるらしい。
libXScrnSaver

yum install libXScrnSaver としてインストールすれば解決。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?