Find the answer to your Linux question:
Results 1 to 3 of 3
whenever i download a file from the internet i go to open or extract it and then instead of installing it, i get all of these other files and so ...
  1. #1
    Just Joined!
    Join Date
    Dec 2008
    Posts
    1

    Exclamation help with internet installs

    whenever i download a file from the internet i go to open or extract it and then instead of installing it, i get all of these other files and so i am lost then and cannot get the program onto my pc. can someone plz tell me how to get the programs installed?

  2. #2
    Just Joined! megerdin's Avatar
    Join Date
    Jul 2007
    Location
    Sylhet,Bangladesh
    Posts
    78
    which distro u r using and what package trying to install? tell us to get help.

    Normally to install a rpm package u just need to run this command from terminal,
    rpm -i xxxx.rpm

  3. #3
    Linux Newbie
    Join Date
    Mar 2008
    Location
    Hyderabad
    Posts
    109
    What type of file u are downloading if it has a .tar.gz then u have to untar it and install. For a sample.tar.gz s/w general installation is as:-

    # tar -xvzf sample.tar.gz
    # cd sample
    # ./configure
    # make
    # make install
    # make clean

    Google more for tuned results

Posting Permissions

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