4. Commands For Dowloading packages and using download links Flashcards

1
Q

What is the package manager for debian based systems like Kali and Ubuntu?

A

apt/apt-get

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the command for installing a package in linux?

A

sudo apt-get install name_of_the_package

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the command for updating a repository in Linux?

A

sudo apt-get update

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What command is used to upgrade installed repositories in Linux?

A

sudo apt-get upgrade

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which command is used to download files in Linux?

A

wget url_download_link

or

curl -o url_download_link

How well did you know this?
1
Not at all
2
3
4
5
Perfectly