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

4번째 줄: 4번째 줄:
==확인==
==확인==
<source lang='dos'>
<source lang='dos'>
[root@jmnote ~]# yum search mailx
[root@jmnote ~]# yum list mailx
Loaded plugins: fastestmirror
Determining fastest mirrors
* base: centos.tt.co.kr
* extras: centos.tt.co.kr
* updates: centos.tt.co.kr
addons                                                                                                                                                    | 1.9 kB    00:00   
base                                                                                                                                                      | 1.1 kB    00:00   
c5-testing                                                                                                                                                | 1.9 kB    00:00   
extras                                                                                                                                                    | 2.1 kB    00:00   
extras/primary_db                                                                                                                                        | 177 kB    00:00   
updates                                                                                                                                                  | 1.9 kB    00:00   
updates/primary_db                                                                                                                                        | 420 kB    00:00   
Excluding Packages from CentOS-5 - Base
Finished
Reducing CentOS-5 Testing to included packages only
Finished
Excluding Packages from CentOS-5 - Updates
Finished
================================================================================ Matched: mailx =================================================================================
mailx.x86_64 : The /bin/mail program for sending e-mail messages.
</source>
</source>



2013년 11월 26일 (화) 17:04 판

mailx 설치

1 확인

[root@jmnote ~]# yum list mailx

2 설치

[root@jmnote ~]# yum install mailx
... (생략)
=================================================================================================================================================================================
 Package                                 Arch                                     Version                                           Repository                              Size
=================================================================================================================================================================================
Installing:
 mailx                                   x86_64                                   8.1.1-44.2.2                                      base                                    57 k

Transaction Summary
=================================================================================================================================================================================
Install       1 Package(s)
Upgrade       0 Package(s)

Total download size: 57 k
Is this ok [y/N]: y
... (생략)
Installed:
  mailx.x86_64 0:8.1.1-44.2.2                                                                                                                                                    

Complete!

3 같이 보기

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