Kali linux repositories || Using apt || Kali linux 2017.1

Опубликовано: 05 Ноябрь 2024
на канале: Savvy Coder
115
13

Here you will learn how to use apt commands and repositories.
First thing to do after installing kali linux.

Few apt commands :------

apt-get update
apt-get upgrade
apt-get dist-upgrade

If want to use all these 3 at once the you should go for ----
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y