ch 11 review questions
When compiling source code into a binary program, which command performs a system check and creates the Makefile?
./configure
To install a new program from RPM software repositories on the Internet, you can use the yum update program name command. True or False?
false
When compiling source code into a binary program, which command does the compiling using the GNU C Compiler?
make
Which command can be used to remove the RPM package file ?
rpm -e packagename
Which option to the dpkg command can be used to list the files that comprise a package?
-L
Which command can be used to remove the test DPM package, including any test configuration files?
apt-get purge test
Which option to the rpm command can be used to remove a package from the system?
e
The Debian Package Manager (DPM) is the default package manager used by Fedora 20. True or False?
false
Which filename extension indicates a tarball?
.tar.gz
Which of the following commands creates an archive?
tar -zcvf /dev/st0 *
Most source code is available on the Internet in tarball format. True or False?
true
Which of the following commands can be used to search for packages that contain the word oobla on RPM software repositories?
yum search oobla