"CentOS xrdp 설치"의 두 판 사이의 차이

25번째 줄: 25번째 줄:
           : server, capable of accepting connections from rdesktop and Microsoft's
           : server, capable of accepting connections from rdesktop and Microsoft's
           : own terminal server / remote desktop clients.
           : own terminal server / remote desktop clients.
</source>
==설치==
<source lang='dos'>
[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!
</source>
</source>


[[분류:리눅스]]
[[분류:리눅스]]
[[분류:설치]]
[[분류:설치]]

2012년 2월 25일 (토) 09:14 판

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!
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}