Results 1 to 4 of 4

Thread: Can't write to /usr/lib

  1. #1
    Join Date
    Apr 2010
    Location
    United States
    Beans
    109
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Can't write to /usr/lib

    I ran a .exe file through Wine. It asked me where to install some files and I chose /usr/lib/eclipse because that's where my application is located. I got the error message saying I didn't have sufficient privileges. Is there a way around this?

  2. #2
    Join Date
    Apr 2007
    Location
    NorCal
    Beans
    1,149
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Can't write to /usr/lib

    1) man sudo
    2) what are you installing? /usr/lib is for, surprisingly, library files.
    Posting code? Use the [code] or [php] tags.
    I don't care, I'm still free. You can't take the sky from me.

  3. #3
    Join Date
    Feb 2009
    Beans
    789
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Can't write to /usr/lib

    Given that it's a Wine application, you could install the files in your C:/ drive that you've been given by Wine. It's a Windows program so it'll probably work when you store the files to some place on the C:/ drive.

  4. #4
    Join Date
    Jun 2006
    Location
    Timisoara, Romania
    Beans
    156
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Can't write to /usr/lib

    All wine applications should be installed in your home folder. DO NOT under any circumstances use wine under the root user.

    Any application installed in /usr/lib is a native Linux app. Installing a windows app in the same folder will NOT get you the desired result. You cannot combine native apps with windows apps and expect them to work together.

    If you absolutely need to use a specific windows app with eclipse, install the windows version of eclipse using wine and then install that app the same way.

    Good luck!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •