/usr/share/doc/jacksum/readme.txt is in jacksum 1.7.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | Description
-----------
Jacksum 1.7.0 (July 30, 2006)
is a free checksum utility, written entirely in Java (JAva ChecKSUM)
Copyright (c) Dipl.-Inf. (FH) Johann N. Loefflmann
mailto: jonelo@jonelo.de
Requirements
------------
A Java Runtime Environment is required (JRE 1.3.1+).
The JRE 5.0+ is recommended.
Download the latest version from
http://java.sun.com/j2se
Jacksum runs also on FOSS JVMs
GCC with GCJ (http://gcc.gnu.org/java/)
Kaffe (http://www.kaffe.org/)
Start Jacksum
-------------
Open a new Terminal (in the Windows-World it is known as "Command Prompt")
and start Jacksum by typing
java -jar jacksum.jar
or
java -classpath jacksum.jar Jacksum
or
java Jacksum
The environment variable called CLASSPATH must be point
to jacksum.jar in this case.
I recommend to use the Windows batch file (jacksum.bat) or the
Unix script (jacksum). You find more instructions in these files.
On a FOSS JVMs start Jacksum by typing
gij -jar bigal.jar
respectively
kaffe -jar bigal.jar
Updates
-------
Keep updated by sending an email to
mailto:announce-subscribe@jacksum.dev.java.net
Get the latest Jacksum version from
http://www.jonelo.de/java/jacksum/index.html
Files
-----
devel/collisions.zip A collection of collisions
devel/jacksum-src.zip The sources of Jacksum
history.txt A program history
jacksum.jar The Jacksum application
license.txt The License file (GPL)
readme.txt An english readme (this file)
readme_de.txt A german readme
unix/jacksum Script to launch Jacksum under Unix/Linux
unix/jacksum.magic Magic-Record for the Unix/Linux command file
windows/jacksum.bat Batch to launch Jacksum under Windows
|