Yum Install Java

Source: Internet
Author: User

When deploying a production system, it is recommended to use Yun to deploy the Java environment

1. Open Epel Source

#yum-y Install Epel-release

2. Installing Java

# yum-y Install java-1.6*

Epel source is currently installed in version 1.6

3. Upgrading Java Edition

(1). Enable Epel test source

Edit Vi/etc/yum.repos.d/epel-testing.repo

[Epel-testing]
Name=extra Packages for Enterprise Linux 6-testing-$basearch
#baseurl =http://download.fedoraproject.org/pub/epel/testing/6/$basearch
Mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=testing-epel6&arch= $basearch
Failovermethod=priority
Enabled=1
Gpgcheck=1
Gpgkey=file:///etc/pki/rpm-gpg/rpm-gpg-key-epel-6

(2). Deactivate Epel Normal source

# Vi/etc/yum.repos.d/epel.repo

[Epel]
Name=extra Packages for Enterprise Linux 6-$basearch
#baseurl =http://download.fedoraproject.org/pub/epel/6/$basearch
Mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch= $basearch
Failovermethod=priority
Enabled=0
Gpgcheck=1
Gpgkey=file:///etc/pki/rpm-gpg/rpm-gpg-key-epel-6

(3). Upgrading the Java version

# yum-y Install java-1.7*

Note: Yum Upgrade cannot upgrade Java across levels, not directly from 1.6 to 1.7

Yum Install Java

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.