level 1
VerOasis
楼主
如题,鄙人尝试了
apt-get install gcc
apt-get install libgcc
apt-get install build-essentil
......
一系列命令,结果都是无法找到对应的安装文件,于是乎
vim /etc/apt/source.list
将CD源注释掉之后添加
deb http://ftp.cn.debian.org/debian/ jessie-updates main non-free contrib
deb-src http://ftp.cn.debian.org/debian/ jessie-updates main non-free contrib
在这之后尝试之前试过的apt-get命令,结果仍是无法找到安装文件
请教高手如何安装gcc,谢谢
2015年10月07日 08点10分
1
apt-get install gcc
apt-get install libgcc
apt-get install build-essentil
......
一系列命令,结果都是无法找到对应的安装文件,于是乎
vim /etc/apt/source.list
将CD源注释掉之后添加
deb http://ftp.cn.debian.org/debian/ jessie-updates main non-free contrib
deb-src http://ftp.cn.debian.org/debian/ jessie-updates main non-free contrib
在这之后尝试之前试过的apt-get命令,结果仍是无法找到安装文件
请教高手如何安装gcc,谢谢