yum실무7편: yum으로 패키지 정보 알아보기
작성자 정보
- 관리자 작성
- 작성일
컨텐츠 정보
- 2,255 조회
- 0 추천
- 목록
본문
yum실무7편: yum으로 패키지 정보 알아보기
다음은 특정패키지의 정보를 yum으로 확인하는 방법이다.
즉 yum을 이용하여 우리가 확인하고자하는 특정패키지의 이름, 플랫폼, 버전, 사이즈, 설치여부, 설명, 라이선스 등의 정보를 확인할 수 있다.
다음과 같이 사용하면 된다.
사용형식 : yum info 패키지명
즉 위와 같은 형식에서 “패키지명”자리에 우리가 원하는 패키지이름을 지정하면 그 패키지에 대한 상세정보를 출력한다.
다음은 “iptstate-2.2.1-3.fc9”패키지에 대한 정보를 확인하기 위하여 “yum info iptstate-2.2.1-3.fc9”를 실행한 예이다.
[root@sulinux Packages]# yum info iptstate-2.2.1-3.fc9 Loaded plugins: refresh-packagekit Installed Packages Name : iptstate Arch : i386 Version : 2.2.1 Release : 3.fc9 Size : 77 k Repo : installed Summary : A top-like display of IP Tables state table entries URL : http://www.phildev.net/iptstate/ License : zlib Description: IP Tables State (iptstate) was originally written to implement the "state : top" feature of IP Filter (see "The Idea" below) in IP Tables. "State top" : displays the states held by your stateful firewall in a top-like manner. : Since IP Tables doesn't have a built in way to easily display this : information even once, an option was added to just have it display the : state table once. Features include: - Top-like realtime state : table information - Sorting by any field - Reversible : sorting - Single display of state table - Customizable : refresh rate - Display filtering - Color-coding - : Open Source - much more... [root@sulinux Packages]# |
그 결과 iptstate-2.2.1-3.fc9패키지에 대한 위의 정보들을 모두 확인할 수 있다.
관련자료
-
이전
-
다음