当你遇到“package git is not available, but is referred to by another package”这样的错误时,通常意味着你的系统或开发环境中缺少git包,或者该包没有被正确安装,但其他包却依赖它。为了解决这个问题,你可以按照以下步骤进行排查和修复: 检查git是否正确安装: 首先,你需要确认git是否已经在你的系统上安装。你...
8. 通过遵循上述步骤,我们应该能够成功解决错误消息:“Package python is not available, but is referred to by another package.” 现在,我们可以继续使用所需的包来改
这可能是由于包的作者还没有更新包以支持Python3.8,或者存在一些特定的依赖关系问题。 包依赖关系问题- “Package python3.8 is not available, but is referred to by another package.”这个错误信息意味着某个包依赖于Python3.8,但是Python3.8本身无法安装。这可能是由于我们正在使用的包依赖于其他依赖项,而这些依赖...
Package vim is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'vim' has no installation candidate 原因 ubuntu的路径 /etc/apt下的文件source.list中的源太老了。 解决 1...
Package vim is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source 根据字面的意思是源的问题。所以在终端里输入 sudo apt-get update ...
Package psa is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source Package plesk-core is not available, but is referred to by another package. This m...
Package ssh is not available, but is referred to by another package.This may mean that the package is missing, has been obsoleted, or is only available from another source 这个问题的原因是ubuntu的/etc/apt/source.list中的源⽐较旧了,需要更新⼀下,更新⽅法:$ sudo apt-get -y update ...
Done Building dependency tree Reading state information... Done Package tor is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'tor' has no installation candidate...
启动或安装SSH-server出现错误:Package openssh-server is not available, but is referred to by another package解决方法是更新源后在安装vi sudo vi /etc/apt...
然而,有时我们可能会遇到一些问题,比如在安装Docker时出现“Package docker-ce is not available, but is referred to by another package.”的错误。这个错误通常是由于系统软件包管理器无法找到docker-ce软件包而引起的。在本文中,我将指导你如何解决这个问题。