I have a 10GB Ubuntu partition and I am starting to run out of hard disk space.
- What are some large things I can remove to free up space and where are they located?
I have a 10GB Ubuntu partition and I am starting to run out of hard disk space.
You can use the disk usage analyzer to figure out what is taking all the space.
Also, I'd suggest a larger partition size. If you plan to use Ubuntu fully and use some applications, then 10 Gigs definitely won't be enough.
You can always manage bigger files and folders, like your movie and music collection through your main partition or an external drive, instead of coping them over to your ubuntu partition.
A lot of tools and application come pre-installed, that are not necessary for most users to maintain and also consume some disk space. The easiest way is to open software-center
and browse through the single categories, to see what applications are installed and which of those you don't need [at all].
Furthermore you could use GUI applications, like computer-janitor or bleachBit, that do a decent job in freeing up space.
sudo apt-get clean
and removing the old kernels would recover some space.. – rusty Mar 08 '14 at 04:26