Contents

Views 14240 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
132 System/OS [unix] 유닉스 csh에서 환경변수 등록 hooni 2003.04.23 12570
131 System/OS php.ini 설정 안됐을때.. ㅋㅋ hooni 2013.04.23 12574
130 System/OS [linux] iptables 명령어 매뉴얼(options) hooni 2003.04.23 12620
129 System/OS [linux] 텔넷, FTP 텍스트 모드에서 사용 hooni 2003.04.23 12705
128 System/OS [linux] /etc/fstab 설정 방법.. ㅋㅋ hooni 2013.04.23 13136
127 System/OS [linux] X환경 GNOME에서 KDE로 바꾸는 법.. hooni 2013.04.23 13139
126 System/OS [linux] root도 삭제하지 못하는 파일 속성 hooni 2003.04.23 13167
125 System/OS [linux] 쉘 스크립트 (Shell Script) hooni 2003.04.23 13200
124 System/OS [linux] DNS(Domain Name System) 설치, 설정 hooni 2003.04.23 13238
123 System/OS [linux] 데스크탑환경(GNOME/KDE) 바꾸기.. hooni 2003.04.23 13254
122 System/OS [linux] 간단한 NAT 설정 script hooni 2003.04.23 13258
121 System/OS [mac] Charlesproxy 간단한 설정 내용~ hooni 2013.11.12 13262
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 ... 17 Next
/ 17