It turns out that when I prepared a certain Raspberry Pi several months ago, I used the full Raspbian image. Since then, that Pi is on headless duty just running some server software. When I run updates on it, a whole lot of stuff I'll never use gets updated. Migrating from jessie to stretch took unnecessary hours.
What can I do to move to the lite version from within the existing installation?
I would presume that I can remove some package and install another, like the ubuntu-desktop
on Ubuntu, but what would that be on Raspbian?
man apt
,man apt-get
,man dpkg
. remove all installed packages, then manually clean in/etc
and elsewhere. – user2497 Apr 23 '18 at 04:07apt-get purge \*
, but do back up/etc
and other relevant folders first. – user2497 Apr 23 '18 at 14:22tar
’s ‘-p’ flag; e.g.tar -xpf archive.tar -C /tmp
. Review the files before committing them to/etc
. – user2497 Apr 23 '18 at 14:33wolfram-engine
package alone has been unpacking for approximately 20 minutes. – Colin Dean Apr 24 '18 at 01:07