# 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

##### Post Metadata
- Posted at: over 4 years ago
- Author title: Security analyst
- Net upvotes: 2


## Comments
### Comment 1

sudo apt update &amp;&amp; apt upgrade -y -y

And if you want to full upgrade your kali then use this command.

sudo apt full-upgrade -y

##### Comment Metadata
- Posted at: 3 months ago
- Author title: Techinacl support



### Comment 2

Log in as a root on Kali Linux; the default password is &quot;toor&quot;, 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&#39;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.

##### Comment Metadata
- Posted at: almost 3 years ago



### Comment 3

sudo apt-get -y update &amp; apt-get upgrade

##### Comment Metadata
- Posted at: over 3 years ago
- Author title: Pentester | SOC Analyst | DFIR | CTF PLAYER | eJPT | eCPPT




## Related Product
[Kali Linux](https://www.g2.com/products/kali-linux/reviews)

## Related Category
[Operating System](https://www.g2.com/categories/operating-system)

## Related discussions
- [How well does Trello scale into a larger team?](https://www.g2.com/discussions/1-how-well-does-trello-scale-into-a-larger-team)
  - Posted at: about 13 years ago
  - Comments: 6
- [Can we please add a new section](https://www.g2.com/discussions/2-can-we-please-add-a-new-section)
  - Posted at: about 13 years ago
  - Comments: 0
- [Quantifiable benefits from implementing your CRM](https://www.g2.com/discussions/quantifiable-benefits-from-implementing-your-crm)
  - Posted at: about 13 years ago
  - Comments: 4


