相关疑难解决方法(0)

如何在Ubuntu20.04中安装tortoisehg

我正在尝试使用以下命令安装tortoiseHG

$ sudo dpkg -i tortoisehg_4.8.1-0.1_all.deb
Selecting previously unselected package tortoisehg.  
(Reading database ... 172882 files and directories currently installed.)  
Preparing to unpack tortoisehg_4.8.1-0.1_all.deb ...  
Unpacking tortoisehg (4.8.1-0.1) ...  
dpkg: dependency problems prevent configuration of tortoisehg:  
 tortoisehg depends on mercurial (<< 4.9~); however:  
  Version of mercurial on system is 5.3.2-1+exp1.  
 tortoisehg depends on python-pyqt5; however:  
  Package python-pyqt5 is not installed.  
 tortoisehg depends on python-pyqt5.qsci; however:  
  Package python-pyqt5.qsci is not installed.  
 tortoisehg depends on python:any (<< 2.8); however:  
 tortoisehg …
Run Code Online (Sandbox Code Playgroud)

software-installation

14
推荐指数
1
解决办法
6714
查看次数

安装 TortoiseHg:需要更高版本的 Mercurial

我正在使用 Ubuntu 11.04,并且正在尝试安装 TortoiseHg。我已经应用了 TortoiseHg 网站上的 PPA,所以apt-get实际上可以找到它。但是每当我输入时sudo apt-get tortoisehg,我都会得到这个:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 tortoisehg : …
Run Code Online (Sandbox Code Playgroud)

installation package-management mercurial

8
推荐指数
1
解决办法
7758
查看次数