9.04 installation

Asked by taycicek

I have installed ubuntu 9,04 on 20 gb disk space, installation filled all space and does not allow to install upgrades. How can create space? or is it normal for the installation to fill all 20 gb space?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Peter Van Hove
Solved:
Last query:
Last reply:
Revision history for this message
Best Peter Van Hove (ackron) said :
#1

you can run the command "apt-get clean" to clear out the downloaded packages.
sometimes when using limited free space the downloaded packages can hold a large portion on the disk.
Using this command will clear the downloaded packages. (system cache). After this just do a "apt-get update" and "apt-get upgrade" normally this should let you upgrade the system.

Note!! these are commands are for the command line.

If you still have to little free space you can issue a "du -sh *" in the root dir which will show you the disk space every directory uses. This will give you a hint on what is eating up the disk-space.

Revision history for this message
Rajinder Sandhu (sandy744) said :
#2

use sudo apt-get autoclean
and sudo apt-get autoremove
to remove all your older versions of softwares which are still sitting on the pc
Thanks

Revision history for this message
taycicek (taycicek2) said :
#3

Thanks Peter Van Hove, that solved my question.

Revision history for this message
taycicek (taycicek2) said :
#4

Thanks for help