Ubuntu14.04 在右键中添加 在终端中打开
1、在terminal中执行:
sudo apt-get install nautilus-open-terminal
此时可能会提示:nable to locate package nautilus-open-terminal.
不要怕,可以照如下操作处理这个问题:
1.1 搜索 soft 发现有个软件 叫 Software Sources,如图:
1.2打开,然后确保红线处是勾选的:
1.3 执行如下命令:
udo apt-get update sudo apt-get install nautilus-open-terminal
即可OK。
2 完成上述步骤后,输入:
nautilus -q
从而重新加载文件管理器,或者重启系统即可。
参考资料:
http://askubuntu.com/questions/328978/sudo-apt-get-install-nautilus-open-terminal-does-not-work