如果我想将GIMP和作为一个命令来安装,我可以输入这个命令吗?
flatpak install --user https://flathub.org/repo/appstream/org.gimp.GIMP.flatpakref https://flathub.org/repo/appstream/com.uploadedlobster.peek.flatpakref
还是我必须将它们作为两个单独的命令安装?
flatpak install --user https://flathub.org/repo/appstream/org.gimp.GIMP.flatpakref
其次是:
flatpak install --user https://flathub.org/repo/appstream/com.uploadedlobster.peek.flatpakref
发布于 2020-05-23 06:45:53
您可以在一个flatpak install / flatpak uninstall命令中安装和卸载多个平面包的列表,方法是使用空格字符分隔命令中的每个平面包。
https://askubuntu.com/questions/1032058
复制相似问题