GIMP是一个功能强大的图像编辑器,适用于各种图像处理任务。在Ubuntu下,GIMP的版本选择及安装方法如下:
通过PPA安装:
sudo add-apt-repository ppa:otto-kesselgulasch/gimp
。sudo apt update
。sudo apt install gimp
。通过Snap安装:
在终端中运行以下命令来安装GIMP的预览或稳定版本: sudo snap install gimp --channel preview/stable
。
请注意,使用PPA安装的版本可能不稳定,并且可能包含错误,因此建议在测试环境中使用。如果您在生产环境中使用,建议安装稳定版本。