Quote:
Originally Posted by jjparker
I noticed a post regarding the installation of Calibre on the Raspberry Pi 3 which sounded like an easy thing to do. Yet, downloads seem only interested in Intel processors so how is Calibre loaded onto a Raspberry Pi 4? Keep in mind I’m a financial guy not a computer person. And does one lose functionality going this route? Would I be better off just purchasing an Apple Mac mini and accessing with my iPad via Luna?
Many thanks in advance!
|
There is a beta version of calibre for ARM64.
https://download.calibre-ebook.com/betas/
Follow the Manual binary install for Linux:
https://calibre-ebook.com/download_linux
Code:
sudo mkdir -p /opt/calibre && sudo rm -rf /opt/calibre/* && sudo tar xvf /path/to/downloaded/calibre-tarball.txz -C /opt/calibre && sudo /opt/calibre/calibre_postinstall]
That should work depending on you OS.
bernie