Ubuntu在右键中添加打开终端 找不到系统源文件

Ubuntu在右键中添加打开终端 找不到系统源文件


打开终端输入

#cd sudo apt-get install nautilus-open-terminal

显示如下信息

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package nautilus-open-terminal is not available, but is referred to by another package.
This may mean that the package is missing, has been absoleted, or is only available from another sources
E: Package nautilus-open-terminal has no installation candidate 

更新系统源文件

打开源文件source.list

#cd /etc/apt
#sudo gedit sources.list 

在文件的最后添加

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

点击保存

更新系统源

#sudo apt-get update

等待更新完成
再次安装nautilus-open-terminal

#cd sudo apt-get install nautilus-open-terminal

安装成功

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章