更改linux软件源产生的Unable to locate package错误解决办法
04-28
刚开始接触ubuntu的朋友可能会按照一些入门文章的步骤更改软件源,可是此时安装软件的话会出现unable to locate package的错误
例如:
复制代码
代码如下:
username@ubuntu:~$ sudo apt-get install mysql-server mysql-client
[sudo] password for username:
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package mysql-server
E: Unable to locate package mysql-client
username@ubuntu:~$
其实问题出在执行sudo apt-get install之前更换了软件源,但是却忘了update下了,于是执行下面的命令:
复制代码
代码如下:
sudo apt-get update
这样一来问题就解决了….
相关文章
- • linux系统启动weblogic受管服务器报unable to get file lock, will ret_daring的解决
- • linux下xhost命令报错:unable to open display的解决办法
- • win7安装过程问题也不少
- • Linux中yum管理工具被误删的解决办法
- • linux内核编译常常出现的问题的解决办法
- • linux系统维护常见错误记录
- • Unable to find a version of the runtime to run this application解决方法
- • Win7更新补丁时提示错误代码0X80070643怎么办?
- • Linux oracle 9i图文安装教程四