Skip to content
Discussion options

You must be logged in to vote

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 system PATH

You 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 chmod part is important, don't skip that :)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by subdavis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants