Advertisement
Guest User

Untitled

a guest
Nov 6th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.82 KB | None | 0 0
  1. root@server [~]# yum install compat-libstdc++-33 -y
  2. Loaded plugins: dellsysid, fastestmirror, rhnplugin
  3. Setting up Install Process
  4. Loading mirror speeds from cached hostfile
  5.  * cloudlinux-x86_64-server-6: xmlrpc.cln.cloudlinux.com
  6.  * rpmforge: mirror.us.leaseweb.net
  7. Resolving Dependencies
  8. There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
  9. --> Running transaction check
  10. ---> Package compat-libstdc++-33.x86_64 0:3.2.3-69.el6 will be installed
  11. --> Finished Dependency Resolution
  12.  
  13. Dependencies Resolved
  14.  
  15. =========================================================================================================================================================================================================================================
  16.  Package                                                    Arch                                          Version                                                Repository                                                         Size
  17. =========================================================================================================================================================================================================================================
  18. Installing:
  19.  compat-libstdc++-33                                        x86_64                                        3.2.3-69.el6                                           cloudlinux-x86_64-server-6                                        182 k
  20.  
  21. Transaction Summary
  22. =========================================================================================================================================================================================================================================
  23. Install       1 Package(s)
  24.  
  25. Total download size: 182 k
  26. Installed size: 0  
  27. Downloading Packages:
  28. compat-libstdc++-33-3.2.3-69.el6.x86_64.rpm                                                                                                                                                                       | 182 kB     00:01    
  29. Running rpm_check_debug
  30. Running Transaction Test
  31. Transaction Test Succeeded
  32. Running Transaction
  33.   Installing : compat-libstdc++-33-3.2.3-69.el6.x86_64                                                                                                                                                                               1/1
  34.   Verifying  : compat-libstdc++-33-3.2.3-69.el6.x86_64                                                                                                                                                                               1/1
  35.  
  36. Installed:
  37.   compat-libstdc++-33.x86_64 0:3.2.3-69.el6                                                                                                                                                                                              
  38.  
  39. Complete!
  40.  
  41. root@server [~]# yum install libstdc++- -y        
  42. Loaded plugins: dellsysid, fastestmirror, rhnplugin
  43. Setting up Install Process
  44. Loading mirror speeds from cached hostfile
  45.  * cloudlinux-x86_64-server-6: xmlrpc.cln.cloudlinux.com
  46.  * rpmforge: mirror.us.leaseweb.net
  47. No package libstdc++- available.
  48. Error: Nothing to do
  49.  
  50. root@server [~]# yum install libxml2 -y
  51. Loaded plugins: dellsysid, fastestmirror, rhnplugin
  52. Setting up Install Process
  53. Loading mirror speeds from cached hostfile
  54.  * cloudlinux-x86_64-server-6: xmlrpc.cln.cloudlinux.com
  55.  * rpmforge: mirror.us.leaseweb.net
  56. Package libxml2-2.7.6-20.el6.x86_64 already installed and latest version
  57. Nothing to do
  58.  
  59. root@server [~]# sh ESM_Firmware_0F12K_LN32_1.99_A00.BIN
  60. The following packages are required for update package to run:
  61.    compat-libstdc++-33.i686 libstdc++.i686 libxml2.i686
  62. Please check  Update package User guide for instructions for installing the dependencies
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement