"리눅스 make 설치"의 두 판 사이의 차이

(새 문서: ;리눅스 make 설치 ==확인== <source lang='dos'> [root@jmnote ~]# rpm -qa | grep ^make [root@jmnote ~]# yum info make | grep Repo Repo : Daum </source> ==설치== <sourc...)
 
35번째 줄: 35번째 줄:
... (생략)
... (생략)
Complete!
Complete!
</source>
==재확인==
<source lang='dos'>
[root@jmnote ~]# rpm -qa | grep ^make
make-3.81-20.el6.x86_64
</source>
<source lang='dos'>
[root@jmnote ~]# yum info make | grep Repo
Repo        : installed
</source>
</source>



2012년 9월 4일 (화) 10:00 판

리눅스 make 설치

1 확인

[root@jmnote ~]# rpm -qa | grep ^make
[root@jmnote ~]# yum info make | grep Repo
Repo        : Daum

2 설치

[root@jmnote ~]# yum install make -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package make.x86_64 1:3.81-20.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

====================================================================================================
 Package             Arch                  Version                        Repository           Size
====================================================================================================
Installing:
 make                x86_64                1:3.81-20.el6                  Daum                389 k

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

Total download size: 389 k
Installed size: 1.0 M
... (생략)
Complete!

3 재확인

[root@jmnote ~]# rpm -qa | grep ^make
make-3.81-20.el6.x86_64
[root@jmnote ~]# yum info make | grep Repo
Repo        : installed

4 같이 보기

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