Fiat Lux

Sep 29, 2008 14:38

Oh, thank you God!

Finally found an understandable explanation of how Linux software installation works.

Now if I can only figure out how to apply it to logjam...

asus 901, tech

Leave a comment

Comments 1

ratcreature September 29 2008, 15:02:06 UTC
Ideally you just need to search the repository of your distribution for packages named logjam with your installation tool, select that and your Linux will do the rest. Or with the apt get method described on that help page you'd just try "apt-get install logjam" for example.

It's only hard if there is no pre-assembled package for that program, but usually even compiling isn't problematic if you have a new distribution and all relevant libraries plus the C compiler installed. Then you download the source and follow the readme file.

Reply


Leave a comment

Up