LPI certification: Compiling Sources and Managing Libs 13
An anonymous reader writes "Welcome to Compiling sources and managing packages, the first of four tutorials designed to prepare you for the Linux Professional Institute's 102 (release 2) exam. In this tutorial, we'll show you how to compile programs from sources, how to manage shared libraries, and how to use the Red Hat and Debian package management systems."
Watch out! (Score:2, Informative)
I don't use sigs
Re:Impressive (Score:2, Flamebait)
Remember:
apt-get install SHIT
apt-cache search 'for shit'
WOW! i wrote a ibm quality article.
Hello, I'm Troy McClure... (Score:5, Funny)
Re:Hello, I'm Troy McClure... (Score:3, Funny)
shutdown -rn now: Express Elevator to Hell, System Going Down!
Actually, that would make a nice wall shutdown message... ...clickety click...
Re:Hello, I'm Troy McClure... (Score:3, Insightful)
Compilation & Checkinstall (Score:5, Interesting)
make
checkinstall [izto.org] make install
But, hey, this tutorial is free and certainly useful for new users (who don't know how to handle tar- or gzip/bzip2-files). I think the chapter on what problems may occur and how to solve them could be a bit longer than just one page...
BTW, I don't know why they skipped the part on how to edit the Makefile by hand. It's much more fun
Re:Compilation & Checkinstall (Score:1)
Thanks!
lpic notes on source forge (Score:3, Informative)