Is there any way to install GCC on a redhat machine which has no internet connection.
Can i download the package from somewhere and install?
Is there any way to install GCC on a redhat machine which has no internet connection.
Can i download the package from somewhere and install?
Well you could just download the Tarball at on of the mirror sites https://gcc.gnu.org/mirrors.html put it on i.e. an usb-Stick
and extract it on your computer with tar -zxf {path to the tar.gz file.}
and run the gcc file in the extracted folder.