linux远程桌面:xrdp 安装失败

window 如何远程 Linux 桌面

  1. 安装xrdp
powershell 复制代码
yum install xrdp

systemctl start xrdp 

如果找不到软件包,就安装epel源,最好改成国内镜像的

在 /etc/yum.repos.d/ 下创建epel.repo,内容如下

powershell 复制代码
[epel]
name=Extra Packages for Enterprise Linux 7 - $basearch  
baseurl=http://mirrors.aliyun.com/epel/7/$basearch
failovermethod=priority
enabled=1
gpgcheck=1
gpgkey=http://mirrors.aliyun.com/epel/RPM-GPG-KEY-EPEL-7

[epel-debuginfo]
name=Extra Packages for Enterprise Linux 7 - $basearch - Debug
baseurl=http://mirrors.aliyun.com/epel/7/$basearch/debug
failovermethod=priority
enabled=0
gpgcheck=1
gpgkey=http://mirrors.aliyun.com/epel/RPM-GPG-KEY-EPEL-7

[epel-source]
name=Extra Packages for Enterprise Linux 7 - $basearch - Source
baseurl=http://mirrors.aliyun.com/epel/7/SRPMS
failovermethod=priority
enabled=0
gpgcheck=1
gpgkey=http://mirrors.aliyun.com/epel/RPM-GPG-KEY-EPEL-7iPATH=$PATH:${JAVA_HOME}/bin
~   

添加后记得:清缓存重新获取元数据

powershell 复制代码
yum clean all
yum makecache
  1. window 远程桌面
相关推荐
wanhengidc2 小时前
当云手机出现卡顿怎么办?
运维·服务器·安全·智能手机
寻道模式6 小时前
【运维心得】三步10分钟拆装笔记本键盘
运维·计算机外设·笔记本
元清加油6 小时前
【Golang】:函数和包
服务器·开发语言·网络·后端·网络协议·golang
炫友呀7 小时前
Centos 更新/修改宝塔版本
linux·运维·centos
闻道且行之7 小时前
嵌入式|VNC实现开发板远程Debian桌面
运维·debian·嵌入式
向日葵.8 小时前
fastdds.ignore_local_endpoints 属性
服务器·网络·php
IT成长日记8 小时前
【自动化运维神器Ansible】Playbook中的when条件判断:精细化控制任务执行
运维·自动化·ansible·playbook·when·条件判断
昵称为空C10 小时前
SpringBoot接口限流的常用方案
服务器·spring boot
Peter_Deng.11 小时前
Linux 下基于 TCP 的 C 语言客户端/服务器通信详解(三个示例逐步进阶)
服务器·c语言·网络
花小璇学linux11 小时前
imx6ull-驱动开发篇24——Linux 中断API函数
linux·驱动开发·嵌入式软件