On 16.04.19 11:28, Gianluca Cecchi wrote: > On Tue, Apr 16, 2019 at 11:02 AM qw <applemax82 at 163.com> wrote: >> >> How to install Xorg X11 libXss runtime library? >> >> >> Thanks! >> >> >> yum install libXScrnSaver > is your friend and provides that library > Gianluca > you can easily get information out of yum. in your case you could have done # yum search libxss Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.trouble-free.net * epel: mirror.layeronline.com * extras: mirror.jaleco.com * updates: mirror.wdc1.us.leaseweb.net =========================================================== N/S matched: libxss ============================================================ libXScrnSaver.i686 : X.Org X11 libXss runtime library libXScrnSaver.x86_64 : X.Org X11 libXss runtime library Name and summary matches only, use "search all" for everything. there are other commands like yum provides or yum info that can be helpful with such questions. -- Kind Regards, Markus