已安裝 Thunderbird 11.0 後如何安裝 Thunderbird 10.0?

已安裝 Thunderbird 11.0 後如何安裝 Thunderbird 10.0?

Thunderbird 11.0 導致了很多崩潰,我有這種經驗的並不孤單。它最近透過 Ubuntu 軟體中心自動更新。我想如果我回到版本 10,問題就會解決。

如何解除安裝 Thunderbird 版本 11 並返回版本 10,而不遺失任何設定或郵件資料?

答案1

您的郵件設定和個人帳戶資訊位於 ~/.thunderbird 檔案中。只要不動就沒事。

前往 synaptic 套件管理器或使用 ubuntu 軟體中心並刪除目前的 Thunderbird 套件。然後將目前的mozilla ppa加入到來源清單中

sudo add-apt-repository ppa:mozillateam/thunderbird-stable

sudo apt-get update

然後你應該可以打開 synaptic 並選擇 Thunderbird 10.0.2 並安裝它。

如果您遇到問題,可以隨時從 Mozilla 團隊下載這裡只需選擇您的語言並安裝 .deb 檔案即可。

警告!如果您更新, - 您的老的雷鳥將升級。

您還需要“固定”應用程式或凍結它以防止進一步更新

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

相關內容