Quote:
Originally Posted by DrB0b
Say you need a git installation on your workstation but there is no precompiled package for it. Without going through the compilation routine how would you get a copy of git onto that box.
I guess by no precompiled package you mean no debian package that can be obtained through apt....rather than source which would have to be compiled...:confused:
So I have an executable and have it from a reliable source and have checksum verified. I can then drop it into /temp and then change the install script to have it install into /opt/<new app> which will have all the supporting directories below it. Or if it is a tarball without requiring any install then I can just cp it into /opt and untar.
Updates? I am waiting for a debian apt-get install, which will make everything easy. In the meantime I use what I have and check for updates as and when i feel like. The idea that I need the latest and greatest all the time is simply rubbish. After all I am still using v98 professionally rather than c11....and ada-95 rather than ada-2012 and fortran-77 instead of fortran-90 or whatever the latest is. Perl 5.8 with tk rather than 6 without it and python 2.7 or 3.x and mentally adjust to suit.
Quote:
Originally Posted by DrB0b
That's because packages were built to install them into /opt.
True for google/chrome but not for eclipse