Find the answer to your Linux question:
Results 1 to 4 of 4
I am running FC8 using vmware workstation. This morning I did yum update only to find that the only one disk (8gb) is running out space. df shows 99% is ...
  1. #1
    Just Joined!
    Join Date
    Jan 2005
    Posts
    25

    Unhappy Help! Running out of space!

    I am running FC8 using vmware workstation. This morning I did yum update only to find that the only one disk (8gb) is running out space. df shows 99% is used.

    How can I free up some space so that I can do yum update?

  2. #2
    Linux Newbie
    Join Date
    Apr 2007
    Posts
    211
    (It's not intended to sound sarcastic/offensive)... I think it's all summarized basically with:

    1) deleting stuff you don't need;

    2) cleaning browsers caches (they might be set to store a lot);

    3) cleaning the trash can(s);

    4) uninstalling programs you don't need (that is, programs you don't need and you know that the system does not need as well);

    5) the least obvious one, "apt-get clean" command will delete packages that the system once used to install programs (but without actually uninstalling them). I'm not sure if this command exists in this distribution you're using, but I think that there must be something analog with that "yum" command.

  3. #3
    Just Joined!
    Join Date
    Jan 2005
    Posts
    25
    Thanks. I think you remind me of something...

    I am going to uninstall something.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Don't forget to clean yum cache too.
    Execute this
    Code:
    yum clean all
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...