Kali linux modify update source and update command

1. Modify the sources.list source file:

vim /etc/apt/sources.list
#aliyun 阿里云
deb http://mirrors.aliyun.com/kali kali-rolling main non-free contrib
deb-src http://mirrors.aliyun.com/kali kali-rolling main non-free contrib

# ustc 中科大
deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
deb-src http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
#deb http://mirrors.ustc.edu.cn/kali-security kali-current/updates main contrib non-free
#deb-src http://mirrors.ustc.edu.cn/kali-security kali-current/updates main contrib non-free

# kali 官方源
deb http://http.kali.org/kali kali-rolling main non-free contrib 
deb-src http://http.kali.org/kali kali-rolling main non-free contrib 

# 默认的,可以注释掉不用管
#deb http://security.kali.org/kali-security kali-rolling/updates main contrib non-free
#deb-src http://security.kali.org/kali-security kali-rolling/updates main contrib non-free
 

2. Update the source:

1 apt-get update

3. Start to update the software:

1 apt-get upgrade

4. Update the system:

1 apt-get dist-upgrade

5. Clean up the installation package:

1 apt-get clean
2 apt-get autoclean

Software testing is the easiest subject in IT-related industries to get started~ It does not require the logical thinking of developers, and operations and maintenance personnel are not required to be on call 24 hours a day. What is needed is a careful attitude and a broad understanding of IT-related knowledge. The growth path of each tester from entering the industry to becoming a professional expert can be divided into three stages: software testing, automated testing, and test development engineers.

If you don't want to experience the feeling that you can't find the information during self-study, no one answers your questions, and insists on giving up for a few days, you can join our software testing exchange group 313782132, which contains various software testing materials and technical exchanges.

Guess you like

Origin blog.csdn.net/weixin_50271247/article/details/109359288