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 ...
- 12-08-2008 #1Just Joined!
- Join Date
- Dec 2008
- Posts
- 1
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?
- 12-08-2008 #2
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
- 12-08-2008 #3Linux 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


Reply With Quote