Results 1 to 2 of 2
Hello
i have linspir and xanderos linux
and i download some software from the web but i can't install them in my system
the files is (soucre files) (*.tar)
how ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-03-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 7
asking for help
Hello
i have linspir and xanderos linux
and i download some software from the web but i can't install them in my system
the files is (soucre files) (*.tar)
how i can install them??
q2
how i can connect using (adsl pppoe) in linux ??
- 12-03-2006 #2Hi backpro! It's depend on the sources of the program you download, generally you need to start with unpacking archive like:i have linspir and xanderos linux
and i download some software from the web but i can't install them in my system
the files is (soucre files) (*.tar)
how i can install them??
tar xvf archive.tar
later you can look for instructions of how to install program by looking for readme, install and other documentation files. If none can be found you can try execute these commands:
#./configre
#make
#make install
if previous three commands were executed successfully, your program probably could be found in /usr/local directory


Reply With Quote
