最近由centos切到 ubuntu 14.04,发现习惯的右键单击出现打开终端的选项没有,于是查找发现可以安装 nautilus-open-terminal 插件。
步骤如下:
sudo apt-get install nautilus-open-terminal
#如果报错 Unable to locate package nautilus-open-terminal
解决办法:
原因 #In the future you could use good old Synaptic to find packages you need:
sudo apt-get install nautilus-open-terminal-here
sudo apt-get install synaptic
然后再:
sudo apt-get install nautilus-open-terminal
最后
nautilus -q
或者注销重新登录 就可以右键单击就可以出现了打开终端了。