From 29b1c2b3e54dc932c1fce621c39ecdaa2958b20b Mon Sep 17 00:00:00 2001 From: ston1th Date: Sun, 1 Nov 2020 21:06:01 +0100 Subject: [PATCH] added more cleanups --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7812340..fe75ac6 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,17 @@ qm set 9000 --cicustom "" qm set 9000 --ipconfig0 "" qm template 9000 ``` + +### More Image Cleanup + +``` +apt -y purge apport apport-symptoms bash-completion byobu htop landscape-common lxcfs lxd lxd-client motd-news-config nano ntfs-3g os-prober ufw +apt -y autoremove +``` + +Even more cleanup: + +``` +apt -y purge lshw lsof ltrace man-db manpages mdadm mtr-tiny screen sosreport strace tcpdump tmux usbutils whiptail +apt -y autoremove +```