docbook을 설치 하려고 다운을 받았는데 zip파일이였다.
당연히 unzip이 있을 줄 알고
1 |
]$ unzip xxx.zip |
했더니 OTL 없었다..ㅡㅡ;;
1 |
]$ rpm -qa | grep unzip |
요즘 배포판은 unzip도 안깔려있는게냐?
암튼 귀찮아서 yum으로 설치 하려고 했다.
1 2 3 4 5 |
]# yum install unzip Traceback (most recent call last): File "/usr/bin/yum", line 22, in <module> import yummain ImportError: Bad magic number in /usr/share/yum/yummain.pyc |
이게 먼말이다냐?
지난번에 잘썼던 yum인데..
그냥 yum 을하든 yum list를 하든 모두 같은 에러를 뱉어내는게 아닌가?
잘모르겠어서 구글님께 여쭤보니
http://www.linuxforums.org/forum/redhat-fedora-linux-help/23987-yum-install-problems.html
Try to get the latest yum (I have yum-2.1.12-0.fc3) and also delete the current repos you have. Maybe there’s a big gap between RH9 and FC3 repos (if there were some for RH9). So I suggest, remove current yum, delete /etc/yum.conf and install new yum.
현재 버전을 지우고 최신버젼으로 깔아봐란다..
이게 무슨 docbook 깔다가 zip파일 옆구리 터지는 소린가..ㅡㅡ;;
어쨌든 설치해야 할 것 아닌가?
yum 다운로드 : http://linux.duke.edu/projects/yum/download.ptml
가장 최신 안정버전으로 다운받았다.
yum 3.2.1.tar.gz
압축을 풀고 INSTALL파일을 보니 간단하다.ㅋ
1 2 |
]# make ]# make install |
설치를 하고 떨리는 마음으로
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
]# yum There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: No module named yum Please install a package which provides this module, or verify that the module is installed correctly. It's possible that the above module doesn't match the current version of Python, which is: 2.5.1 (r251:54863, Jul 2 2007, 22:27:27) [GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-113)] If you cannot solve this problem yourself, please go to the yum faq at: http://wiki.linux.duke.edu/YumFaq |
이건또 먼말이냐?
파이썬 모듈이 올라가지 않는다?