리눅스 make 설치

Jmnote bot (토론 | 기여)님의 2016년 3월 29일 (화) 12:39 판 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
리눅스 make 설치
make: command not found

1 문제 상황[ | ]

[root@zetawiki ~]# make
-bash: make: command not found

2 확인[ | ]

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

3 설치[ | ]

[root@zetawiki ~]# 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!

4 재확인[ | ]

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

5 같이 보기[ | ]

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