Results 1 to 3 of 3

Thread: i586 JDK error on installation

  1. #1
    Join Date
    Oct 2017
    Beans
    1

    i586 JDK error on installation

    I got the below error

    sha256sum mismatch jdk-8u152-linux-i586.tar.gz

    can you plz provide me patch for i586?
    Last edited by QIII; October 20th, 2017 at 09:36 AM.

  2. #2
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: i586 JDK error on installation

    Moved to its own thread from https://ubuntuforums.org/showthread.php?t=2374686

    Yours appears to be a problem distinct from the original thread.
    Last edited by QIII; October 20th, 2017 at 09:37 AM.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  3. #3
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: i586 JDK error on installation

    Hello jayesh.patil, welcome to the forums.

    It seems that your JDK package is not downloaded correctly. Try the following
    Code:
    sudo apt-get --purge remove oracle-java8-installer
    sudo apt-get clean
    sudo apt-get update
    sudo add-apt-repository --remove ppa:webupd8team/java
    sudo apt-get update
    sudo apt-add-repository ppa:webupd8team/java
    sudo apt-get update
    sudo apt-get install oracle-java8-installer

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •