I use Fedora for most workstations, so I've only just noticed that CentOS and EPEL don't appear to have packages for eclipse. All of the Google search results I've seen that contain a process for installation merely document downloading the tarball from eclipse.org. Is there a yum repo for these packages? Does CentOS not rebuild the Red Hat software collections? https://access.redhat.com/discussions/933183
On 08/08/2016 03:21 PM, Gordon Messmer wrote:> Does CentOS not rebuild the Red Hat software collections?That's embarrassing. Of course they do. Found it. # yum install centos-release-scl # yum list devtoolset-4-eclipse\*
On 08/08/2016 03:25 PM, Gordon Messmer wrote:> # yum install centos-release-scl > # yum list devtoolset-4-eclipse\*Of course, the next question is: Is it possible to install Eclipse in a way that doesn't require users to run "scl enable devtoolset-4 bash" in a terminal? Or can selected software collections be enabled by default in new sessions?