OS-Ubuntu-thunderbird包版本过低不兼容
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了OS-Ubuntu-thunderbird包版本过低不兼容相关的知识,希望对你有一定的参考价值。
OS-Ubuntu-thunderbird包版本过低不兼容
在安装搜狗输入法时,遇到过thunderbird包版本过低不兼容的问题,
问题的格式如下:
thunderbird-local-zh-hans:
depends: thunderbird(<1:31
build 12.04....
but ..... 14.04 is to be installed
thurderbird
Thunderbird 是一款免费的电子邮件应用程序。
Thunderbird 是一个开源项目。
解决方法
网上一般有两种方法:
1.安装对应版本的包,可以去搜索thurderbird
https://www.ubuntuupdates.org/package/core/bionic/main/updates/thunderbird-locale-zh-hans
2.卸载thurderbird[亲测可行]
dpkg --get-selections | grep thunderbird #查找软件
sudo apt-get purge thunderbird thunderbird-gnome-support thunderbird-locale-en thunderbird-locale-en-us thunderbird-locale-zh-cn thunderbird-locale-zh-hans #卸载软件
本文来自博客园,作者:Theseus‘Ship,转载请注明原文链接:https://www.cnblogs.com/yongchao/p/17301496.html
sourcetree 安装及跳过注册(3.3.9版本)
sourcetree 安装及跳过注册(3.3.9版本)
官网下载:https://www.sourcetreeapp.com/
-
点击下载的
SourceTreeSetup-3.3.9.exe
安装包进行安装,出现需要账号的界面时,关闭安装步骤:
-
进入
%LocalAppData%\\Atlassian\\SourceTree\\
目录,增加accounts.json
文件,内容如下:[ "$id": "1", "$type": "SourceTree.Api.Host.Identity.Model.IdentityAccount, SourceTree.Api.Host.Identity", "Authenticate": true, "HostInstance": "$id": "2", "$type": "SourceTree.Host.Atlassianaccount.AtlassianAccountInstance, SourceTree.Host.AtlassianAccount", "Host": "$id": "3", "$type": "SourceTree.Host.Atlassianaccount.AtlassianAccountHost, SourceTree.Host.AtlassianAccount", "Id": "atlassian account" , "BaseUrl": "https://id.atlassian.com/" , "Credentials": "$id": "4", "$type": "SourceTree.Model.BasicAuthCredentials, SourceTree.Api.Account", "Username": "", "Email": null , "IsDefault": false ]
-
进入
%LocalAppData%\\Atlassian
然后进入目录SourceTree.exe_Url_anskowm3c1tcn115xxepq1q2r15jl034
-->3.3.9.3870
(版本不同可能会有所区别),并在user.config
文件中增加如下代码:<setting name="AgreedToEULA" serializeAs="String"> <value>True</value> </setting> <setting name="AgreedToEULAVersion" serializeAs="String"> <value>20160201</value> </setting>
-
重新点击打开
SourceTreeSetup-3.3.9.exe
即可跳过注册过程,可能会出现让你安装Mercurial
,直接选择不想使用即可。
以上是关于OS-Ubuntu-thunderbird包版本过低不兼容的主要内容,如果未能解决你的问题,请参考以下文章