7/21/2008

Install programs on a linux which isnt conected to the internet

How to install programs on a linux which isnt conected to the internet?
You need the source code and you can install the applications with no need for internet connectivity. You might need some dependency packages that need to be installed to have the software work on ur pc..

Try looking for an application that displays the dependencies so you can check if you got them or not..

To install the applications just use a command like:
make
make install

or something like that, i can't remember correctly :)

If it is a .deb file, then you just double click and it installs itself..
Check out the link i provided, it should give you a clearer look..

0 comments: