Contents

조회 수 13433 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
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
번호 분류 제목 글쓴이 날짜 조회 수
130 System/OS [mac] Mac OS 패키지 매니저, HomeBrew file hooni 2015.01.03 1294
129 System/OS [mac] How to uninstall MySQL on Mac OS. hooni 2017.11.08 872
128 System/OS [mac] Homebrew/rvm/cocoapod setting hooni 2017.07.29 985
127 System/OS [mac] Charlesproxy 간단한 설정 내용~ hooni 2013.11.12 12314
126 System/OS [macos] How to Fix ‘You Shut Down Your Computer Because of a Problem’ file hooni 2022.06.01 752
125 System/OS [linux] 한글 URL 인식할 수 있게 아파치(Apache) 설정 (mod_url.c 설치) hooni 2013.04.23 13046
124 System/OS [linux] 프로세스의 stat 상태에 대한 설명 hooni 2013.04.23 10749
123 System/OS [linux] 프로세스 상태확인(ps) hooni 2003.04.23 12693
» System/OS [linux] 프로그램 설치방법 (내공쌓기) hooni 2003.04.23 13433
121 System/OS [linux] 패킷의 소스 주소 바꾸기 hooni 2003.04.23 18776
120 System/OS [linux] 패킷 스니퍼링 hooni 2003.04.23 15895
119 System/OS [linux] 파일내 문자열 찾아 바꾸기 hooni 2013.04.23 12194
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 ... 17 Next
/ 17