This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
sudo -v && wget -nv -O-
https://download.calibre-ebook.com/linux-installer.sh
| sudo sh /dev/stdin
will only install the latest version of Calibre. Which was fine when it was 5.44.0, but now it's 6, and that's not usable on my system.
sudo -v && sudo calibre-uninstall && wget -nv -O-
https://download.calibre-ebook.com/linux-installer.sh
| sudo sh /dev/stdin version=5.44.0
doesn't work in my system, because there's nothing to uninstall. How can I edit this to just go off and install the desired version? Thanks.
Subreddit
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/Calibre/com...