Terminal is one of the most important application in Linux which makes it possible for the end user to communicate to the Linux shell and pass instructions. There are several Terminal-like Application, available either in repository or by third party for most of the Standard Linux Distribution. But this time it is a bit different.
Read Also: 20 Terminal Emulators for Linux
Yeah! We are going to test “Nautilus Terminal”. The name itself tells a lot about itself. The Nautilus is default file browser for GNOME Desktop Environment. Nautilus Terminal is an embedded terminal into the nautilus file browser.
What is Nautilus Terminal?
Nautilus Terminal is a Nautilus file browser embedded terminal, which follows your movement and automatically cd to your current directory. Nautilus Terminal makes it possible to work in command line while navigating in Real GUI.
Features of Nautilus Terminal
- Completely compatible with Nautilus File Browser.
- Designed to follow your movement and Instructions within directories.
- Feature of Hide/Show Terminal in file browser, as required makes it very much useful.
- Supports Copy and Paste in Terminal.
- Supports Drag and Drop of files/folders in Terminal.
- The Embedded Terminal is re-sizeable, as per need.
Install Nautilus Terminal in Linux
Nautilus can be downloaded from the link below. Download the correct package, according to your System architecture.
After Downloading the package which is in the form of *.tar.gz from its official website, as pointed out above, we need to do rest of it, as described below.
$ cd Downloads/ $ tar -zxvf nautilus-terminal_1.0_src.tar.gz $ cd nautilus-terminal_1.0_src # ./install.sh -i
Sample Output
:: Checking the Runtime Dependencies... > Python (>= 2.6) [ OK ] > PyGObject [ OK ] > GObject Introspection (and Gtk) [MISS] > VTE [MISS] > Nautilus Python (>= 1.0) [MISS] > Nautilus (>= 3.0) [ OK ] E: Some dependencies are missing.
We need to resolve dependencies manually. These dependencies were required to be fixed on my Debian 6.0.9 (Squeeze). This may not be the case with you.
On Ubuntu/Debian/Linux Mint
On an Debian based systems, you can use the official PPA to install nautilus from repository as shown below.
$ sudo add-apt-repository ppa:flozz/flozz $ sudo apt-get update $ sudo apt-get install nautilus-terminal
After successful installation of Nautilus Terminal, we are ready to test it but before that it is necessary to restart nautilus as.
$ nautilus -q
Next, start the nautilus terminal using the following command.
$ nautilus
Conclusion
Nautilus Terminal is a wonderful tool, which lets your execution in GUI to be visible in embedded command line and Vice-versa. It is a very nice tool for those newbies who are afraid of Linux command Line and/or Newbie.
That’s all for now. I’ll be here again with another Interesting Article. Till then Stay tuned and connected to Tecmint. Don’t forget to provide us with your valuable feedback in our comment section.
Can it install on Centos / Redhat ?
Yes yc you can install nautilus-terminal in Centos and RedHat.
use DNF/Yum search to find what you need to install.
I sorta tried this on gnome 3.14 on debian jessie (nautilis 3.14) and it’s not showing up. F4 doesn’t so anything either. maybe i need to do a system restart, not sure. Killed nautilus before trying ofc.
Btw ‘sudo add-apt-repository ppa:flozz/flozz’ didn’t seem to add the right repo url in, I did ‘add-apt-repository ‘deb http://ppa.launchpad.net/flozz/flozz/ubuntu vivid main’ ‘ instead.
lol, you wrote ‘yum install nautilus-open-terminal’