Problem with installation

Im on kali linux.
Operating System: Kali GNU/Linux Rolling
Kernel: Linux 6.3.0-kali1-amd64

When im doing instalation with that instruction Gpg4win - Building Gpg4win under GNU/Linux
I get problem when im using command ./autogen.sh

┌──(root㉿doujinx)-[/home/doujinx/Downloads/gpg4win]
└─# ./autogen.sh
./autogen.sh: 1: autoconf: not found
Error: autoconf' not installed or too old. Version 2.59 or newer is required. ./autogen.sh: 1: automake: not found **Error**: automake’ not installed or too old.
Version 1.9.3 or newer is required.
./autogen.sh: 1: msgmerge: not found

Note that you may use alternative versions of the tools by setting
the corresponding environment variables; see README.GIT for details.


┌──(root㉿doujinx)-[/home/doujinx/Downloads/gpg4win]
└─# ./autogen.sh --build-w32
autogen.sh: Using /root/w32root as standard install directory
./autogen.sh: 346: /home/doujinx/Downloads/gpg4win/configure: not found


┌──(root㉿doujinx)-[/home/doujinx/Downloads/gpg4win]
└─# make
make: *** No targets specified and no makefile found. Stop.

Hi @Doujinx,
welcome to the forum!

It seem you want to build a gpg4win installer, and not install Gpg4win.
Is that correct? (Because your topic was about “installation”).

Note that Gpg4win is an installer to install GnuPG, Kleopatra and other Free Software tools for Microsoft Windows only. :slight_smile:

For cross building the installer for Microsoft Windows, see Building (customised) on modern Debian .

Best Regards
Bernhard

But i wanna installl gp4win for distribution kali linux.
Hello there, yeah, im new, its good to be here.
Just slang word, instalation i used. Hehe, shame.
Just confused, maybe me english understand bad…
You said for microsoft, but send me link to debian.
It will work debian instruction on kali, becaouse kali its debian,

There are two possibilities:

  1. GnuPG - Download download the “app” image. Download it, give it the executable permissions (chmod u+x FILE) and run it.
  2. Use the packages from Debian (which are usually a few revision behind), e.g. install apt-get install kleopatra

A third is to build everything on GNU/Linux for GNU/Linux, the instructions are in each source file (but it is a bit cumbersome).