使用 Synaptic 中的固定应用程序运行升级是否安全

使用 Synaptic 中的固定应用程序运行升级是否安全

我已经将 firefox、thunderbird、thunderbird-locale-en、thunderbird-locale-en-us、xul-ext-calendar-timezones、xul-ext-gdata-provider 和 xul-ext-lightning 固定在 Synaptic 中。

当我运行 apt-get upgrade 时,我得到以下信息

The following packages will be upgraded:
  boot-repair boot-sav darktable firefox libvlc5 libvlccore5 thunderbird thunderbird-locale-en
  thunderbird-locale-en-us vlc vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse
  xul-ext-calendar-timezones xul-ext-gdata-provider xul-ext-lightning
17 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 53.0 MB of archives.
After this operation, 606 kB of additional disk space will be used.
Do you want to continue [Y/n]? 

这些包真的要升级吗?

显示锁

答案1

是的,它们将会升级。

你必须用 dpkg 来保存它们:

echo <package> hold | dpkg --set-selections

参考:Ubuntu 帮助

相关内容