Index of /11/snapshots/rpms/latest/x86_64

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[DIR]repodata/2018-04-13 08:22 -  
[   ]rh-eclipse47-devstudio-11.3-0.20180413.0814.el7.src.rpm2018-04-13 08:17 209M 
[   ]rh-eclipse47-devstudio-11.3-0.20180413.0814.el7.src.rpm.sha2562018-04-13 08:22 65  
[   ]rh-eclipse47-devstudio-11.3-0.20180413.0814.el7.x86_64.rpm2018-04-13 08:22 215M 
[   ]rh-eclipse47-devstudio-11.3-0.20180413.0814.el7.x86_64.rpm.sha2562018-04-13 08:22 65  

Red Hat JBoss Developer Studio 11 - RPM
Latest Build: 11.3-0.20180413.0814.el7.x86_64

Red Hat JBoss Developer Studio 11 RPM

This repo contains the latest Technology Preview RPM of Red Hat JBoss Developer Studio 11.

RPM Installation Instructions



  • 1. Change to root user
    sudo -i
    # OR
    su -
  • 2. Enable devstudio yum repos
    cat << EOF > /etc/yum.repos.d/rh-eclipse47-devstudio.repo
    [rh-eclipse47-devstudio-stable-11.x]
    name=rh-eclipse47-devstudio-stable-11.x
    baseurl=https://devstudio.redhat.com/static/11/stable/rpms/x86_64/
    enabled=1
    gpgcheck=1
    upgrade_requirements_on_install=1
    metadata_expire=24h
    
    [rh-eclipse47-devstudio-snapshot-11.3.0]
    name=rh-eclipse47-devstudio-snapshot-11.3.0
    baseurl=https://devstudio.redhat.com/11/snapshots/rpms/11.3.0/x86_64/
    enabled=0
    gpgcheck=0
    upgrade_requirements_on_install=1
    metadata_expire=20m
    EOF
  • 3. Install product signing (GPG) key
    rpm --import "https://www.redhat.com/security/a5787476.txt"
  • 4. Install devstudio with yum
    yum install rh-eclipse47-devstudio