(아래 예제들은 CentOS 6에서 테스트 되었지만 RedHat계열(Fedora, RHEL 등)에서 똑같이 동작한다. 5버전에는 적용되지 않았다.)
>yum history
Loaded plugins: fastestmirror
ID | Login user | Date and time | Action(s) | Altered
-------------------------------------------------------------------------------
47 | root
46 | root
45 | root
44 | root
43 | root
42 | root
41 | root
40 | root
39 | root
38 | root
37 | root
36 | root
35 | root
34 | root
33 | root
32 | root
31 | root
30 | root
29 | root
28 | root
history list
yum 명령을 사용해서 패키지를 설치하거나 업데이트를 하면 ID가 하나씩 증가한다. 각 항목의 세부사항을 알고 싶은면 info 옵션을 사용한다.
>yum history info 47
Loaded plugins: fastestmirror
Transaction ID : 47
Begin time : Sat Aug 25 16:09:43 2012
Begin rpmdb : 586:e318ebe25b7f3c641234d8aec7f55b25e005ba00
End time : (0 seconds)
End rpmdb : 587:870ce250959935e6a5968fbb5928c1378daedda7
User : root
Return-Code : Success
Command Line : install dosfstools
Transaction performed with:
Installed rpm-4.8.0-27.el6.x86_64 @base
Installed yum-3.2.29-30.el6.centos.noarch @base
Installed yum-plugin-fastestmirror-1.1.30-14.el6.noarch @base
Packages Altered:
Install dosfstools-3.0.9-4.el6.x86_64 @base
history info
만약 실행했던 yum 명령에 실수가 있었다면 rollback 옵션으로 되돌릴 수 있다. 위에서 확인한 항목중 ID 47에서 46으로 되돌릴 경우 아래와 같이 한다.
>yum history rollback 46
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.tt.co.kr
* extras: centos.tt.co.kr
* updates: centoso4.centos.org
base | 3.7 kB 00:00
extras | 3.5 kB 00:00
nodejs-stable | 2.9 kB 00:00
updates | 3.5 kB 00:00
updates/primary_db | 4.0 MB 00:08
Rollback to transaction 46, from Mon Aug 20 17:00:17 2012
Undoing the following transactions: 47
Install dosfstools-3.0.9-4.el6.x86_64 @base
Resolving Dependencies
--> Running transaction check
---> Package dosfstools.x86_64 0:3.0.9-4.el6 will be erased
--> Finished Dependency Resolution
Dependencies Resolved
=======================================================================
Package Arch Version Repository Size
=======================================================================
Removing:
dosfstools x86_64 3.0.9-4.el6 @base 197 k
Transaction Summary
=======================================================================
Remove 1 Package(s)
Installed size: 197 k
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Erasing : dosfstools-3.0.9-4.el6.x86_64 1/1
Verifying : dosfstools-3.0.9-4.el6.x86_64 1/1
Removed:
dosfstools.x86_64 0:3.0.9-4.el6
Complete!
yum 으로 설치한 패키지를 rpm -e 명령으로도 삭제할 수 있다.
>rpm -e dosfstools
하지만 패키지 관리를 잘 하려면 yum의 도움을 받는 것이 더 편하다고 생각된다.
주의 :
1. 패키지에 따라 의존성 문제로 되돌릴 수 없는 경우가 있다.
2. 설정파일들은 패키지 설치/삭제 시 되돌리지 못할 수 있으므로 백업을 받아 놓는다.
3. RHEL, CentOS 5버전은 적용 안됐다. 6이상에서만 사용가능.
3. RHEL, CentOS 5버전은 적용 안됐다. 6이상에서만 사용가능.
댓글 없음:
댓글 쓰기