鲲鹏社区首页
中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

安装相关依赖

操作步骤

  1. 使用PuTTY工具,以root用户登录服务器。
  2. 执行以下命令使用yum安装相关依赖。
    yum install automake autoconf libX11-devel zlib-devel libxml2-devel libxslt-devel libXft-devel tcl-devel tk-devel xorg-x11-xauth xorg-x11-server-utils xorg-x11-server-Xnest libXtst
  3. 执行以下命令开启可视化参数。
    sed -i "s/X11Forwarding no/X11Forwarding yes/g" /etc/ssh/sshd_config
  4. 执行以下命令重启sshd服务。
    systemctl restart sshd.service