0

Just downloaded ubuntu 17.04. Instructions suggest verifying iso before burning. Only verification link is for 16.??.

Dennis
  • 1

1 Answers1

2

Please use this link to verify your download:

http://releases.ubuntu.com/17.04/

Steps to check the md5sum of iso file:

  1. Copy the md5sums for your particular download and place into a file say check.md5:

    echo "18cc54af55d7ca931bbb8588e8d9c1bd *ubuntu-17.04-desktop-amd64.iso" > check.md5
    
  2. Put that file (check.md5) in the same folder as the downloaded iso file.

  3. Check it with:

    md5sum -c check.md5
    
George Udosen
  • 37,534