我已经安装了 Ubuntu 22.04,我想安装hugin
。不幸的是,这个软件包似乎还没有适用于 Ubuntu 22.04 LTS。有人知道它是否适用hugin
于 Ubuntu 22.04 吗?或者有人能告诉我如何hugin
在 ubuntu 22.04 中安装。
答案1
预编译的 AppImage 在我的电脑上崩溃了,我不知道如何从 AppImage 运行辅助程序。所以我使用扁平中心版本。
你将需要 flatpak:
sudo apt install flatpak
然后安装 hugin:
flatpak install flathub net.sourceforge.Hugin
运行使用:
flatpak run net.sourceforge.Hugin
辅助程序可以通过以下方式运行:
flatpak run --command=align_image_stack net.sourceforge.Hugin --help
flatpak run --command=enblend net.sourceforge.Hugin --help
flatpak run --command=enfuse net.sourceforge.Hugin --help
可以在 中创建脚本来简化运行命令~/.local/bin
。例如:
#!/usr/bin/sh
flatpak run --command=enblend net.sourceforge.Hugin "$@"
答案2
Panda Jim 在他的 ppa 存储库中提供了它。请参阅他的博客https://ubuntuhandbook.org/index.php/2022/04/hugin-panorama-stitcher-ubuntu-22-04/
要安装,hugin
只需执行以下操作:
sudo add-apt-repository ppa:ubuntuhandbook1/apps
sudo apt install hugin
答案3
Hugin 被编译为 flatpak,如果你没有安装 flatpak 并且不想安装 flatpak,你可以使用 appimage 版本。http://hugin.sourceforge.net/download/页。