Guest User

Untitled

a guest
Dec 17th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. [vagrant@revolution-dev pkg]$ ls
  2. golang-1.9.1-1.x86_64.rpm
  3. [vagrant@revolution-dev pkg]$ yum install golang-1.9.1-1.x86_64.rpm
  4. Loaded plugins: fastestmirror
  5. You need to be root to perform this command.
  6. [vagrant@revolution-dev pkg]$ sudo !!
  7. sudo yum install golang-1.9.1-1.x86_64.rpm
  8. Loaded plugins: fastestmirror
  9. Examining golang-1.9.1-1.x86_64.rpm: golang-1.9.1-1.x86_64
  10. Marking golang-1.9.1-1.x86_64.rpm as an update to golang-1.8.3-1.el7.x86_64
  11. Loading mirror speeds from cached hostfile
  12. * base: mirrors.xmission.com
  13. * epel: mirror.sjc02.svwh.net
  14. * extras: mirror.tocici.com
  15. * updates: centos.sonn.com
  16. Resolving Dependencies
  17. --> Running transaction check
  18. ---> Package golang.x86_64 0:1.8.3-1.el7 will be updated
  19. --> Processing Dependency: go = 1.8.3-1.el7 for package: golang-bin-1.8.3-1.el7.x86_64
  20. ---> Package golang.x86_64 0:1.8.3-1.el7 will be obsoleted
  21. --> Processing Dependency: go = 1.8.3-1.el7 for package: golang-bin-1.8.3-1.el7.x86_64
  22. ---> Package golang.x86_64 0:1.9.1-1 will be obsoleting
  23. ---> Package golang-src.noarch 0:1.8.3-1.el7 will be obsoleted
  24. --> Finished Dependency Resolution
  25. Error: Package: golang-bin-1.8.3-1.el7.x86_64 (@base)
  26. Requires: go = 1.8.3-1.el7
  27. Removing: golang-1.8.3-1.el7.x86_64 (@base)
  28. go = 1.8.3-1.el7
  29. Updated By: golang-1.9.1-1.x86_64 (/golang-1.9.1-1.x86_64)
  30. Not found
  31. Obsoleted By: golang-1.9.1-1.x86_64 (/golang-1.9.1-1.x86_64)
  32. Not found
  33. You could try using --skip-broken to work around the problem
  34. You could try running: rpm -Va --nofiles --nodigest
  35. [vagrant@revolution-dev pkg]$ sudo yum install golang-1.9.1-1.x86_64.rpm --skip-broken
  36. Loaded plugins: fastestmirror
  37. Examining golang-1.9.1-1.x86_64.rpm: golang-1.9.1-1.x86_64
  38. Marking golang-1.9.1-1.x86_64.rpm as an update to golang-1.8.3-1.el7.x86_64
  39. Loading mirror speeds from cached hostfile
  40. * base: mirrors.xmission.com
  41. * epel: mirror.sjc02.svwh.net
  42. * extras: mirror.tocici.com
  43. * updates: centos.sonn.com
  44. Resolving Dependencies
  45. --> Running transaction check
  46. ---> Package golang.x86_64 0:1.8.3-1.el7 will be updated
  47. --> Processing Dependency: go = 1.8.3-1.el7 for package: golang-bin-1.8.3-1.el7.x86_64
  48. ---> Package golang.x86_64 0:1.8.3-1.el7 will be obsoleted
  49. --> Processing Dependency: go = 1.8.3-1.el7 for package: golang-bin-1.8.3-1.el7.x86_64
  50. ---> Package golang.x86_64 0:1.9.1-1 will be obsoleting
  51. ---> Package golang-src.noarch 0:1.8.3-1.el7 will be obsoleted
  52. --> Running transaction check
  53. ---> Package golang-src.noarch 0:1.8.3-1.el7 will be obsoleted
  54. --> Processing Dependency: golang-src = 1.8.3-1.el7 for package: golang-1.8.3-1.el7.x86_64
  55.  
  56. Packages skipped because of dependency problems:
  57. golang-1.9.1-1.x86_64 from /golang-1.9.1-1.x86_64
  58. [vagrant@revolution-dev pkg]$
Add Comment
Please, Sign In to add comment