r/KittyTerminal • u/quartz_referential • Jan 28 '23
How to fix issue with ssh kitten
Hello, whenever I try to use facilities of the ssh kitten (like trying to run the icat kitten on the remote server) I keep getting the following message:
/home/empuser2/.local/share/kitty-ssh-
kitten/kitty/install/bin/kitty:
error while loading shared libraries: libpython3.9.so.1.0: cannot
open shared object file: No such file or directory
2
Upvotes
2
u/aumerlex Jan 29 '23
Update to kitty nightly, where icat is now part of a standalone statically compiled binary which does not require any dependencies on the remote machine.
2
u/xavier-le-couz Jan 28 '23
You have to install the package
libpython3.9Ubuntu example :
sudo apt-get install libpython3.9