Eclipse Update Failing with Message “Insufficient access privileges to apply this update”

后端 未结 9 1609
星月不相逢
星月不相逢 2021-02-05 06:11

I\'m running Eclipse under a Windows 7, 64-bit installation on which I have administrator privileges.

Since I first installed Eclipse many months ago, I\'ve been able to

9条回答
  •  死守一世寂寞
    2021-02-05 06:33

    For Linux Distros, most personal apps for all users are installed in the /opt/ folder. This folder is owned by root. My solution which has been tested to work is simply to open the opt folder in terminal call 'ls' to make sure you see the 'eclipse' folder in your current directory. It may be inside another folder.

    Then simply use this command replacing 'user' with your username.

    sudo chown -R user:user eclipse/
    

    and that's it. Of course only you will be able to run updates on eclipse but I imagine you are the primary user of the computer.

提交回复
热议问题