Thread: 4.23
View Single Post
Old 11-12-2020, 01:17 PM   #2
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,188
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by Gandulf View Post
Please help. I normally use the binary code, cut a paste in terminal to upgrade calibre. But that will give me 5.42 and I want to go from 4.22 to 4.23.

Found the download file for 4.23 for Ubuntu , have downloaded it but now have no clue what to do with it. Please help how do I install it.
From the calibre download for linux page:

Quote:

Reverting to a previous version

You can install a previous calibre release, like this:

Code:
sudo -v && sudo calibre-uninstall && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin version=3.48.0
Change 3.48.0 above to whatever version you want installed.
So you would enter:
Code:
sudo -v && sudo calibre-uninstall && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin version=4.23.0.
into a terminal.

bernie
gbm is offline   Reply With Quote