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
如上所述。
答案1
flatpak run
您可以通过提供 flatpak REF来运行任何已安装的 flatpak 。
flatpak run com.calibre_ebook.calibre
更多信息请访问flatpak run --help
或者man flatpak-run