Added all my Peronal Scripts
This commit is contained in:
5
snippets/aptautoremoveandclean.snippet
Normal file
5
snippets/aptautoremoveandclean.snippet
Normal file
@@ -0,0 +1,5 @@
|
||||
# @name: apt autoremove and clean
|
||||
# @description: This will remove all the extra packages from apt
|
||||
# @os: Ubuntu
|
||||
|
||||
sudo apt autoremove && sudo apt clean
|
||||
Reference in New Issue
Block a user