[Solved] No properly formatted MD5 checksum lines found

Issues with installing under all GNU/Linux Distributions
Post Reply
User avatar
lxvi
Posts: 8
Joined: Sun Dec 22, 2013 9:32 pm

[Solved] No properly formatted MD5 checksum lines found

Post by lxvi »

I just tried verifying the 4.1.2 tarball in CentOS 6.3 and got the following

Code: Select all

 md5sum -c Apache_OpenOffice_4.1.2_Linux_x86-64_install-rpm_en-US.tar.gz.md5 
md5sum: Apache_OpenOffice_4.1.2_Linux_x86-64_install-rpm_en-US.tar.gz.md5: no properly formatted MD5 checksum lines found
The reason for the error is that there is only one space between the checksum and the filename in the .md5 file. There should be two spaces, or a space and an asterisk, like so:

Code: Select all

bb3c58bec7d1280aae18bafe55e922ee *Apache_OpenOffice_4.1.2_Linux_x86-64_install-rpm_en-US.tar.gz
OpenOffice 4.0.1 on 64-bit Vista Home Premium SP2
AOO401m5(Build:9714) - Rev. 1524958
2013-09-20 11:40:29 (Fr, 20 Sep 2013)
Post Reply