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
192 System/OS OpenSSL로 ROOT CA 생성 및 SSL 인증서 발급하기 hooni 2017.10.28 3039
191 System/OS 무료로 HTTPS 적용하기 (Let's Encrypt) file hooni 2017.10.28 3141
190 System/OS CentOS 에서 Cacti 설치하기 hooni 2015.01.02 3180
189 System/OS RPA란? 어디에 어떻게 쓰이고 누가 만드나? file hooni 2020.01.28 3194
188 System/OS [mac] OS X 요세미티 사용자가 많이 겪는 버그와 몇몇 불편사항 file hooni 2015.01.04 3266
187 System/OS Ubuntu Desktop RDP Setup - 24.04 LTS file hooni 2024.10.16 3322
186 System/OS [mac] VirtualBox 실행 스크립트와 bash_profile 설정 file hooni 2020.07.08 3339
185 System/OS [펌] 마이크로서비스, 모노리포, SRE, ... 덮어놓고 구글 따라하면 안 되는 기술들 file hooni 2020.10.15 3346
184 System/OS 개인적으로 쓰고 있는 zshrc 파일 hooni 2022.02.25 3400
183 System/OS 맥 OS X 에서 스크린 화면 캡쳐 단축키 (Mac Print Screen) hooni 2015.07.21 3559
182 System/OS iptime 공유기 해킹 기술문서 4 file hooni 2015.01.01 3621
181 System/OS [linux] The Ultimate Wget Download Guide With 15 Awesome Examples hooni 2020.05.26 3630
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 17 Next
/ 17