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
번호 분류 제목 글쓴이 날짜 조회 수
82 System/OS [linux] 패킷의 소스 주소 바꾸기 hooni 2003.04.23 18784
» System/OS [linux] 프로그램 설치방법 (내공쌓기) hooni 2003.04.23 13433
80 System/OS [linux] 프로세스 상태확인(ps) hooni 2003.04.23 12701
79 System/OS [linux] 프로세스의 stat 상태에 대한 설명 hooni 2013.04.23 10756
78 System/OS [linux] 한글 URL 인식할 수 있게 아파치(Apache) 설정 (mod_url.c 설치) hooni 2013.04.23 13057
77 System/OS [macos] How to Fix ‘You Shut Down Your Computer Because of a Problem’ file hooni 2022.06.01 780
76 System/OS [mac] Charlesproxy 간단한 설정 내용~ hooni 2013.11.12 12323
75 System/OS [mac] Homebrew/rvm/cocoapod setting hooni 2017.07.29 995
74 System/OS [mac] How to uninstall MySQL on Mac OS. hooni 2017.11.08 882
73 System/OS [mac] Mac OS 패키지 매니저, HomeBrew file hooni 2015.01.03 1309
72 System/OS [mac] Mac OS에서 재생되는 사운드를 녹음하는 방법 file hooni 2016.10.03 1440
71 System/OS [mac] Mac에서 Mac으로 원격제어하기 (맥에서 맥으로) file hooni 2013.10.08 36987
Board Pagination Prev 1 ... 6 7 8 9 10 11 12 13 14 15 ... 17 Next
/ 17