红联Linux门户
Linux帮助

ubuntu使用apt-get install sqlite3出现问题的解决办法

发布时间:2016-05-14 15:26:34来源:linux网站作者:小K小Q

在ubuntu系统终端中执行:apt-get install sqlite3出现问题的解决办法如下:


在/etc/apt/sources.list 文件后面添加下面的的内容:

deb http://old-releases.ubuntu.com/ubuntu/ raring main universe restricted multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ raring main universe restricted multiverse
deb http://old-releases.ubuntu.com/ubuntu/ raring-security main universe restricted multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ raring-security main universe restricted multiverse
deb http://old-releases.ubuntu.com/ubuntu/ raring-updates main universe restricted multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ raring-updates main universe restricted multiverse
deb http://old-releases.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ raring-proposed main restricted universe multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ raring-proposed main restricted universe multiverse


保存就行了。


本文永久更新地址:http://www.linuxdiyf.com/linux/20645.html