±â¼ú ÀÚ·á½Ç

°Ô½Ã±Û º¸±â
[Linux] Yum History »ç¿ëÇÏ¿© º¹±¸
Date : 2021-03-16
Name : ¼­¹ö¸ó
Hits : 7318

yum history ¸í·ÉÀ» »ç¿ëÇÏ¿© ¼­¹ö¿¡¼­ ½ÇÇà µÇ¾ú´ø yum °ü·Ã ¸í·É¾îµéÀ» È®ÀÎ ÇÒ ¼ö ÀÖ´Ù.


[root@localhost ~]# yum history 
Loaded plugins: fastestmirror, langpacks
ID     | Login user               | Date and time    | Action(s)      | Altered
-------------------------------------------------------------------------------
     9 | root <root>              | 2021-03-10 13:32 | Install        |    1   
     8 | root <root>              | 2021-03-10 13:28 | Install        |    8   
     7 | root <root>              | 2021-03-10 13:26 | Install        |   13   
     6 | root <root>              | 2021-03-10 13:24 | Install        |    1   
     5 | root <root>              | 2020-12-18 16:51 | Install        |    1   
     4 | root <root>              | 2020-12-18 16:50 | I, O           |    8 EE
     3 | root <root>              | 2020-12-18 16:44 | I, U           | 1049 EE
     2 | root <root>              | 2020-12-18 16:42 | Install        |    1   
     1 | System <unset>           | 2020-12-18 16:35 | Install        |  318   
history list


yum ¸í·ÉÀ» »ç¿ëÇÏ¿© ÆÐÅ°Áö ¼³Ä¡ ¶Ç´Â ¾÷µ¥ÀÌÆ®¸¦ Çϸé ID °ªÀÌ Áõ°¡ÇÏ¸ç °¢ Ç׸ñ¿¡ ´ëÇÑ ¼¼ºÎ »çÇ×Àº

yum history info [ÇØ´ç ID] ¿Í °°ÀÌ ¾Ë ¼ö ÀÖ´Ù.


[root@localhost ~]# yum history info 9
Loaded plugins: fastestmirror, langpacks
Transaction ID : 9
Begin time     : Wed Mar 10 13:32:21 2021
Begin rpmdb    : 1378:d34f246401482d2e8ddd4bd3c7b27effa7b3daee
End time       :                           (0 seconds)
End rpmdb      : 1379:313a4b17f2520f5761cc00f15972395fa025cc68
User           : root <root>
Return-Code    : Success
Command Line   : -y install opencv-devel libSM python3 zbar-devel
Transaction performed with:
    Installed     rpm-4.11.3-45.el7.x86_64                        @anaconda
    Installed     yum-3.4.3-168.el7.centos.noarch                 @anaconda
    Installed     yum-plugin-fastestmirror-1.1.31-54.el7_8.noarch @anaconda
Packages Altered:
    Install opencv-devel-2.4.5-3.el7.x86_64 @base
history info


Command Line " -y install opencv-devel libSM pyhton3 zbar-devel" À» ÀÔ·Â Çß¾ú°í

±âÁ¸¿¡ ¼³Ä¡µÈ ÆÐÅ°Áö¸¦ Á¦¿ÜÇÑ opencv-devel ÆÐÅ°Áö¸¸ ¼³Ä¡ µÈ°ÍÀ» È®ÀÎ ÇÒ ¼ö ÀÖ´Ù.

 

¸¸¾à ½ÇÇàÇÑ yum ¸í·É¾î¿¡ ¹Ì½º°¡ ÀÖ´Ù¸é rollback ¿É¼ÇÀ» »ç¿ëÇÏ¿© µÇµ¹¸®±â °¡´ÉÇÏ´Ù.

yum history rollback [ÇØ´ç ID]


[root@localhost ~]# yum history rollback 8
Loaded plugins: fastestmirror, langpacks
Rollback to transaction 8, from Wed Mar 10 13:28:03 2021
  Undoing the following transactions: 9
    Install opencv-devel-2.4.5-3.el7.x86_64 @base
Resolving Dependencies
--> Running transaction check
---> Package opencv-devel.x86_64 0:2.4.5-3.el7 will be erased
--> Finished Dependency Resolution
base/7/x86_64                                                                                                                                         | 3.6 kB  00:00:00     
epel/x86_64/metalink                                                                                                                                  | 7.2 kB  00:00:00     
epel/x86_64                                                                                                                                           | 4.7 kB  00:00:00     
epel/x86_64/group_gz                                                                                                                                  |  96 kB  00:00:00     
epel/x86_64/updateinfo                                                                                                                                | 1.0 MB  00:00:00     
epel/x86_64/primary_db                                                                                                                                | 6.9 MB  00:00:01     
extras/7/x86_64                                                                                                                                       | 2.9 kB  00:00:00     
mariadb                                                                                                                                               | 2.9 kB  00:00:00     
updates/7/x86_64                                                                                                                                      | 2.9 kB  00:00:00     

Dependencies Resolved

=============================================================================================================================================================================
 Package                                      Arch                                   Version                                     Repository                             Size
=============================================================================================================================================================================
Removing:
 opencv-devel                                 x86_64                                 2.4.5-3.el7                                 @base                                 2.6 M

Transaction Summary
=============================================================================================================================================================================
Remove  1 Package

Installed size: 2.6 M
Is this ok [y/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Erasing    : opencv-devel-2.4.5-3.el7.x86_64                                                                                                                           1/1 
  Verifying  : opencv-devel-2.4.5-3.el7.x86_64                                                                                                                           1/1 

Removed:
  opencv-devel.x86_64 0:2.4.5-3.el7                                                                                                                                          

Complete!

 


ÇØ´ç ID¿¡ ´ë»óÀÌ µÇ´Â ÆÐÅ°Áö¸¦ ¼³Ä¡/»èÁ¦¸¦ ÀÇÁ¸¼ºÀ» È®ÀÎÇÏ¿© ·Ñ¹é Çϴ°ÍÀÌ °¡´ÉÇÏ´Ù.

yum À¸·Î ¼³Ä¡ÇÑ ÆÐÅ°Áö¸¦ Á÷Á¢Ã£¾Æ RPM ¸í·É¾î·Î »èÁ¦µµ °¡´É ÇÏÁö¸¸ ÀÇÁ¸¼º°ú ÆÐÅ°Áö °ü¸®¸¦ À§ÇØ

yum ÀÇ µµ¿òÀ»¹Þ±â¸¦ ±ÇÀåÇÑ´Ù.

 

 

HPE, ·¹³ë¹öµ¨ ¼­¹ö¿öÅ©½ºÅ×À̼DZâ¾÷¿ë ³ëÆ®ºÏ µî IT Á¦Ç°Àº ¼­¹ö¸ó¿¡¼­ °ßÀû¹Þ¾Æº¸¼¼¿ä~

Á¦Ç°¿¡ ´ëÇÑ »ó´ãÀ» Èñ¸ÁÇϽøé02-2026-5062 or sales@servermon.co.kr·Î ¹®ÀÇ ÁÖ¼¼¿ä.

¼­¹ö¸ó¿¡¼­ ¿î¿µÇϴ IT ¼îÇθôÀ» ±¸°æÇϽ÷Á¸éÇÏ´ÜÀÇ ·Î°í¸¦ Ŭ¸¯ÇØÁÖ¼¼¿ä.

ÄÚ¸àÆ® ¾²±â
ÄÚ¸àÆ® ¾²±â
°Ô½Ã±Û ¸ñ·Ï
Content
Name
Date
Hits
2021-03-16
7318

ºñ¹Ð¹øÈ£ È®ÀÎ ´Ý±â