Kali Training: Quiz 6

Kali Training: Quiz 6

Professional Development

7 Qs

quiz-placeholder

Similar activities

Test

Test

Professional Development

7 Qs

Git quizz

Git quizz

Professional Development

10 Qs

All Hands 7-9-2021

All Hands 7-9-2021

Professional Development

11 Qs

M7 - Mulesoft  Structuring Mule Applications

M7 - Mulesoft Structuring Mule Applications

Professional Development

5 Qs

Git intro

Git intro

Professional Development

8 Qs

FSW:CH07.T01 -  Design Pattern

FSW:CH07.T01 - Design Pattern

University - Professional Development

9 Qs

5. Echo - Query And ORM

5. Echo - Query And ORM

Professional Development

11 Qs

Web Development Quiz

Web Development Quiz

Professional Development

10 Qs

Kali Training: Quiz 6

Kali Training: Quiz 6

Assessment

Quiz

Computers

Professional Development

Hard

Created by

John Coder

FREE Resource

7 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Before downloading a software package, you can check whether the package you need is

available from your repository, which is a place where your operating system stores

information. The apt tool has a search function that can check whether the package is

available.

a____-c_____ s_____ snort

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

To install a piece of software from your operating system’s default repository in the

terminal, use the a____-g____ i______ command, followed by the keyword install and then the name

of the package you want to install.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

When uninstalling software, use apt-get with the r_________ option, followed by the name of the

software to uninstall.

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

If you do want to remove the configuration files at the same time as the package, you

can use the p________ option

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

You can patch your individual system by entering the apt-get command followed by the

keyword u_________. This will search through all the packages on your system and check

whether patches are available.

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Updating isn’t the same as upgrading: updating simply updates the list of packages available for download from the repository, whereas upgrading will upgrade the package to the latest v_________ in the repository.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

To upgrade the existing packages on your system, use apt-get ___________. Because upgrading

your packages may make changes to your software, you must be logged in as root or use

the __________ command before entering apt-get ____________. This command will upgrade every

package on your system that apt knows about, meaning only those stored in the

repository