Find the answer to your Linux question:
Results 1 to 8 of 8
alright, yes I read the sticky, or tried to. I bought myself an Asus Eee pc yesterday, of course the linux version. Im looking to install the eve online client ...
  1. #1
    Just Joined!
    Join Date
    Jun 2008
    Posts
    4

    Ok, noob looking for some linux help

    alright, yes I read the sticky, or tried to.

    I bought myself an Asus Eee pc yesterday, of course the linux version. Im looking to install the eve online client on it for work, its a .rpm file, but whenever i type rpm -i eve-000066-1.i386.rpm it says:

    bash: rpm: command not found, am i typing this into the wrong place or whatÉ (my question marks are being Ès today lol, need to restart)

    if anyone could dumb this down even further for me that would be great, thanks

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,095
    Welcome to the forums!

    I think the Eee PC uses Xandros, which is based on Debian, which uses .deb packages rather than the .rpm packages used by Red Hat, Fedora, Suse, and some others.

    You might be able to convert the package using alien:

    alien

    ...but you are generally better off finding a package that was built specifically for your distro if you can find one.

    Best of luck with it.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Jun 2008
    Posts
    4
    yes i found a .deb version of it, ty.

    ya, im reading over the tutorial, but not understanding any of it... again, could someone give me a hand with thisÉ (dam question marks! lol)

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    su -
    dpkg -i package_name
    In case it throws error, post exact error message here and output of this
    Code:
    cat /etc/*release*
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Linux User
    Join Date
    Jun 2007
    Posts
    458
    "When you have nothing to say, say nothing."

  6. #6
    Just Joined!
    Join Date
    Jun 2008
    Posts
    4
    I typed in the cmd, and got:

    (reading database ... 71157 files and directories currently installed.) Preparing to replace eve 000066 (using eve_000066_all.deb... Unpacking replacement eve....
    dpkg: dependency problems prevent configuration of eve:
    eve depends on python2.4-dbus; however: package python2.4-dbus is not installed.
    dpkg: error processing eve (--install):
    dependency problems - leaving unconfigured

    Errors were encountered while processing: eve

    --------------------------

    does that mean i need to install.... python 2.4?

  7. #7
    Just Joined!
    Join Date
    Jun 2008
    Posts
    4
    bump hehehe

  8. #8
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    Copy and pasted from the EVE website:

    Linux:

    Minimum Requirements

    * 32 or 64 bit Ubuntu 7.04 or higher, Linspire 6 or higher, OpenSuSE 10.2 or higher
    * 64 MB GeForce FX class card or better, ATI graphics cards are not supported.
    * 512 MB of RAM
    * 6 GB of HD Space
    * 1.1 GHz CPU

    Recommended System Requirements

    * 32-Bit Ubuntu, OpenSuSE, Linspire with a GeForce 6XXX series card or better, ATI graphics cards are not supported.
    * 1.5 GHz CPU or better
    * 1 GB of RAM
    * Alsa supported soundcard

    Kernel

    * Kernel 2.6.20 or newer
    * XFree86 4.0 or higher (4.3 is recommended) or the latest Xorg release

    OpenSuSE Dependencies:

    # python >= 2.4
    # python-gtk >= 2.6
    # gtk2 >= 2.6
    # wget
    # dbus-1-python

    Ubuntu/Linspire Dependencies

    * libc6 (>= 2.2.4-4)
    * xlibmesa3 | libgl1
    * python (>= 2.4)
    * python2.4-dbus
    * python-gtk2 (>= 2.6)
    * python-glade2, wget

Posting Permissions

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