sudo apt-get install nautilus-open-terminal does not work

28,637

You can try this:

1) Open the "Software Sources" application.

enter image description here

2) Make sure you have enable the "universe" repository, or you should enable it.

enter image description here

3) Close the software source app and open a Termianl and type:

  • sudo apt-get update
  • sudo apt-get install nautilus-open-terminal

The package "nautilus-open-terminal" is in universe repository.

http://packages.ubuntu.com/raring/gnome/nautilus-open-terminal

Share:
28,637

Related videos on Youtube

ihsan kocak
Author by

ihsan kocak

Updated on September 18, 2022

Comments

  • ihsan kocak
    ihsan kocak almost 2 years

    I newly installed Ubuntu 13.04.I want to install nautilus open terminal facility.When i execute sudo apt-get install nautilus-open-terminal it says: Unable to locate package nautilus-open-terminal.What is wrong?

  • ihsan kocak
    ihsan kocak almost 11 years
    Thank you for your answer but it gives the same error.It can not locate the package.
  • Heather92065
    Heather92065 about 8 years
    It appears that one more step may be required. On the Terminal type: nautilus -q
  • user56834
    user56834 over 2 years
    Is there a way to enable this universe repository from the command line?