Find the answer to your Linux question:
Results 1 to 9 of 9
hai i run opensuse in my computer.i downloaded picasa from google as a rpm file and installed it . now i downloaded alien as " .src.rpm "file.now after downloading it ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    8

    Question what to do with the rpm file

    hai
    i run opensuse in my computer.i downloaded picasa from google as a rpm file and installed it . now i downloaded alien as " .src.rpm "file.now after downloading it to my desktop i clicked on it ,on the bottom task bar i saw the install software doing something, but after it vanished i stilll couldn"t open alien............... what to dooooooooooooooooo??????????????????.kindly reply

  2. #2
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    You have installed alien source code pakage not the executable binaries
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  3. #3
    Just Joined!
    Join Date
    Apr 2009
    Posts
    8
    so what should i do for installing from the .src file.kindly help me , iam a newbie

  4. #4
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    you should either download the file that doesn't have "src" in the name and install that, or you will have to compile the source of the application, it should be located in /usr/src, compiling isn't the easiest thing for a newbie, there should be a readme in the source directory of the application specifying what to do

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I won't suggest you to install .src.rpm. Isn't regular .rpm of that package avialable?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    install one with i386.rpm / i486.rpm/ i586.rpm / i686.rpm if you have 32 bit installation and processor or install x86_64.rpm if you have 64 bit installation and processor.
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  7. #7
    Just Joined!
    Join Date
    Apr 2009
    Posts
    8

    Question thanks but how to compile

    guys though i am a newabie i should learn compiling at one point of time ,let the time be now.please tell me what to do.my .src.rpm file in my desktop and also its source is not found at /usr/src directory.what todo nowwwwwww????????????????????????/help me please

  8. #8
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    Download alien from HERE

    extract it.
    switch to root ( su - root )
    # cd alien
    # perl Makefile.PL; make; make install
    note: You need perl installed to execute perl Makefile.PL
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    guys though i am a newabie i should learn compiling at one point of time ,let the time be now.please tell me what to do.my .src.rpm file in my desktop
    I wont recommend you to compile .src.rpm. You have to create a user having user_id as of rpm creator.
    Just download source from the link posted by b2bwild and follow instructions.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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