Index of /10.0/snapshots/rpms/10.2.0/x86_64

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]rh-eclipse46-devstudio-10.2-0.20161202.0658.el7.x86_64.rpm.sha2562016-12-02 07:13 65  
[   ]rh-eclipse46-devstudio-10.2-0.20161202.0658.el7.x86_64.rpm2016-12-02 07:13 249M 
[   ]rh-eclipse46-devstudio-10.2-0.20161202.0658.el7.src.rpm.sha2562016-12-02 07:13 65  
[   ]rh-eclipse46-devstudio-10.2-0.20161202.0658.el7.src.rpm2016-12-02 07:00 242M 
[DIR]repodata/2016-12-02 07:13 -  

Red Hat JBoss Developer Studio 10 - RPM
Latest Build: 10.2-0.20161202.0658.el7.x86_64

Red Hat JBoss Developer Studio 10 RPM

This repo contains the latest Development Milestone RPM of Red Hat JBoss Developer Studio 10.

RPM Installation Instructions



  • 1. Change to root user
    sudo -i
    # OR
    su -
  • 2. Enable devstudio yum repos
    cat << EOF > /etc/yum.repos.d/rh-eclipse46-devstudio.repo
    [rh-eclipse46-devstudio-stable-10.x]
    name=rh-eclipse46-devstudio-stable-10.x
    baseurl=https://devstudio.redhat.com/static/10.0/stable/rpms/x86_64/
    enabled=1
    gpgcheck=1
    upgrade_requirements_on_install=1
    metadata_expire=24h
    
    [rh-eclipse46-devstudio-snapshot-10.2]
    name=rh-eclipse46-devstudio-snapshot-10.2
    baseurl=https://devstudio.redhat.com/10.0/snapshots/rpms/10.2.0/x86_64/
    enabled=0
    gpgcheck=0
    upgrade_requirements_on_install=1
    metadata_expire=20m
    EOF
  • 3. Install product signing (GPG) key
    rpm --import "http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x08B871E6A5787476"
  • 4. Install devstudio with yum
    yum install rh-eclipse46-devstudio