关于centos:CentOS79安装向日葵

56次阅读

共计 402 个字符,预计需要花费 2 分钟才能阅读完成。

CentOS7.9 装置向日葵

  1. 下载客户端
    https://sunlogin.oray.com/dow…
  2. 装置向日葵

    rpm -ivh SunloginClient_11.0.1.44968_amd64.rpm
    
    # 如果提醒短少依赖,先装置依赖
    # 可能短少的依赖有:yum install webkitgtk3.x86_64
    yum install libappindicator-gtk3.x86_64
  3. 启动向日葵
    /usr/local/sunlogin/bin/sunloginclient
# 查看运行状态
systemctl status runsunloginclient
# 启动
systemctl start runsunloginclient
# 进行
systemctl stop runsunloginclient

如果想局域网管制,能够装置 Xrdp,参考: https://segmentfault.com/a/1190000041908538

正文完
 0