So ,,,,,,I was in my Neon-LTS install when my daughter in-law came over with her Kindle to get 3 books I have she wanted to read.
Now I could have booted to the 14.04 install where I have Calibre installed already , but it's got to be an older ver. ,,,,it's been installed their for quite some time .
So,,,,,,,,,the ver. in the repo hear in Neon-LTS wont install (and is a known issue) ,,,,,,,,,,,,,,,,,,,,,,
and that is an older ver. as well ,,,,,So I installed the one from Calibre
Ooo and it looks good.
when I did the setup on the first run I gave it "Nook" for the default device as that is what my wife's device is ,,,,,,,But as soon as I plugged in the Kindle the menu icons on Calibre's tool bar repopulated them selves to now include a device icon , and selecting the 3 books then selecting "convert and send" from the device icon drop-down menu oped up a box of Kindle formats to select from with the correct one pre-selected ,,,,, the transfer was fast and worked great .
the installation added Dolphin right click context menus for "open with" Calibre's built in reader or editor or Calibre it's self .
Nice
Now I could have booted to the 14.04 install where I have Calibre installed already , but it's got to be an older ver. ,,,,it's been installed their for quite some time .
So,,,,,,,,,the ver. in the repo hear in Neon-LTS wont install (and is a known issue) ,,,,,,,,,,,,,,,,,,,,,,
Code:
vinny@vinny-Bonobo-Extreme:~$ sudo apt-get -s install calibre
[sudo] password for vinny:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) calibre [ amd64 ] < none -> 2.55.0+dfsg-1 > ( universe/text )
Broken calibre:amd64 Depends on python-pyqt5.qtwebkit [ amd64 ] < none -> 5.8.2+dfsg-1+16.04+xenial+build19 > ( python )
Considering python-pyqt5.qtwebkit:amd64 1 as a solution to calibre:amd64 9998
Reinst Failed early because of python-pyqt5:amd64
Considering python-pyqt5.qtwebkit:amd64 1 as a solution to calibre:amd64 9998
Considering python-pyqt5.qtwebkit:amd64 1 as a solution to calibre:amd64 9998
Considering python-pyqt5.qtwebkit:amd64 1 as a solution to calibre:amd64 9998
Broken calibre:amd64 Depends on calibre-bin [ amd64 ] < none -> 2.55.0+dfsg-1 > ( universe/text ) (>= 2.55.0+dfsg-1)
Considering calibre-bin:amd64 0 as a solution to calibre:amd64 9998
Re-Instated libpodofo0.9.3:amd64
Reinst Failed early because of qtbase-abi-5-5-1:amd64
Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
calibre : Depends: python-pyqt5.qtwebkit but it is not going to be installed
Depends: calibre-bin (>= 2.55.0+dfsg-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Code:
vinny@vinny-Bonobo-Extreme:~$ sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()"
[sudo] password for vinny:
2017-07-01 01:06:41 URL:https://download.calibre-ebook.com/linux-installer.py [27407/27407] -> "-" [1]
Installing to /opt/calibre
Downloading tarball signature securely...
Will download and install calibre-3.2.1-x86_64.txz
Downloading calibre-3.2.1-x86_64.txz
100% [========================================================================================================================================================================]
Downloaded 60704180 bytes
Checking downloaded file integrity...
Extracting files to /opt/calibre ...
Extracting application files...
Creating symlinks...
Symlinking /opt/calibre/lrfviewer to /usr/bin/lrfviewer
Symlinking /opt/calibre/markdown-calibre to /usr/bin/markdown-calibre
Symlinking /opt/calibre/fetch-ebook-metadata to /usr/bin/fetch-ebook-metadata
Symlinking /opt/calibre/lrs2lrf to /usr/bin/lrs2lrf
Symlinking /opt/calibre/ebook-viewer to /usr/bin/ebook-viewer
Symlinking /opt/calibre/ebook-device to /usr/bin/ebook-device
Symlinking /opt/calibre/calibredb to /usr/bin/calibredb
Symlinking /opt/calibre/ebook-edit to /usr/bin/ebook-edit
Symlinking /opt/calibre/calibre-server to /usr/bin/calibre-server
Symlinking /opt/calibre/web2disk to /usr/bin/web2disk
Symlinking /opt/calibre/calibre-debug to /usr/bin/calibre-debug
Symlinking /opt/calibre/ebook-polish to /usr/bin/ebook-polish
Symlinking /opt/calibre/calibre-smtp to /usr/bin/calibre-smtp
Symlinking /opt/calibre/calibre-parallel to /usr/bin/calibre-parallel
Symlinking /opt/calibre/calibre-customize to /usr/bin/calibre-customize
Symlinking /opt/calibre/ebook-convert to /usr/bin/ebook-convert
Symlinking /opt/calibre/ebook-meta to /usr/bin/ebook-meta
Symlinking /opt/calibre/calibre to /usr/bin/calibre
Symlinking /opt/calibre/lrf2lrs to /usr/bin/lrf2lrs
Setting up command-line completion...
Installing zsh completion to: /usr/share/zsh/vendor-completions/_calibre
Failed to find directory to install bash completions, using default.
Installing bash completion to: /usr/share/bash-completion/completions/calibre
Setting up desktop integration...
Creating un-installer: /usr/bin/calibre-uninstall
Run "calibre" to start calibre
when I did the setup on the first run I gave it "Nook" for the default device as that is what my wife's device is ,,,,,,,But as soon as I plugged in the Kindle the menu icons on Calibre's tool bar repopulated them selves to now include a device icon , and selecting the 3 books then selecting "convert and send" from the device icon drop-down menu oped up a box of Kindle formats to select from with the correct one pre-selected ,,,,, the transfer was fast and worked great .
the installation added Dolphin right click context menus for "open with" Calibre's built in reader or editor or Calibre it's self .
Nice



Comment