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
  • 34,259
A.B.
  • 90,397
  • I am getting following error now : Reading package lists... Done Building dependency tree
    Reading state information... Done E: Unable to locate package nautilus-refresh
    – Kartikeya Pandey Aug 02 '15 at 08:38
  • 2
    Is the universe repository enabled? – A.B. Aug 02 '15 at 08:46
  • I checked in software and updates & found everything similar to image shared by you. Does this means that universe repository is enabled. I am sorry to ask this but I am really new to Ubuntu. – Kartikeya Pandey Aug 02 '15 at 16:25
  • Hi, Finally I was able to slove the issue by using following steps : 1. As mentioned by A.B., when I was closing the "Software & Updates", I was getting error of failed to download repository information and to check Internet connectivity, I used http://askubuntu.com/questions/297222/software-updater-failed-to-download-repository-information solution posted by Matthew and it worked. 2. I followed http://askubuntu.com/questions/156201/how-to-add-refresh-option-to-right-click-menu-in-lubuntu answered by Nickolas to solve my problem. A BIG THANKS TO A.B., Matthew, Nickolas – Kartikeya Pandey Aug 02 '15 at 18:10
  • I already did that @A.B. Since I was not able to update software, I was not able to install other softwares too like R and VLC and was getting list of dependencies while installing them. But now, I everything is working great. – Kartikeya Pandey Aug 02 '15 at 18:20
  • @KartikeyaPandey Ok ;) in other words: If this answer helped you, don't forget to click the grey at the left of the answer, which means "yes, this answer is valid"! ;-) – A.B. Aug 02 '15 at 18:21