Open Source Comes to Campus/Curriculum/Saturday/CLI: Difference between revisions

imported>Paulproteus
(Created page with '=== Title === The command line, packages, and dependencies === Learning objectives === Have a general understanding of what paths mean (/usr /usr/bin /home etc.). Understand t…')
 
imported>Paulproteus
Line 14:
* Explain the concept of "PATH". Point out that "." is usually not in the path by default.
* Split the screen into half Nautilus, half Terminal, and show how they are different views of the same thing.
* Explain that programs like "apt-get" install software, and to demonstrate this, use apt-get on the presentation machine to install something. Demonstrate where the resulting files went with dpkg -L. (Try to include a surprise /usr/sbin program.) Try executing a binary that got installed, and point out its location. Use apt-get remove to remove it. Point out that "yum" and "port" are similar tools.
 
=== Individual work ===
Anonymous user