CentOS xrdp 설치

1 설치 확인

[root@localhost ~]# yum info xrdp
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.mirror.cdnetworks.com
 * extras: centos.mirror.cdnetworks.com
 * rpmforge: fr2.rpmfind.net
 * updates: centos.mirror.cdnetworks.com
base                                                                                | 1.1 kB     00:00     
extras                                                                              | 2.1 kB     00:00     
rpmforge                                                                            | 1.1 kB     00:00     
updates                                                                             | 1.9 kB     00:00     
Available Packages
Name       : xrdp
Arch       : x86_64
Version    : 0.4.0
Release    : 1.el5.rf
Size       : 250 k
Repo       : rpmforge
Summary    : Open source remote desktop protocol (RDP) server
URL        : http://xrdp.sourceforge.net/
License    : GPL
Description: The goal of this project is to provide a fully functional Linux terminal
           : server, capable of accepting connections from rdesktop and Microsoft's
           : own terminal server / remote desktop clients.

2 설치

[root@localhost ~]# yum install xrdp -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.mirror.cdnetworks.com
 * extras: centos.mirror.cdnetworks.com
 * rpmforge: fr2.rpmfind.net
 * updates: centos.mirror.cdnetworks.com
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package xrdp.x86_64 0:0.4.0-1.el5.rf set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

====================================================================================================
 Package             Arch                 Version                      Repository              Size
====================================================================================================
Installing:
 xrdp                x86_64               0.4.0-1.el5.rf               rpmforge               250 k
Transaction Summary
====================================================================================================
Install       1 Package(s)
Upgrade       0 Package(s)

Total download size: 250 k
Downloading Packages:
xrdp-0.4.0-1.el5.rf.x86_64.rpm                                               | 250 kB     00:01     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing     : xrdp                                                                         1/1 

Installed:
  xrdp.x86_64 0:0.4.0-1.el5.rf                                                                             

Complete!

3 설치 위치 확인

[root@localhost ~]# whereis xrdp
xrdp: /etc/xrdp /usr/share/man/man8/xrdp.8.gz
[root@localhost etc]# find / -name xrdp
/etc/xrdp
/usr/lib64/xrdp
/usr/lib64/xrdp/xrdp

→ /usr/lib64/xrdp 에 설치되었다. → 설정파일은 /etc/xrdp에 었다.

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}