Changes

Jump to: navigation, search

OPS235 Lab 3 - CentOS7

57 bytes added, 14:33, 28 April 2015
no edit summary
# Part is to be performed in your centos2 VM.
# Issue the following command to install a basic set of development tools and libraries:<br /><b><code><span style="color:#3366CC;font-size:1.2em;">yum groupinstall "Development Tools" "Additional DevelopmentLibraries"</span></code></b>
<ol>
<li>Reissue the <b><code><span style="color:#3366CC;font-size:1.2em;">make</span></code></b> command. Where you successful? What does <code>make</code> do?</li>
<li>Issue the command as root: <b><code><span style="color:#3366CC;font-size:1.2em;">yum list ncurses</span></code></b>. What do you see? Issue the command at root: <code>yum search ncurses</code>. What do you observe?</li>
<li>In this case, you need to install the ncurses development libraries as well. Issue the following command as root: <b><code><span style="color:#3366CC;font-size:1.2em;">yum install ncurses-devel.x86_64</span></code><b>. Now issue the command: <b><code><span style="color:#3366CC;font-size:1.2em;">make</span></code></b></li>
<li>Some software distributed as source code can automatically install itself. Try this command:
<ul>
13,420
edits

Navigation menu