5 lines
151 B
Plaintext
5 lines
151 B
Plaintext
# @name: apt autoremove and clean
|
|
# @description: This will remove all the extra packages from apt
|
|
# @os: Ubuntu
|
|
|
|
sudo apt autoremove && sudo apt clean |