Advertisement
lamiastella

brew not working on centos 7

Mar 30th, 2021
930
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.10 KB | None | 0 0
  1. (phosa) [jalal@goku ~]$ sudo yum groupinstall 'Development Tools'
  2. [sudo] password for jalal:
  3. Loaded plugins: aliases, changelog, copr, fastestmirror, kabi, langpacks, nvidia, priorities, product-id, search-disabled-repos,
  4.               : subscription-manager, tmprepo, verify, versionlock
  5.  
  6. This system is not registered with an entitlement server. You can use subscription-manager to register.
  7.  
  8. Loading support for Red Hat kernel ABI
  9. Loading mirror speeds from cached hostfile
  10.  * centos-sclo-rh: mirror.centos.iad1.serverforge.org
  11.  * centos-sclo-sclo: mirror.net.cen.ct.gov
  12.  * remi-php70: mirror.pit.teraswitch.com
  13.  * remi-php71: mirror.pit.teraswitch.com
  14.  * remi-php73: mirror.pit.teraswitch.com
  15.  * remi-safe: mirror.pit.teraswitch.com
  16.  * webtatic: us-east.repo.webtatic.com
  17. 1108 packages excluded due to repository priority protections
  18. Maybe run: yum groups mark install (see man yum)
  19. No packages in any requested group available to install or update
  20. (phosa) [jalal@goku ~]$ sudo yum install curl file git
  21. Loaded plugins: aliases, changelog, copr, fastestmirror, kabi, langpacks, nvidia, priorities, product-id, search-disabled-repos,
  22.               : subscription-manager, tmprepo, verify, versionlock
  23.  
  24. This system is not registered with an entitlement server. You can use subscription-manager to register.
  25.  
  26. Loading support for Red Hat kernel ABI
  27. Loading mirror speeds from cached hostfile
  28.  * centos-sclo-rh: mirror.centos.iad1.serverforge.org
  29.  * centos-sclo-sclo: mirror.net.cen.ct.gov
  30.  * remi-php70: mirror.pit.teraswitch.com
  31.  * remi-php71: mirror.pit.teraswitch.com
  32.  * remi-php73: mirror.pit.teraswitch.com
  33.  * remi-safe: mirror.pit.teraswitch.com
  34.  * webtatic: us-east.repo.webtatic.com
  35. 1108 packages excluded due to repository priority protections
  36. Package curl-7.29.0-59.el7_9.1.x86_64 already installed and latest version
  37. Package file-5.11-37.el7.x86_64 already installed and latest version
  38. Package git-1.8.3.1-23.el7_8.x86_64 already installed and latest version
  39. Nothing to do
  40. (phosa) [jalal@goku ~]$ eval $(~/.linuxbrew/bin/brew shellenv)
  41. Error: Unknown command: shellenv
  42. (phosa) [jalal@goku ~]$
  43.  
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement