calibre
Re: calibre
The way we do with Opera
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: calibre
++ plus the idea used in the libreoffice installer where a helper dummy package is needed to indicate that "a package" is installed and to allow uninstall with MXPI.
Re: calibre
+1
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: calibre
Seems to do it, install/un-install latest calibre within MXPI->Populare Apps ->Office

sending to D_O ... 
You do not have the required permissions to view the files attached to this post.
Re: calibre
Very nice, thanks.
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: calibre
Vielen dank!!!fehlix wrote: Fri Dec 27, 2019 6:16 pm Seems to do it, install/un-install latest calibre within MXPI->Populare Apps ->Office
mxpi-calibre-latest.png
sending to D_O ...![]()
Pax vobiscum,
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken
Re: calibre
It is not in MXPI, yet, also it might go first through an internal quality assurance testing.ForWIW wrote: Fri Dec 27, 2019 9:01 pm Quick question ... now that the latest Calibre is in MXPI, will it update itself as well?
Re "update itself" - as it is not installed as a deb-package and as such not part of apt 's updates mechanism, it might be better stay as manual update option within MXPI itself. Calibre's own feature to inform about available update might be sufficient to "trigger" a manual update.
Re: calibre
Here's the code (cli in terminal) to run for an update according to the calibre site (I used it yesterday and had success.).
Code: Select all
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
Pax vobiscum,
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken