-1

Possible Duplicate:
How can I turn my desktop Ubuntu 8.04 into a command line only install?

This question is similar to a previous question I asked How can I turn my desktop Ubuntu 8.04 into a command line only install?. I was wondering if anyone can recommend any other bulky packages from the standard 8.04 installation that can reduce the size on disk of my installation. All I really require is socket functionality, g++ and gcc, some kind of text editor and SSH client and server.

Things that I don't require are things like media players, audio packages, and the more "superficial" kind of desktop niceties. Is there anything particularly large in a standard install that is safe for me to remove without compromising my requirements above? I am a bit apprehensive about trying to uninstall items and I am not totally confident about removal of particular things having a negative effect on the functionality of any other things I might need (an example is would it be safe for me to remove everything to do with Perl, or does the system/kernel/other processes require this) ???

Basically I would like to be left with the kind of items that would have been installed in the CLI version of 8.04 (had the alternative iso image not been faulty).

Any help/suggestions would be gratefully received.

1 Answers1

2

You should not be too afraid of removing packages. After all (if apt is still working, you still have an internet connection and some other conditions) you can always reinstall whatever is accidentally removed

To obtain a list of big packages installed, you might want to use wajig: just install it and then run

wajig large

(docs for wajig may be found at http://www.togaware.com/wajig/)

josinalvo
  • 6,947
  • 5
  • 37
  • 51