Sameera.San
Sameera.San

Reputation: 77

Install GCC 4.8 on Redhat 7 in offline mode

How to install GCC 4.8 on RHEL 7 in offline mode? (not registered with Redhat). I searched for a solution but couldn't find a proper one.

Upvotes: 1

Views: 4954

Answers (2)

dlmeetei
dlmeetei

Reputation: 10391

There are two options that we can use

1) Create a local yum repository from DVD/ISO file - Google search will throw lot of links. One such thing is https://access.redhat.com/solutions/1355683

2) Another option is use the Centos repository. Centos is derived from RHEL and should be safe. You can set this as you repository. But, I will go for the first one

Upvotes: 2

Mike Guerette
Mike Guerette

Reputation: 546

Not sure about GCC 4.8, but V6.3.1 is available via the Developer Toolset. See https://developers.redhat.com/products/developertoolset/updates/

I'm believe GCC 5.3 may still be accessible too.

There's a no-cost RHEL developer subscription to download here: https://developers.redhat.com/products/rhel/download/

HTH

Upvotes: 1

Related Questions