Contents

Views 14241 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
1. 소스로부터 설치(일반적 방법)

   $ tar xvzfp "filename.tar.Z" 혹은 $ tar xvfp "filename.tar"
   $ cd "filename"
   $ ./configure
   $ make
   $ make install
  

2. RPM 파일로부터 설치

   2.1 각 옵션의 기능

     $ rpm  -q  'rpmname'                # 버전 확인하기
     $ rpm  -Uvh  *.rpm                 # 안전한 업그레이드
     $ rpm  -ivh  *.rpm                 # 안전하게 처음 설치시
     $ rpm  -qa  |  grep  'rpmname'        # 현재 설치되있는것 확인하기   예)  rpm -qa | grep "samba"
     $ rpm  -e  'rpmname'                # 지우기   예)  rpm -e samba-2.0.5a-1         

   2.2 지우는 방법

     $ rpm  -qa  |  grep  apache
     $ rpm  -e  apache-1.3.6-7kr
     $ rpm  -e  mod-perl-1.19 -2
     $ rpm  -e  mod-per...
     $ rpm  -e  mod-p...
     $ rpm  -e  apache-1.3.6-7kr
     $ rpm  -e  apache-devel-1.3.6-7k 


?

List of Articles
No. Category Subject Author Date Views
72 System/OS [linux] root도 삭제하지 못하는 파일 속성 hooni 2003.04.23 13170
71 System/OS [linux] 터미널에서 문자 깨질 때 설정 ㅋㅋ hooni 2003.04.23 14612
70 System/OS [dos] 노트북 백업 스크립트 xcopy 명령 예제 hooni 2003.04.23 41797
69 System/OS [sql] alter table 쿼리 예제 hooni 2003.04.23 13317
68 System/OS [sql] 내 방명록 답글 찾는 쿼리문.. (JOIN 구문) hooni 2003.04.23 13777
67 System/OS [linux] Proftpd 설치 가이드 hooni 2003.04.23 13846
66 System/OS [linux] 기존 환경설정 저장하면서 커널 컴파일.. hooni 2003.04.23 14447
65 System/OS [linux] 스케쥴링 순서(nice) 변경하기 hooni 2003.04.23 13377
64 System/OS [linux] 셀 스크립트 if, for, case in.. hooni 2003.04.23 14500
63 System/OS [linux] 종료와 종료코드 확인(환경변수에서) hooni 2003.04.23 16908
62 System/OS [linux] 프로세스 상태확인(ps) hooni 2003.04.23 13548
61 System/OS [linux] 메타(기호)문자의 의미와 사용 hooni 2003.04.23 17270
Board Pagination Prev 1 ... 7 8 9 10 11 12 13 14 15 16 17 Next
/ 17