On Debian without Python #147
-
|
Hi, Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The linux download is a binary executable, not an aptitude (apt) package. It does not have automatic scripts to place the binary in a common folder like You can inspect your system path by looking at In the mean time, I recommend just executing the binary directly using the instructions here: https://github.com/subdavis/kobo-book-downloader?tab=readme-ov-file#pre-built-bundles The |
Beta Was this translation helpful? Give feedback.
The linux download is a binary executable, not an aptitude (apt) package. It does not have automatic scripts to place the binary in a common folder like
/usr/local/bin. In other words, the downloaded binary is not on your systemPATHYou can inspect your system path by looking at
echo $PATH. Its's just a list of folders on your filesystem where your shell (terminal) will look to find executable programs. That should give you some terms to google if you want to fix it.In the mean time, I recommend just executing the binary directly using the instructions here: https://github.com/subdavis/kobo-book-downloader?tab=readme-ov-file#pre-built-bundles
The
chmodpart is important, don't skip that :)