如何从calibre控制台启动bash?
nicholas@mordor:~$
nicholas@mordor:~$ com.calibre_ebook.calibre
com.calibre_ebook.calibre: command not found
nicholas@mordor:~$
nicholas@mordor:~$ calibre
Command 'calibre' not found, but can be installed with:
sudo apt install calibre
nicholas@mordor:~$
nicholas@mordor:~$ flatpak list
Name Application ID Version Branch Installation
Calibre com.calibre_ebook.calibre 5.4.2 stable system
Freedesktop Platform org.freedesktop.Platform 20.08.1.2 20.08 system
default org.freedesktop.Platform.GL.default 19.08 system
default org.freedesktop.Platform.GL.default 20.08 system
Intel org.freedesktop.Platform.VAAPI.Intel 19.08 system
Intel org.freedesktop.Platform.VAAPI.Intel 20.08 system
openh264 org.freedesktop.Platform.openh264 2.1.0 2.0 system
FeedReader org.gnome.FeedReader 2.11.0 stable system
GNOME Application Platform version 3.36 org.gnome.Platform 3.36 system
nicholas@mordor:~$ 在这里,calibre是来自flatpak的已安装,如前所述。
发布于 2021-02-08 23:06:22
您可以使用flatpak run运行任何已安装的平台,方法是提供平台参考文件。
flatpak run com.calibre_ebook.calibre更多信息可通过flatpak run --help 或man flatpak-run获得。
https://askubuntu.com/questions/1314813
复制相似问题