Skip to content

Instantly share code, notes, and snippets.

@spot62
Last active March 2, 2017 14:14
Show Gist options
  • Save spot62/154cd94520f8d794faa3ac7498e89b10 to your computer and use it in GitHub Desktop.
Save spot62/154cd94520f8d794faa3ac7498e89b10 to your computer and use it in GitHub Desktop.
Install Eclipse from repo
#!/bin/bash
sudo dnf install -y eclipse-{platform,pydev,cdt-sdk,egit,webtools-javaee}
sudo dnf install -y eclipse-dltk-{ruby,mylyn,rse,tests,sdk,tcl,itcl,xotcl}
sudo dnf install -y eclipse-color-theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment