OS/CentOS

CentOS7 microsoft edge install libatomic.so.1 error

강서버 2022. 1. 24. 17:39
728x90
반응형

CentOS7 microsoft edge install libatomic.so.1 error

 

* microsoft edge download file : microsoft-edge-stable-97.0.1072.69-1.x86_64.rpm

 

$ sudo rpm -ivh microsoft-edge-stable-97.0.1072.69-1.x86_64.rpm

------------------------------------------------------------------------------------

[user@localhost down]$ sudo rpm -ivh microsoft-edge-stable-97.0.1072.69-1.x86_64.rpm 
[sudo] user의 암호: 
경고: microsoft-edge-stable-97.0.1072.69-1.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID be1229cf: NOKEY
오류: Failed dependencies:
libatomic.so.1()(64bit) is needed by microsoft-edge-stable-97.0.1072.69-1.x86_64
libatomic.so.1(LIBATOMIC_1.0)(64bit) is needed by microsoft-edge-stable-97.0.1072.69-1.x86_64

------------------------------------------------------------------------------------

[ Capture ]

 

$ sudo yum install libatomic

------------------------------------------------------------------------------------

[user@localhost down]$ yum install libatomic
Loaded plugins: fastestmirror, langpacks
You need to be root to perform this command.
[user@localhost down]$ sudo yum install libatomic
[sudo] user의 암호: 
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.kakao.com
 * extras: mirror.kakao.com
 * updates: mirror.kakao.com
Resolving Dependencies
--> Running transaction check
---> Package libatomic.x86_64 0:4.8.5-44.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package            Arch            Version                 Repository     Size
================================================================================
Installing:
 libatomic          x86_64          4.8.5-44.el7            base           51 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 51 k
Installed size: 26 k
Is this ok [y/d/N]: y
Downloading packages:
libatomic-4.8.5-44.el7.x86_64.rpm                          |  51 kB   00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : libatomic-4.8.5-44.el7.x86_64                                1/1 
  Verifying  : libatomic-4.8.5-44.el7.x86_64                                1/1 

Installed:
  libatomic.x86_64 0:4.8.5-44.el7                                               

Complete!

------------------------------------------------------------------------------------

[ Capture ]

 

$ sudo rpm -ivh microsoft-edge-stable-97.0.1072.69-1.x86_64.rpm

------------------------------------------------------------------------------------

[user@localhost down]$ sudo rpm -ivh microsoft-edge-stable-97.0.1072.69-1.x86_64.rpm 
경고: microsoft-edge-stable-97.0.1072.69-1.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID be1229cf: NOKEY
준비 중...                         ################################# [100%]
Updating / installing...
   1:microsoft-edge-stable-97.0.1072.6################################# [100%]

------------------------------------------------------------------------------------

[ Capture ]

 

728x90
반응형

'OS > CentOS' 카테고리의 다른 글

CentOS 7 Clean yum cache  (0) 2020.11.24
CentOS 7.9 (2009) Chrome Install  (0) 2020.11.24
CentOS7 + MariaDB 10.4 Install  (0) 2020.11.16
Check CentOS Running Services  (0) 2020.09.09
Check CentOS version  (0) 2020.09.09