rpm 설치 지침
2733 단어 rpm
[root@www ~]# rpm -qa <==
[root@www ~]# rpm -q[licdR] <==
[root@www ~]# rpm -qf <==
[root@www ~]# rpm -qp[licdR] <== RPM :
:
-q : , ;
-qa : , Linux ;
-qi : (information), 、 ;
-ql : (list);
-qc : ( /etc/ )
-qd : ( man )
-qR : (Required )
-qf : , ;
RPM :
-qp[icdlR]: -qp 。
RPM , ! !
: Linux logrotate ?
[root@www ~]# rpm -q logrotatelogrotate-3.7.4-8
[root@www ~]# rpm -q logrotatingpackage logrotating is not installed# , 。 ,
# ! , ! : , :
[root@www ~]# rpm -ql logrotate/etc/cron.daily/logrotate
/etc/logrotate.conf....( )....# , 。 : logrotate :
[root@www ~]# rpm -qi logrotateName : logrotate Relocations: (not relocatable)
Version : 3.7.4 Vendor: CentOS
Release : 8 Build Date: Sun 02 Dec 2007 08:38:06 AM CST
Install Date: Sat 09 May 2009 11:59:05 PM CST Build Host: builder6
Group : System Environment/Base Source RPM: logrotate-3.7.4-8.src.rpm
Size : 53618 License: GPL
Signature : DSA/SHA1, Sun 02 Dec 2007 09:10:01 AM CST, Key ID a8a447dce8562897
Summary : Rotates, compresses, removes and mails system log files.
Description :
The logrotate utility is designed to simplify the administration of
log files on a system which generates a lot of log files. Logrotate
allows for the automatic rotation compression, removal and mailing of
log files. Logrotate can be set to handle a log file daily, weekly,
monthly or when the log file gets to a certain size. Normally,
logrotate runs as a daily cron job.
Install the logrotate package if you need a utility to deal with the
log files on your system.# information ( ), , 、
# 、 、SRPM 、 、 、 、
# ! , : logrotate
[root@www ~]# rpm -qc logrotate
[root@www ~]# rpm -qd logrotate : logrotate , ?
[root@www ~]# rpm -qR logrotate/bin/sh
config(logrotate) = 3.7.4-8
libc.so.6....( )....
# , ~ ! : , /bin/sh ?[root@www ~]# rpm -qf /bin/shbash-3.2-21.el5# 『 』 ! !
# 。 : RPM , , ?
[root@www ~]# rpm -qpR filename.i386.rpm# -qpR , !
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
YUM WHATPROVIDES의 추천yum에서 특정 패키지를 검색할 때 yum search 및 yum list는 유명하지만 yum whatprovides라는 명령도 있습니다. 예를 들어 libyaml을 검색할 때 각각 이런 식으로 실행할 수 있습니다....
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.