An administrator needs to add a new application to an existing Linux machine. The application is available in source code and distributed in a file called "application.tar.gz". After extracting the file, which of the following is the next step in installing the application?
A.
run configure, make, make install
B.
run apt-get
C.
move the extracted directory to /usr/local/application
D.
run rpm
Correct answer is A