📜  autoremove kali linux - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:43.481000             🧑  作者: Mango

代码示例1
# The autoremove option removes packages that were automatically installed 
# because some other package required them but, with those other packages 
# removed, they are no longer needed. Sometimes, an upgrade will suggest 
# that you run this command.
sudo apt autoremove -y