Hello I have got mx 32 bit running on an hp laptop but I can't install calibre because I have a 32 bit system does anyone know how to install it using terminal command please?
If not does anyone know of something else I can install to send to my wife's kindle?
Thank you.
Calibre book management?
- dolphin_oracle
- Developer
- Posts: 22432
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Calibre book management?
calibre is available in the standard repos and should include a 32 bit package. its mostly python, which is architecture agnostic for the most part.
in fact, it should be listed in mx-packageinstaller->popular apps->office
otherwise it should be in all the package managers as "calibre" and install-able from the command-line via
in fact, it should be listed in mx-packageinstaller->popular apps->office
otherwise it should be in all the package managers as "calibre" and install-able from the command-line via
Code: Select all
sudo apt install calibre
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: Calibre book management?
I used to use KindleGen from Amazon to convert epub to mobi.
It is now no longer supported and cannot be downloaded.
The archive kindlegen_linux_2.6_i386_v2_9.tar.gz is available for download at https://archive.org/details/kindlegen_l ... _i386_v2_9
After extracting the archive I drop the epub file on 'kindlegen' and a mobi file is generated in the source directory.
Then I connect the kindle using a USB cable and copy it to the reader, or send it via e-mail to the kindle.
Working in my MX21.1_x64 installation.
It is now no longer supported and cannot be downloaded.
The archive kindlegen_linux_2.6_i386_v2_9.tar.gz is available for download at https://archive.org/details/kindlegen_l ... _i386_v2_9
After extracting the archive I drop the epub file on 'kindlegen' and a mobi file is generated in the source directory.
Then I connect the kindle using a USB cable and copy it to the reader, or send it via e-mail to the kindle.
Working in my MX21.1_x64 installation.
Re: Calibre book management?
We have a current Calibre 5.44 in the MX 21 test repo for amd64, i386, and armhf platforms.
MX Package Installer instead gets static binary builds from the Calibre project, which are able to run on MX 19 also, but are only provided for amd64.
MX Package Installer instead gets static binary builds from the Calibre project, which are able to run on MX 19 also, but are only provided for amd64.
- dolphin_oracle
- Developer
- Posts: 22432
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Calibre book management?
Both the builds from calibre and the repo versions should be in mx pi.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
-
- Posts: 46
- Joined: Fri Mar 06, 2020 11:41 am
Re: Calibre book management?
Thank you I used sudo apt install calibre and all done.