Hi! I have been using calibre for just a little while, and I just noticed today that it recommended an update. After running the update from the terminal following the website instructions, I could not get calibre to open from the menu tab on my desktop, so I hopped into the terminal to see what was up. Note: I am somewhat of a novice when it comes to using the Linux terminal.
Anyway, here is what is returned when I attempt to run calibre in terminal:
Code:
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
Aborted
After that happened, I checked online and found that running apt-get update followed by installing libxcb-xinerama0 might fix the problem, but that led to a new error message:
Code:
gzip: stdout: No space left on device
E: mkinitramfs failure find 141 cpio 141 gzip 1
update-initramfs: failed for /boot/initrd.img-4.15.0-122-generic with 1.
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
dpkg: error processing package linux-image-4.15.0-122-generic (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
Errors were encountered while processing:
linux-firmware
initramfs-tools
linux-image-4.15.0-122-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
So I'm kind of stuck. Anybody have any idea what I should do next? Thanks in advance!
P.S. I am running Linux Mint 18.2 Cinnamon 64-bit. calibre worked great before I tried the install.