前言:在我安装完成Ubuntu后,在桌面右击的菜单中找不到terminal选项,并且在快速启动的菜单栏中也没有,这促使我进行了一番折腾,在这里记下笔记。
一、Ubuntu 14.04右键终端的设置
第一步:配置软件源(这一步在这里不详细介绍,我会专门写一篇博客,来配置不同Liunx系统的软件源)
第二步:安装软件包
sudo apt-get install nautilus-open-terminal
下面是在我电脑中操作所显示地信息:
fxb@ubuntu:~$ sudo apt-get install nautilus-open-terminal
[sudo] password for fxb:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libntdb1 python-ntdb
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
nautilus-open-terminal
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 68.5 kB of archives.
After this operation, 821 kB of additional disk space will be used.
Get:1 http://mirrors.aliyun.com/ubuntu/ trusty/universe nautilus-open-terminal amd64 0.20-1 [68.5 kB]
Fetched 68.5 kB in 0s (144 kB/s)
Selecting previously unselected package nautilus-open-terminal.
(Reading database ... 199217 files and directories currently installed.)
Preparing to unpack .../nautilus-open-terminal_0.20-1_amd64.deb ...
Unpacking nautilus-open-terminal (0.20-1) ...
Processing triggers for gconf2 (3.2.6-0ubuntu2) ...
Setting up nautilus-open-terminal (0.20-1) ...
没有看到获取失败的提示,那么重启电脑,就会在右键菜单中看到terminal了。
二、启动终端的方法
上面的打开终端的额方式使我们最常用的两种方式,还有一种比较方便的方式就是快捷键:CTRL+ALT+T
其它不常用的方法,在这里不详细叙述了,有兴趣的话可以参考下面的链接:ubuntu怎样打开终端(方法5种)
参考资料: