标签:安装 提示 archive 个人 com code ubuntu nbsp 软件包
1.ubuntu 18.04.1
使用命令sudo apt-get install sysv-rc-conf安装不上时,提示“ E: 无法定位软件包问题
1.进入 etc/apt
cd /etc/apt
2.使用vim sources.list命令 在里面sources.list 添加镜像源:
deb http://archive.ubuntu.com/ubuntu/ trusty main universe restricted multiverse
3. 更新安装源
sudo apt-get update
4.开始安装
sudo apt-get install sysv-rc-conf
5.链接 chkconfig
sudo cp /usr/sbin/sysv-rc-conf /usr/sbin/chkconfig
ubuntu 18 当使用命令sudo apt-get install sysv-rc-conf安装不上时,提示“ E: 无法定位软件包问题
标签:安装 提示 archive 个人 com code ubuntu nbsp 软件包
原文地址:https://www.cnblogs.com/hester/p/12254562.html