3

I am new to Ubuntu and I am trying to add "Refresh" button on right click by using command

sudo add-apt-repository ppa:nae-team/ppa
sudo apt-get update
sudo apt-get install nautilus-refresh

But I am getting following error :

The following packages have unmet dependencies:
 nautilus-refresh : Depends: python-nautilus but it is not installable
                    Depends: xautomation but it is not installable
E: Unable to correct problems, you have held broken packages.

Can someone please help me here since I tried to google it but I am not getting exact solution of it.

I also used "How to get a "refresh" right click action?" link to get the things done but it is giving error

1 Answers1

4

Both packages are in the Ubuntu universe repository. Enable this repository in Software & Updates as per screen-shot below.

enter image description here

After that

sudo apt-get update
sudo apt-get install nautilus-refresh
Fabby
  • 35,017
A.B.
  • 92,125