View Single Post
Old 12-06-2024, 05:26 PM   #1
Dan__
Zealot
Dan__ began at the beginning.
 
Posts: 109
Karma: 10
Join Date: Feb 2011
Device: Nook - Simple Touch
Install failed on Debian 12

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'
Dan__ is offline   Reply With Quote