sudo -v && wget -nv -O-
https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
[sudo] password for essin:
Using python executable: /usr/bin/python3
2024-12-06 14:21:20 URL:
https://download.calibre-ebook.com/linux-installer.sh [35050/35050] -> "-" [1]
You are missing the system library libxcb-cursor.so.0. Try installing packages such as libxcb-cursor0 or xcb-cursor
➜ ~ sudo apt install xcb-cursor
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package xcb-cursor
➜ ~ sudo apt install libxcb-cursor.so.0
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libxcb-cursor.so.0
E: Couldn't find any package by glob 'libxcb-cursor.so.0'