'installation on RedHat without subscription-manager
Is there a way to install gcc-g++ (for example) without subscription-manager ?
sudo yum upgrade gcc-c++
Loaded plugins: product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register
.
Solution 1:[1]
You can create free account in RHN and register up to 15 machines for free. Then (after register the machine) you can manage repos and install desired packages
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Romeo Ninov |
