Hi Jean, I successfully downloaded paps with git, but I had to install git first. ----------------------------------------------------------- gfp@Tuxedo ~$ git clone https://github.com/dov/paps.git Klone nach 'paps'... remote: Enumerating objects: 551, done. remote: Counting objects: 100% (81/81), done. remote: Compressing objects: 100% (55/55), done. remote: Total 551 (delta 41), reused 51 (delta 24), pack-reused 470 Empfange Objekte: 100% (551/551), 364.55 KiB | 434.00 KiB/s, fertig. Löse Unterschiede auf: 100% (315/315), fertig. --------------------------------------------------------------------- there are som many git packages, which one are still useful to install? ---------------------------------------------------------------------- I am using "GNU Guix" as my OS distro. ------------------------------------------------------------- I copied the downloaded directory "pags" into my emacs directory, where emacs is installed. In my case: /gfp/.config/emacs/elpa/ ---------------------------------------------------------- But now I didn't manage to install it. which are the commands? Those you proposed didn't work. May be Guix (based on Guile, Scheme, Lisp) is different. Earlier on I installed paps through Guix System. The command: paps --help worked already earlier in my terminal But still I can't print with paps Kind regards Gottfried -------------------------------------------------------------- Am 06.01.23 um 14:19 schrieb Jean Louis: > * Gottfried [2023-01-06 15:56]: >> I checked >> https://github.com/dov/paps >> >> and downloaded the zip file. > > I install that one like this: > > $ git clone https://github.com/dov/paps.git > $ ./configure > > or > > $ ./configure --prefix=~/.local/share > > $ make > $ make install > > or as root: > > # make install > > or > > $ sudo make install >