How to Install Eclipse C++ on CentOS 7 Easy Guide

April 12, 2019 | By the+gnu+linux+evangelist.

Installing

  1. Download Latest Eclipse IDE C/C++ for Linux

    Eclipse 2023-12 R IDE C/C++ tar.gz Linux
  2. Installing Eclipse IDE
    Then Extract the Archive into the Target with one Command:

    sudo tar xvzf $HOME/Downloads/eclipse*linux*.tar.gz -C /opt/
    

    (If downloaded with Firefox it may be instead into the /tmp/mozilla* folder)
    Now Set the SuperUser as Owner:

    sudo chown -R root:root /opt/eclipse

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

Contents


QuickChic Theme • Powered by WordPress