1.
Syarat utama untuk menginstall Software dari source adalah harus ada compiler GCC (biasanya sudah terinstall ketika menginstall distro Linux)
Correct Answer
A. True
Explanation
The main requirement to install software from source is to have a GCC compiler, which is usually already installed when installing a Linux distribution. This means that in order to install software from source, having a GCC compiler is necessary.
2.
Instalasi Paket/Software di Linux ada dua macam:
Correct Answer(s)
A. Dari Source
B. Dalam bentuk paket manager
Explanation
The correct answer is "dari Source, dalam bentuk paket manager." This means that there are two ways to install packages/software in Linux: from the source code or using a package manager. Installing from the source code involves downloading the source code of the software and compiling it on your system. On the other hand, using a package manager allows you to easily install and manage software packages that are pre-compiled and available in the distribution's repository.
3.
Instalasi Paket/Software di Linux dalam bentuk paker manajer sudah dalam bentuk binari
Correct Answer
A. True
Explanation
The statement is true because in Linux, package managers are used to install software packages in binary form. These package managers handle the installation process by downloading and installing pre-compiled binaries, making it easier for users to install and manage software on their Linux systems. This method eliminates the need for users to manually compile the source code of the software, saving time and effort.
4.
Langkah pertama instal compiler GCC adalah
Correct Answer
B. Mengekstrak file compiler GCC
Explanation
The correct answer is "mengekstrak file compiler GCC". This is because the first step in installing the GCC compiler is to extract the GCC compiler file. This step involves extracting the compressed file containing the GCC compiler to a specific location on the system. Once the file is extracted, further steps can be taken to configure and install the compiler.
5.
Setelah mengekstrak file compiler GCC maka akan terdapat direktori baru bernama
Correct Answer
D. Xmms-1.2
Explanation
After extracting the GCC compiler file, a new directory named "xmms-1.2" will be created.
6.
Paket manager adalah tool bantu untuk mempermudah dalam menginstall software di Linux, karena sudah dalam bentuk file binary, 3 paket contohnya
Correct Answer
A. Slakware dengan *.tgz
Explanation
A package manager is a helpful tool for simplifying the installation of software in Linux. It allows users to easily install software packages, which are typically in the form of binary files. The given answer states that Slackware, a Linux distribution, uses the *.tgz file format for its packages. This suggests that when using Slackware, users would need to download and install packages in the *.tgz format.
7.
Untuk Paket Manager versi Slakware dan turunannya (dalam bentuk *.tgz) dapat menggunakan tool bantu berupa
Correct Answer
D. Pkgtool
Explanation
The correct answer is "pkgtool". Pkgtool is a tool that can be used for managing packages in Slackware and its derivatives. It is specifically designed for handling packages in the .tgz format. Mandrake, Fedora, and Lorma are not relevant in this context and do not provide the necessary functionality for managing packages in the specified format.
8.
Langkah terakhir instal compiler GCC adalah
Correct Answer
D. Install file binary tersebut di dalam sistem make install
Explanation
The last step in installing the GCC compiler is to install the binary file into the system using the "make install" command. This step ensures that the compiler is properly integrated into the system and can be accessed by users.
9.
File dalam bentuk suatu Paket Manager untuk instal Linux tidak dapat dikonversi ke dalam paket manager yang lainnya
Correct Answer
B. False
Explanation
The statement is false. File dalam bentuk suatu Paket Manager untuk instal Linux dapat dikonversi ke dalam paket manager yang lainnya.
10.
Saat menginstal Linux Slackware, ketika memasukkan maximum disk size yang ingin diberikan, direkomendasikan untuk maximum disk size adalah
Correct Answer
C. 8.0 GB
Explanation
When installing Linux Slackware, it is recommended to allocate a maximum disk size of 8.0 GB. This is because Linux Slackware requires a certain amount of disk space to function properly and accommodate the operating system files, applications, and user data. Allocating a larger disk size, such as 16.0 GB, may not be necessary for normal usage and could result in wasted disk space. On the other hand, allocating a smaller disk size, such as 2.0 GB or 4.0 GB, may limit the storage capacity and functionality of the operating system. Therefore, 8.0 GB is the optimal choice for the maximum disk size during the installation of Linux Slackware.