Hi,
I try to install vtune on centos7, which shows the following message:
Xorg X11 libXss runtime library is not found. 'Graphical user interface' component of VTune Amplifier cannot be installed. The install program cannot detect the Xorg X11 libXss runtime library required by the graphical user interface of the product. Contact your system administrator to install the library or install the product on a compliant system. Otherwise, go back and unselect 'Graphical user interface' component.
How to install Xorg X11 libXss runtime library?
Thanks!
Regards
Andrew
On Tue, Apr 16, 2019 at 11:02 AM qw applemax82@163.com wrote:
Hi,
I try to install vtune on centos7, which shows the following message:
Xorg X11 libXss runtime library is not found. 'Graphical user interface' component of VTune Amplifier cannot be installed. The install program cannot detect the Xorg X11 libXss runtime library required by the graphical user interface of the product. Contact your system administrator to install the library or install the product on a compliant system. Otherwise, go back and unselect 'Graphical user interface' component.
How to install Xorg X11 libXss runtime library?
Thanks!
yum install libXScrnSaver
is your friend and provides that library Gianluca
Thanks for your help.
Another question:
Other messages: GTK3 library is not found Pango library is not found
How to install GTK3 Pango library via yum? Thanks
Andrew
At 2019-04-16 17:28:29, "Gianluca Cecchi" gianluca.cecchi@gmail.com wrote:
On Tue, Apr 16, 2019 at 11:02 AM qw applemax82@163.com wrote:
Hi,
I try to install vtune on centos7, which shows the following message:
Xorg X11 libXss runtime library is not found. 'Graphical user interface' component of VTune Amplifier cannot be installed. The install program cannot detect the Xorg X11 libXss runtime library required by the graphical user interface of the product. Contact your system administrator to install the library or install the product on a compliant system. Otherwise, go back and unselect 'Graphical user interface' component.
How to install Xorg X11 libXss runtime library?
Thanks!
yum install libXScrnSaver
is your friend and provides that library Gianluca _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
On 16.04.19 11:28, Gianluca Cecchi wrote:
On Tue, Apr 16, 2019 at 11:02 AM qw applemax82@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.