|
Template:Using MD5 Checksums
From NeoWiki
(Difference between revisions)
Revision as of 18:58, 31 March 2009 (edit) Sardisson (Talk | contribs) (add the drag method of getting the file path) ← Previous diff |
Current revision (17:03, 19 April 2011) (edit) (undo) ( | contribs) (Remove RetroOffice references) |
||
Line 1: | Line 1: | ||
- | NeoOffice.org provides MD5 checksums for [[NeoOffice_MD5_Checksums|NeoOffice | + | NeoOffice.org provides MD5 checksums for [[NeoOffice_MD5_Checksums|NeoOffice]]. |
If you wish to verify the checksum, perform the following steps: | If you wish to verify the checksum, perform the following steps: | ||
Line 12: | Line 12: | ||
<!--{{botlangbarEN|}}--> | <!--{{botlangbarEN|}}--> | ||
- | [[Category:NeoOffice | + | [[Category:NeoOffice]] |
Current revision
NeoOffice.org provides MD5 checksums for NeoOffice.
If you wish to verify the checksum, perform the following steps:
- Open the /Applications/Utilites/Terminal application
- Execute the following command in the Terminal window:
md5 /absolute/path/to/a/file
- You can compose the above command by typing
md5
followed by a space, and then drag the.dmg
file from the Desktop to the Terminal window; this will automatically insert the full path to the file.
- You can compose the above command by typing
- Visually compare the output of the command to the MD5 checksum listed for the same file on the NeoWiki page
As an alternative, you can also use a GUI application like Checksum or MD5 to determine the checksum of a file instead of using the Terminal commands.