Nautilus Terminal: An Embedded Terminal for Nautilus File Browser in GNOME

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

  1. Completely compatible with Nautilus File Browser.
  2. Designed to follow your movement and Instructions within directories.
  3. Feature of Hide/Show Terminal in file browser, as required makes it very much useful.
  4. Supports Copy and Paste in Terminal.
  5. Supports Drag and Drop of files/folders in Terminal.
  6. 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.

  1. http://projects.flogisoft.com/nautilus-terminal/download/

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
Install Nautilus Terminal in Linux
Nautilus Terminal

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.

Avishek
A Passionate GNU/Linux Enthusiast and Software Developer with over a decade in the field of Linux and Open Source technologies.

Each tutorial at TecMint is created by a team of experienced Linux system administrators so that it meets our high-quality standards.

Join the TecMint Weekly Newsletter (More Than 156,129 Linux Enthusiasts Have Subscribed)
Was this article helpful? Please add a comment or buy me a coffee to show your appreciation.

4 thoughts on “Nautilus Terminal: An Embedded Terminal for Nautilus File Browser in GNOME”

    • Yes yc you can install nautilus-terminal in Centos and RedHat.
      use DNF/Yum search to find what you need to install.

      Reply
  1. 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.

    Reply

Got something to say? Join the discussion.

Thank you for taking the time to share your thoughts with us. We appreciate your decision to leave a comment and value your contribution to the discussion. It's important to note that we moderate all comments in accordance with our comment policy to ensure a respectful and constructive conversation.

Rest assured that your email address will remain private and will not be published or shared with anyone. We prioritize the privacy and security of our users.