yum history 명령 사용법

컴퓨터 2020. 3. 26. 09:32

CentOS / RHEL See Detailed History Of yum history Commands
https://www.cyberciti.biz/faq/yum-history-command/

 

yum history
Loaded plugins: fastestmirror, nvidia
ID     | Login user               | Date and time    | Action(s)      | Altered
-------------------------------------------------------------------------------
    50 | root               | 2020-03-19 03:26 | Install        |    1
    49 | root               | 2020-03-12 02:01 | Install        |    4

 

명령 내용이 안 보일 때,

yum --setopt=history_list_view=commands history list all

 

Loaded plugins: fastestmirror, nvidia
ID     | Command line             | Date and time    | Action(s)      | Altered
-------------------------------------------------------------------------------
    50 | install tcsh -y          | 2020-03-19 03:26 | Install        |    1
    49 | install -y mutt          | 2020-03-12 02:01 | Install        |    4

 

 

'컴퓨터' 카테고리의 다른 글

레이첼 라즈베리파이  (0) 2020.04.10
Counting Actor Screen Time in Movies  (0) 2020.04.02
개인용 나스 NAS  (0) 2020.03.19
CentOS7 horovod 설치  (0) 2020.03.18
psutil - Cross-platform lib for process and system monitoring in Python.  (0) 2020.03.18