Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 234 Bytes

how-to-remove-unused-applications-and-libraries.md

File metadata and controls

12 lines (7 loc) · 234 Bytes

How to remove unused applications and libraries

apt autoremove --purge
  • apt autoremove - will remove all unused libraries and apps
  • --purge - will also delete unused configuration and data files

group: remove