- Kali Linux Cookbook(Second Edition)
- Corey P. Schultz Bob Perciaccante
- 195字
- 2021-07-02 18:27:13
How to do it...
To bring an existing Kali Linux installation up to date, you will do the following:
- From the main Kali desktop, let's click on the terminal icon in the upper-left part of the screen:

Kali Linux desktop
Since we are already logged in as the root, we will not require any elevation of privileges using the su or sudo commands.
- From the Command Prompt, type this:
apt-get update

Kali Linux Command Prompt
After the initial installation, this process could take several minutes to complete.
- Once complete, we will actually upgrade the system by entering the following at the Command Prompt:
apt-get upgrade

Kali Linux Command Prompt
- After a minute or two, you will get a screen explaining what will be upgraded and what needs to be installed for the upgrades to occur. When ready to continue, type Y and press Enter:

Kali linux Command Prompt
This process will take quite some time to complete, so please be patient as your system upgrades.
- Once complete, we will reboot the system to ensure we have a fresh running environment. To continue, type this:
shutdown -r now

Kali Linux Command Prompt
推薦閱讀
- Java面向對象思想與程序設計
- 三維圖形化C++趣味編程
- 軟件測試項目實戰之性能測試篇
- DevOps Automation Cookbook
- Mastering PHP Design Patterns
- PLC應用技術(三菱FX2N系列)
- 深入淺出Go語言編程
- Mastering AWS Security
- Julia數據科學應用
- Docker:容器與容器云(第2版)
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- After Effects CC技術大全
- 交互設計師成長手冊:從零開始學交互
- C語言王者歸來
- Python深度學習與項目實戰