When I install Ubuntu server the footprint is 3.5GB no matter what I do. If I install debian it is about 700MB. Is there no way to install Ubuntu without installing all of those packages? Just a bare bone install.
Asked
Active
Viewed 48 times
0
dpkg-query --showformat='${Installed-Size;8}, ${Package}\n' --show '*' | grep -v '^,' | sort -nr | head -20
. – AlexP Feb 02 '19 at 13:48