ganesh pol a écrit :
> i am new to linux and batik 
>
> clearly speaking what is the use of batik-1.5.zip.asc
>   
This is the cryptographic signature of the file. You use the key
downloaded to check the signature is valid against batik-1.5.zip. It
allows you to check the file has not been tampered with.
> i follow same procedure as mentioned in 
>
> http://xmlgraphics.apache.org/batik/install.html
> http://xmlgraphics.apache.org/batik/install.html 
>
> and downloaded 
>
> batik-1.6.zip
> batik-docs-1.6.zip
>
> and corresponding asc files
> batik-1.6.zip.asc
> batik-docs-1.6.zip.asc
>
> and KEYS 
> from server 
> all these files are at the 
> /home/g.pol/devtools/frameworks/batik on my machine
>
> from the terminal i moved to this folder and extract batik-1.6.zip
> it is extracted and new folder is created at location
> /home/g.pol/devtools/frameworks/batik/batik-1.6
>   
The check is done on the zip file, no need to extract for that (but
extracting doesn't hurt)
> now from the terminal i try to run following commands 
>
> [EMAIL PROTECTED] batik]$ pgpk -a keys
> bash: pgpk: command not found
> [EMAIL PROTECTED] batik]$ pgpk -a KEYS
> bash: pgpk: command not found
> [EMAIL PROTECTED] batik]$ pgp -ka KEYS
> bash: pgp: command not found
>   
Just mean you don't have pgp installed, which is common on linux and you
probably don't need to install it as gpg will do the same work.
> [EMAIL PROTECTED] batik]$ % pgp -ka KEYS
> bash: fg: %: no such job
>   
Don't type the %, it just mark, in the doc, the begin of your command line
> [EMAIL PROTECTED] batik]$ %pgp -ka KEYS
> bash: fg: %pgp: no such job
> [EMAIL PROTECTED] batik]$
>
> what problem i did in configuration
>   
Nothing, but you didn't read the doc fully, there is a third 'or' in the
doc you mention:
or
 % gpg --import KEYS
 % gpg --verify batik-1.5.zip.asc

Which should work on fedora core.
> i just installed fedora  5 (linux)
> only 2 days before and not aware of linux commands
>   
They nearly never really start with % # or $, so in docs assume this is
the begining of command mark :) (it is your prompt)
> can any one help me in solving this problem
>
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to