安装git提示E: Package ‘git‘ has no installation candidate

这篇具有很好参考价值的文章主要介绍了安装git提示E: Package ‘git‘ has no installation candidate。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

安装git提示 E: Package ‘git’ has no installation candidate:



问题描述

Linux系统(Ubuntu 18.04.3 )中使用apt工具安装git工具时出现 E: Package ‘git‘ has no installation candidate 问题:

E: Package 'git' has no installation candidate
root@interactive17068:~# apt-get install git
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package git 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 'git' has no installation candidate


解决方案

以下三个原因可能导致安装失败:

原因一

解决方法:在非root用户下安装,权限不够,非root用户的话建议加上sudo:

sudo apt-get install git

原因二

解决方法:由于系统中的apt包版本过低需要更新之后在安装git,依次输入如下两句:

apt-get update
apt-get install git

原因三

Ubuntu 默认使用的官方源的服务器从国内访问速度很慢。可以在装完 Ubuntu 系统后最好把官方源更换为国内的源。安装源出现问题也可能导致apt工具更新过程中出现问题,所以可以通过命令修改系统中的源文件来增加不同的下载源:

(1)查看系统版本

可以通过此命令查看自己系统的版本:

lsb_release -a

(2)修改源文件

修改/etc/apt内的sources.list文件来增加或修改安装源:
提示:在修改之前可以对源文件进行备份以便于修改出错时可以恢复

vim /etc/apt/sources.list

(3)增加国内源

这里给出了了一些经常使用的国内源可根据需要自行添加:

# 清华大学源
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial main restricted universe multiverse
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-security main restricted universe multiverse
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-updates main restricted universe multiverse
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-backports main restricted universe multiverse
# 阿里云源(推荐)
deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse

总结

以上就是安装git提示E: Package ‘git‘ has no installation candidate 的解决方法。文章来源地址https://www.toymoban.com/news/detail-410851.html

到了这里,关于安装git提示E: Package ‘git‘ has no installation candidate的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包