Advertisement
hakonhagland

macos-perlbrew-curl-test

Sep 25th, 2021
1,285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.06 KB | None | 0 0
  1. # macOS version information
  2. $ sw_vers
  3. ProductName:    macOS
  4. ProductVersion: 11.2.3
  5. BuildVersion:   20D91
  6.  
  7. # perl version information
  8. $ perl --version
  9. This is perl 5, version 32, subversion 1 (v5.32.1) built for darwin-2level
  10.  
  11. # curl version information
  12. $ curl --version
  13. curl 7.64.1 (x86_64-apple-darwin20.0) libcurl/7.64.1 (SecureTransport) LibreSSL/2.8.3 zlib/1.2.11 nghttp2/1.41.0
  14. Release-Date: 2019-03-27
  15. Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
  16. Features: AsynchDNS GSS-API HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM NTLM_WB SPNEGO SSL UnixSockets
  17.  
  18. # Try to download perlbrew install script:
  19. $  curl -L https://install.perlbrew.pl -o install_perlbrew.sh
  20.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  21.                                  Dload  Upload   Total   Spent    Left  Speed
  22. 100   170  100   170    0     0    219      0 --:--:-- --:--:-- --:--:--   218
  23. 100  1574  100  1574    0     0   1845      0 --:--:-- --:--:-- --:--:--  1845
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement