en cs

OpenSUSE 15.1

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

Installation

Download the purchased .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 the nocheto package, for example nocheto-3.1.0-0.x86_64.rpm.

Continue with the postinstall instructions.

ldd output

The ldd output shows which libraries are used by the nocheto executable. If you have a linux distribution with the same libraries installed, 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)