Iv installed Ubuntu-GNOME and immediately after that as an old habit I tried to add "Open in terminal" Option in my right click menu. By using
sudo apt-get install nautilus-open-terminal
and
nautilus -q
But then I realized that I already have this option in my right click menu, And now I dont know how can I disable nautilus-open-terminal
. I searched nautilus in my softwares but I found nothing.
also tried to use
apt-get --purge remove nautilus-open-terminal
But I faced this error:
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
How can I fix my Right-Click menu?