当前位置: 技术问答>linux和unix
ubuntu安装rpm,cmake等等出错
来源: 互联网 发布时间:2017-05-28
本文导语: 敲指令:rpm -qa | grep name 说没有rpm,提示信息“apt-get install rpm” 那我就敲apt-get install rpm 但是说很多包无法下载,无法找到,而且还有很多其他到指令也无法安装, | 你首先把 源改了, /etcapt/sources.list ...
敲指令:rpm -qa | grep name
说没有rpm,提示信息“apt-get install rpm”
那我就敲apt-get install rpm
但是说很多包无法下载,无法找到,而且还有很多其他到指令也无法安装,
说没有rpm,提示信息“apt-get install rpm”
那我就敲apt-get install rpm
但是说很多包无法下载,无法找到,而且还有很多其他到指令也无法安装,
|
你首先把 源改了, /etcapt/sources.list
改为 比如:
deb http://mirrors.sohu.com/ubuntu/ precise main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ precise-security main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ precise-proposed main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ precise-backports main restricted universe multiverse
然后 再
sudo apt-get update