scripts/apt_clean.sh

12 lines
188 B
Bash
Raw Normal View History

2020-07-31 09:45:02 +02:00
#!/usr/bin/env bash
#
# Cleans apt stuff
# Clean /var/cache/apt/archives
apt clean
apt-get clean
# Removes orphaned packages that are no longer needed
apt autoremove
apt-get autoremove