Ubuntu 22.04
Installation
Download the .deb package and install it by the following command:
apt-get install ./<packagename>.deb
This command should also install recommended packages (stockfish, alsa-utils, espeak).
<packagename>.deb is the name of nocheto or nochetoengi package, i.e. nochetoengi_2.0.0-0_amd64.deb or nocheto_2.0.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 (0x00007ffdfa2d4000) libedit.so.2 => /lib/x86_64-linux-gnu/libedit.so.2 (0x00007fed0c3f0000) libcrypto.so.3 => /lib/x86_64-linux-gnu/libcrypto.so.3 (0x00007fed0bfae000) libssl.so.3 => /lib/x86_64-linux-gnu/libssl.so.3 (0x00007fed0bf0a000) libsqlite3.so.0 => /lib/x86_64-linux-gnu/libsqlite3.so.0 (0x00007fed0bdbd000) libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fed0bb93000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fed0baac000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fed0ba8a000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fed0b862000) libtinfo.so.6 => /lib/x86_64-linux-gnu/libtinfo.so.6 (0x00007fed0b830000) libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007fed0b818000) /lib64/ld-linux-x86-64.so.2 (0x00007fed0c9f9000) libmd.so.0 => /lib/x86_64-linux-gnu/libmd.so.0 (0x00007fed0b80b000)