Advertisement
fatherlinux

UBI & RHEL

Apr 30th, 2020
636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. RHEL
  2. ======================================================================================================================
  3. [root@rhel8 ~]# yum download openssl;sha512sum openssl-1.1.1c-15.el8.x86_64.rpm
  4. Updating Subscription Management repositories.
  5. Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs) 2.2 MB/s | 18 MB 00:08
  6. Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs) 2.0 MB/s | 17 MB 00:08
  7. Last metadata expiration check: 0:00:03 ago on Thu 30 Apr 2020 04:53:02 PM EDT.
  8. openssl-1.1.1c-15.el8.x86_64.rpm 888 kB/s | 697 kB 00:00
  9. edd2f647298667cd6fc7265dd454204604e0bfe78b25d19d6c5db9ba5a9ffa1afd62920eee8a49bb1feaa31ca2ce065794bcc313e55a60f43d382b219c6eed6a openssl-1.1.1c-15.el8.x86_64.rpm
  10.  
  11.  
  12. UBI
  13. ======================================================================================================================
  14. [fatherlinux@keith-dc2-crunchtools-com ~]$ podman run -t ubi8 /bin/bash -c "yum download openssl;sha512sum openssl-1.1.1c-15.el8.x86_64.rpm"
  15. Updating Subscription Management repositories.
  16. Unable to read consumer identity
  17. This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
  18. Red Hat Universal Base Image 8 (RPMs) - BaseOS 609 kB/s | 762 kB 00:01
  19. Red Hat Universal Base Image 8 (RPMs) - AppStream 1.0 MB/s | 3.8 MB 00:03
  20. Red Hat Universal Base Image 8 (RPMs) - CodeReady Builder 24 kB/s | 9.1 kB 00:00
  21. Last metadata expiration check: 0:00:01 ago on Thu Apr 30 20:51:39 2020.
  22. openssl-1.1.1c-15.el8.x86_64.rpm 1.4 MB/s | 697 kB 00:00
  23. edd2f647298667cd6fc7265dd454204604e0bfe78b25d19d6c5db9ba5a9ffa1afd62920eee8a49bb1feaa31ca2ce065794bcc313e55a60f43d382b219c6eed6a openssl-1.1.1c-15.el8.x86_64.rpm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement