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

(새 문서: {{소문자}} ;mailx 설치 ==확인== <source lang='dos'> [root@jmnote ~]# yum search mailx Loaded plugins: fastestmirror Determining fastest mirrors * base: centos.tt.co.kr * ext...)
 
 
(사용자 2명의 중간 판 18개는 보이지 않습니다)
1번째 줄: 1번째 줄:
{{소문자}}
{{다른뜻|우분투 mailutils 설치}}
;mailx 설치
;CentOS mailx 설치


==확인==
==확인==
<source lang='dos'>
<source lang='console'>
[root@jmnote ~]# yum search mailx
[root@zetawiki ~]# yum list mailx
Loaded plugins: fastestmirror
... (생략)
Determining fastest mirrors
Available Packages
* base: centos.tt.co.kr
mailx.x86_64                                                  8.1.1-44.2.2                                                    base
* 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>


==설치==
==설치==
<source lang='dos'>
<source lang='console'>
[root@jmnote ~]# yum install mailx
[root@zetawiki ~]# yum install mailx
Loaded plugins: fastestmirror
... (생략)
Loading mirror speeds from cached hostfile
===================================================================================================================================
* base: centos.tt.co.kr
  Package                     Arch                         Version                             Repository                   Size
* extras: centos.tt.co.kr
===================================================================================================================================
* updates: centos.tt.co.kr
Excluding Packages from CentOS-5 - Base
Finished
Reducing CentOS-5 Testing to included packages only
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mailx.x86_64 0:8.1.1-44.2.2 set to be updated
--> Finished Dependency Resolution
 
Dependencies Resolved
 
=================================================================================================================================================================================
  Package                                 Arch                                     Version                                           Repository                             Size
=================================================================================================================================================================================
Installing:
Installing:
  mailx                                   x86_64                                   8.1.1-44.2.2                                     base                                   57 k
  mailx                       x86_64                       8.1.1-44.2.2                         base                         57 k


Transaction Summary
Transaction Summary
=================================================================================================================================================================================
===================================================================================================================================
Install      1 Package(s)
Install      1 Package(s)
Upgrade      0 Package(s)
Upgrade      0 Package(s)
62번째 줄: 27번째 줄:
Total download size: 57 k
Total download size: 57 k
Is this ok [y/N]: y
Is this ok [y/N]: y
Downloading Packages:
</source>
mailx-8.1.1-44.2.2.x86_64.rpm                                                                                                                            |  57 kB    00:00   
<source lang='console'>
Running rpm_check_debug
... (생략)
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing    : mailx                                                                                                                                                    1/1
 
Installed:
Installed:
   mailx.x86_64 0:8.1.1-44.2.2                                                                                                                                                     
   mailx.x86_64 0:8.1.1-44.2.2                                                                                                                                                     
77번째 줄: 36번째 줄:
</source>
</source>


[[분류: 메일]]
==확인 2==
<source lang='console'>
[root@zetawiki ~]# yum list mailx
... (생략)
Installed Packages
mailx.x86_64                                                8.1.1-44.2.2                                                installed
</source>
 
==같이 보기==
*[[/bin/mailx]]
*[[sendmail 설치]]
*[[우분투 mailutils 설치]]
 
[[분류: 이메일]]
[[분류: 리눅스]]
[[분류: 리눅스]]

2016년 5월 25일 (수) 09:54 기준 최신판

  다른 뜻에 대해서는 우분투 mailutils 설치 문서를 참조하십시오.
CentOS mailx 설치

1 확인[ | ]

[root@zetawiki ~]# yum list mailx
... (생략)
Available Packages
mailx.x86_64                                                   8.1.1-44.2.2                                                    base

2 설치[ | ]

[root@zetawiki ~]# 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 확인 2[ | ]

[root@zetawiki ~]# yum list mailx
... (생략)
Installed Packages
mailx.x86_64                                                 8.1.1-44.2.2                                                 installed

4 같이 보기[ | ]

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