리눅스 make 설치

리눅스 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 }}