Skip to content
Louis Thiery edited this page Mar 21, 2014 · 4 revisions

03/20/14: CircuitCo's Debian install uses 1.3 Gb.

Get list of packages: dpkg --get-selections | grep -v deinstall

Start removing things: apt-get remove --auto-remove

What are good packages to remove?

  • x11-common (GUI stuff)
  • python2.6 (we'll only use python2.7)

Slimmed down to 1.1 Gb ...

03/21/14:

Doesn't boot up reliably. Something is up. Also seems noticeably slower.

Clone this wiki locally