toscas_kiss: Tosca's Kiss Steampunk Kiss (Just put me out of my misery now)
toscas_kiss ([personal profile] toscas_kiss) wrote2008-09-29 02:38 pm
Entry tags:

Fiat Lux

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...
ratcreature: Tech-Voodoo: RatCreature waves a dead chicken over a computer. (voodoo)

[personal profile] ratcreature 2008-09-29 03:02 pm (UTC)(link)
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.