Ubuntu – How to add “Open terminal here” to Nautilus’ context menu

nautilussoftware installation

I am working on Ubuntu 12.04 64bit.

I want to add "Open terminal here" to Nautilus context or right-click menu but it tries to download 32bit version from Internet.

Best Answer

You have to install the nautilus-open-terminal package from the universe repositories for Ubuntu versions up to Ubuntu 15.04:

sudo apt-get install nautilus-open-terminal

If you want to install it with apturl, use this URL: apt://nautilus-open-terminal

Then:

nautilus -q  

In order to restart Nautilus

Result

In Ubuntu 15.10, the functionality is already included in nautilus!