红联Linux门户
Linux帮助

debian下安装repo

发布时间:2015-12-15 15:51:31来源:linux网站作者:hbg-rohens

1、去google网站上下载repo脚本(用php语言写成的脚本)

https://gerrit.googlesource.com/git-repo/+/stable/repo

可以将脚本复制下来并保存即可


2、将其拷贝到/bin 目录下

并加权限  sudo chmod 777 repo


3、修改配置文件 /root/.bashrc

在最后一行添加如下文件:  alias repo='/bin/repo'


4、使配置文件生效

source .bashrc


5、现在即可以使用repo了。


RedHat 6u机器的redhat.repo文件:http://www.linuxdiyf.com/linux/2925.html

在Centos 5.x或6.x上安装RHEL EPEL Repo:http://www.linuxdiyf.com/linux/14914.html