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
2
Q
What is the command for installing a package in linux?
A
sudo apt-get install name_of_the_package
3
Q
What is the command for updating a repository in Linux?
A
sudo apt-get update
4
Q
What command is used to upgrade installed repositories in Linux?
A
sudo apt-get upgrade
5
Q
Which command is used to download files in Linux?
A
wget url_download_link
or
curl -o url_download_link