[redhat] redhat 9에서 yum 설치하기
Linux / 2013. 11. 8. 17:54
출처 : http://blog.naver.com/PostView.nhn?blogId=koys007&logNo=130172769297
yum 치면
-bash: yum: command not found
yum 설치 진행
1. yum 다운 받는다
2. 압축을 푼다.
gzip -d 파일이름
tar -xvf 파일이름
tar -xvf 파일이름
3. 압축된 폴더로 이동하여 아래와 같이 입력한다.
./configure
make
make install
make
make install
4. 설치를 확인한다.
yum
[출처] http://yagi815.tistory.com/337
==> 간단한데 설치가 안된다.
## Redhat9에서 Yum설치하기
http://blog.naver.com/PostView.nhn?blogId=hellruin0&logNo=120119968219