Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmdotin/5e33ae0c88f31d067dacb8d08b0ac8c1 to your computer and use it in GitHub Desktop.
Save dmdotin/5e33ae0c88f31d067dacb8d08b0ac8c1 to your computer and use it in GitHub Desktop.
Verify downloaded file checksum in ubuntu
Open Terminal using ..
Ctrl+Alt+T
Assume you downloaded ISO file in " Downloads/ISO files " Directory
Use " cd " command to enter the folders .. Example :
$ cd Downloads/ISO\ files/ & Press Enter ( If your folder names are with space use back slash , space to enter the directory )
type " ls " to list the files inside the folder
~Downloads/ISO files$ ls & copy the iso file name
enter below command to get sha256 checksum of the desired file ..
~Downloads/ISO files$ sha256sum -b ubuntu-16.04.4-desktop-amd64.iso & Press enter
You will be provided by a checksum & varify that with original checksum from Ubuntu website
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment