# yum changelog 사용하기

<table border="1" id="bkmrk-perplexity%EC%97%90%EC%84%9C-%EC%83%9D%EC%84%B1%ED%95%9C-ai%EC%9D%B4" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 99.881%;"></col></colgroup><tbody><tr><td>[![image.png](http://igoni.kr/uploads/images/gallery/2026-02/scaled-1680-/eQUimage.png)](http://igoni.kr/uploads/images/gallery/2026-02/eQUimage.png)

</td></tr><tr><td class="align-right">perplexity에서 생성한 AI이미지</td></tr></tbody></table>

yum 패키지의 changelog를 확인하고 싶을때

1. yum changelog 플러그인 설치 ```shell
    $> yum install yum-plugin-changelog -y
    ```
2. changelog 확인하고 싶은 패키지 입력 (최근 변경된 정보 1개만 출력예재) ```shell
    $> yum changelog 1 vsftpd
    Loaded plugins: changelog, fastestmirror, security
    Loading mirror speeds from cached hostfile
     * base: centos.tt.co.kr
     * extras: centos.tt.co.kr
     * updates: centos.tt.co.kr
    base/other_db                                                                                                                                                             | 2.8 MB     00:00
     
    Listing 1 changelog
     
    ==================== Available Packages ====================
    vsftpd-2.2.2-14.el6.x86_64               base
    * Wed Mar  4 21:00:00 2015 Martin Osvald <mosvald@rehat.com> - 2.2.2-14
    - Resolves: #1092877 - The vsftpd hangs in a SIGCHLD handler when the pam_exec.so is used in pam.d configuration
     
    changelog stats. 1 pkg, 1 source pkg, 1 changelog
    ```
    
    <div><div class="box"><div class="code"><div class="linenoswrapper"><div class="linenos">  
    </div><div>  
    </div></div></div></div></div>