강좌
클라우드/리눅스에 관한 강좌입니다.
리눅스 분류

특정 RPM패키지의 상세한 정보 확인하기

작성자 정보

  • 관리자 작성
  • 작성일

컨텐츠 정보

본문

특정 RPM패키지의 상세한 정보 확인하기




 

이번에는 특정 RPM패키지의 여러 가지 정보를 확인하는 방법입니다.

 

 

 

  특정 패키지의 이름과 버전, 패키지 개발사, 그리고 배포횟수(release), 컴파일 날짜, 설치날짜, 패키지 용량(size), 라이센스정보, 소스RPM, 용도(Summary), 간단한 설명(Description)등에 대한 정보를 확인하는 방법입니다.

 

 

 

 

 

아래의 예는 procps-3.2.7-21.fc10.i386패키지에 대한 개발 배포에 대한 정보를 확인한 것입니다.

 

 

 

 

 

[root@su250 ~]# rpm -qi procps-3.2.7-21.fc10.i386

Name        : procps                       Relocations: (not relocatable)

Version     : 3.2.7                             Vendor: Fedora Project

Release     : 21.fc10                       Build Date: Mon Sep  1 19:06:10 2008

Install Date: Mon Dec  1 21:51:18 2008         Build Host: x86-5.fedora.phx.redhat.com

Group       : Applications/System           Source RPM: procps-3.2.7-21.fc10.src.rpm

Size        : 378005                           License: GPLv2+ and LGPLv2+

Signature   : DSA/SHA1, Wed Oct 29 13:42:24 2008, Key ID bf226fcc4ebfc273

Packager    : Fedora Project

URL         : http://procps.sourceforge.net

Summary     : System and process monitoring utilities

Description :

The procps package contains a set of system utilities that provide

system information. Procps includes ps, free, skill, pkill, pgrep,

snice, tload, top, uptime, vmstat, w, watch and pdwx. The ps command

displays a snapshot of running processes. The top command provides

a repetitive update of the statuses of running processes. The free

command displays the amounts of free and used memory on your

system. The skill command sends a terminate command (or another

specified signal) to a specified set of processes. The snice

command is used to change the scheduling priority of specified

processes. The tload command prints a graph of the current system

load average to a specified tty. The uptime command displays the

current time, how long the system has been running, how many users

are logged on, and system load averages for the past one, five,

and fifteen minutes. The w command displays a list of the users

who are currently logged on and what they are running. The watch

program watches a running program. The vmstat command displays

virtual memory statistics about processes, memory, paging, block

I/O, traps, and CPU activity. The pwdx command reports the current

working directory of a process or processes.

[root@su250 ~]#




 

위의 결과로 있는 것은 다음과 같습니다.

 

 

 

 

 

- 패키지명(Name) : procps



- 패키지버전(Version) : 3.2.7



- 릴리즈(Release, 배포)버전 : 21.fc10



- 개발사(Vendor) : Fedora Project


- 컴파일 날짜(Build Date) : Thu Mon Sep  1 19:06:10 2008



- 컴파일 서버(Build Host) : x86-5.fedora.phx.redhat.com



- 설치 날짜(Install Date) : Mon Dec  1 21:51:18 2008


- 소스RPM(Source RPM) : procps-3.2.7-21.fc10.src.rpm



- 패키지 요약정보(Summary) : 시스템과 프로세스 모니터링 유틸리티(System and process monitoring utilities)


- 서명(Signature) : DSA/SHA1, Wed Oct 29 13:42:24 2008, Key ID bf226fcc4ebfc273



- 패키징작업자(Packager,패키징을 작업한 사람이나 또는 패키지에 대한 URL정보를 기술) : Fedora Project



- 패키지 설명(Description)



 

이번 예에서 확인했듯이 특정 패키지의 정보들을 확인하시려면 -qi옵션을 사용하시면 됩니다.

 

 

 

 그리고 위의 정보들은 패키지를 만들 때에 패키징단계의 명세파일제작 시에 작업자가 직접 기술하는 내용들입니다.

 

 

 

 

 

 

 

관련자료

댓글 0
등록된 댓글이 없습니다.

공지사항


뉴스광장


  • 현재 회원수 :  60,056 명
  • 현재 강좌수 :  35,908 개
  • 현재 접속자 :  195 명