要在Debian系統上更新GIMP,您可以使用以下幾種方法:
Ctrl + Alt + T
打開終端。sudo apt update
sudo apt upgrade
或者,如果您只想更新GIMP,可以使用以下命令:sudo apt install --upgrade gimp
為了確保您的系統始終是最新的,建議配置自動更新:
sudo apt update && sudo apt upgrade -y
sudo apt install unattended-upgrades -y
sudo dpkg-reconfigure unattended-upgrades
sudo systemctl status apt-daily.timer
sudo systemctl status apt-daily-upgrade.timer
sudo unattended-upgrade --dry-run
通過以上步驟,您可以輕松地在Debian上更新GIMP。如果您希望系統自動處理更新,建議配置自動更新功能。