2

I am using a computer with a very strict space limit - less than 1000MB. For various reasons, I have the 2GB needed to install it, but I now need to shrink it down as much as I can.

For that reason, I've listed all the packages sorted by size, but I am not sure what I can remove safely.

Is there anything that can go?

Tim
  • 33,500

2 Answers2

2

This question would be too long and broad to answer; on the other hand, uninstalling random packages is not really a good idea.

What you should do instead is (as suggested in the comments) perform a clean reinstall with a minimal ISO and select only the GUI amongst the packages to include (plus Inkscape, since you need it).

dr_
  • 837
2

A good choice is to do a fresh Ubuntu Server-based install, because it's robust and minimal. Consider not to install LAMP, if it's not the purpose.

After that,

sudo apt install --no-install-recommends lubuntu-desktop

or

sudo apt install --no-install-recommends xubuntu-desktop

So you won't install all stuff that normally comes with full install.

Redbob
  • 1,686