Ubuntu中安装软件的比较方便的地方是使用apt-get install 就可以安装大部分软件,但是会出现error的,现在这个可以通过:
1、更改软件源
2、删除 /var/lib/apt/lists/文件夹下面的目录所有文件
但是
apt-get update命令时,出现了如下的错误,形式如“W: GPG error: http://security.ubuntu.com trusty-security Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY XXXXX”
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com XXXXX
这样就可以了。
然后再apt-get update 问题基本解决。
可以按照自己需要的软件包了。
让apt-get到网络上查找源,避免经常插入光盘:http://www.linuxdiyf.com/linux/15186.html
Ubuntu 15.10 Wily sudo apt-get update出现Hash Sum mismatch解:http://www.linuxdiyf.com/linux/15135.html
ubuntu不能使用apt-get命令,404 Not Found:http://www.linuxdiyf.com/linux/13949.html
Linux下的apt-get命令学习笔记:http://www.linuxdiyf.com/linux/13364.html
Ubuntu14.04 apt-fast加速apt-get:http://www.linuxdiyf.com/linux/13278.html