"Rpm 패키지 설치일시 확인"의 두 판 사이의 차이

잔글 (Jmnote님이 CentOS rpm 패키지 설치일시 확인 문서를 Rpm 패키지 설치일시 확인 문서로 이동하면서 넘겨주기를 덮어썼습니다)
잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
3번째 줄: 3번째 줄:


==방법 1: rpm==
==방법 1: rpm==
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# rpm -qa --last | grep tree
[root@zetawiki ~]# rpm -qa --last | grep tree
tree-1.5.3-3.el6                              Wed 20 Sep 2017 02:41:21 PM KST
tree-1.5.3-3.el6                              Wed 20 Sep 2017 02:41:21 PM KST
</source>
</syntaxhighlight>


==방법 2: yum.log==
==방법 2: yum.log==
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# cat /var/log/yum.log | grep tree
[root@zetawiki ~]# cat /var/log/yum.log | grep tree
Sep 20 14:41:21 Installed: tree-1.5.3-3.el6.x86_64
Sep 20 14:41:21 Installed: tree-1.5.3-3.el6.x86_64
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2024년 4월 9일 (화) 13:49 판

1 개요

rpm 패키지 설치일시 확인

2 방법 1: rpm

[root@zetawiki ~]# rpm -qa --last | grep tree
tree-1.5.3-3.el6                              Wed 20 Sep 2017 02:41:21 PM KST

3 방법 2: yum.log

[root@zetawiki ~]# cat /var/log/yum.log | grep tree
Sep 20 14:41:21 Installed: tree-1.5.3-3.el6.x86_64

4 같이 보기

5 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}