OpenSUSE 15.1

This package was also sucessfully tested on OpenSUSE 15.2/15.3/15.4/15.5

Installation

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

zypper install stockfish alsa-utils espeak
zypper install --allow-unsigned-rpm <packagename>.rpm

<packagename>.rpm is the name of nocheto or nochetoengi package, i.e. nochetoengi-2.6.0-0.x86_64.rpm or nocheto-2.6.0-0.x86_64.rpm.

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 (0x00007ffed6b93000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007f388d921000)
        libedit.so.0 => /usr/lib64/libedit.so.0 (0x00007f388d6e9000)
        libcrypto.so.1.1 => /usr/lib64/libcrypto.so.1.1 (0x00007f388d253000)
        libssl.so.1.1 => /usr/lib64/libssl.so.1.1 (0x00007f388cfe7000)
        libsqlite3.so.0 => /usr/lib64/libsqlite3.so.0 (0x00007f388ccc9000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f388caaa000)
        libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f388c6d0000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f388c398000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f388c17f000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f388bdc4000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f388db25000)
        libtinfo.so.6 => /lib64/libtinfo.so.6 (0x00007f388bb96000)
        libz.so.1 => /lib64/libz.so.1 (0x00007f388b97f000)