Debian 9.13 (and Debian 10)

This package was also sucessfully tested on Debian 10.

Installation

Download the .deb package and install it by the following commands:

apt-get install stockfish alsa-utils espeak
apt-get install ./<packagename>.deb

<packagename>.deb is the name of nocheto or nochetoengi package, i.e. nochetoengi_2.6.0-0_amd64.deb or nocheto_2.6.0-0_amd64.deb.

Continue with postinstall instructions.

ldd output

The ldd output shows which libraries are used by nocheto. If you have the same libraries installed in a different distribution, nocheto will probably work there too.

ldd /usr/local/bin/nocheto
        linux-vdso.so.1 (0x00007fffb21f1000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fdcb1715000)
        libedit.so.2 => /usr/lib/x86_64-linux-gnu/libedit.so.2 (0x00007fdcb14dd000)
        libncurses.so.5 => /lib/x86_64-linux-gnu/libncurses.so.5 (0x00007fdcb12ba000)
        libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x00007fdcb1090000)
        libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007fdcb0e7b000)
        libcrypto.so.1.1 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007fdcb09df000)
        libssl.so.1.1 => /usr/lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007fdcb0773000)
        libsqlite3.so.0 => /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 (0x00007fdcb046b000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fdcb024e000)
        libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fdcafecc000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fdcafbc8000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fdcaf9b1000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fdcaf612000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fdcb20aa000)
        librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fdcaf40a000)