Introducing G2.ai, the future of software buying.Try now

How do I update my kali linux os form the terminal

It's hard to update the os from the terminal as many errors can happen
2 comments
Looks like you’re not logged in.
Users need to be logged in to answer questions
Log In
Roshani S.
RS
0
Log in as a root on Kali Linux; the default password is "toor", without the quotes. You can also use su to switch the user or sudo to execute single commands if using a regular user is preferred instead of root. Open a terminal. Run the apt-get update command. This will download the updated list of packages (applications and tools) that are available to install. apt-get update Once the update is finished, run the following command to update non-system packages to their last stable version: apt-get upgrade When asked to continue, press Y and then press Enter. Next, let's upgrade our system. Type the following command and press Enter: apt-get dist-upgrade Now, we have our Kali Linux up-to-date and ready to continue.
Looks like you’re not logged in.
Users need to be logged in to write comments
Log In
Reply
Verified User
G2
Pentester | SOC Analyst | DFIR | CTF PLAYER | eJPT | eCPPT
0
The command is used to update the package lists and upgrade the installed packages on a system.
Looks like you’re not logged in.
Users need to be logged in to write comments
Log In
Reply