Created
April 3, 2018 20:00
-
-
Save dmdotin/5e33ae0c88f31d067dacb8d08b0ac8c1 to your computer and use it in GitHub Desktop.
Verify downloaded file checksum in ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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