Installing g++
I just installed Red Hat Enterprise Linux Client release 7.5 (Maipo) on a virtual machine and would like to install g++ 4.8.5. I understand I need to install the "Development Tools" group, but no such group is listed as available (see below).
Any suggestions?
uname -r
3.10.0-862.el7.x86_64
cat /etc/redhat-release
Red Hat Enterprise Linux Client release 7.5 (Maipo)
sudo yum group list --setopt=group_package_types=mandatory,default,optional
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-
: manager
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
Available Environment Groups:
GNOME Desktop
KDE Plasma Workspaces
Available Groups:
Additional Virtualization Tools
Compatibility Libraries
Console Internet Tools
Graphical Administration Tools
Java Base
Java Browser
Java Database
Legacy UNIX Compatibility
Misc
Security Tools
Smart Card Support
Zhong Yi Song Fonts
Done
sudo yum group install "Development tools" --setopt=group_package_types=mandatory,default,optional
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
Warning: group Development tools does not exist.
Maybe run: yum groups mark install (see man yum)
Error: No packages in any requested group available to install or update
yum group info 'Development Tools'
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
Repo rhel-7-desktop-rhn-tools-rpms forced skip_if_unavailable=True due to: /etc/pki/entitlement/1262731637225038894-key.pem
Repo rhel-7-desktop-rpms forced skip_if_unavailable=True due to: /etc/pki/entitlement/1262731637225038894-key.pem
Repo rhel-7-desktop-supplementary-rpms forced skip_if_unavailable=True due to: /etc/pki/entitlement/1262731637225038894-key.pem
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
Warning: group/environment Development Tools does not exist.
Responses