Find the answer to your Linux question:
Results 1 to 3 of 3
I'm trying to keep my system as clean and slimmed down as possible and I was wondering what files I can delete after downloading software. I've also used up quite ...
  1. #1
    Just Joined!
    Join Date
    Nov 2009
    Posts
    5

    Which files are safe to delete?

    I'm trying to keep my system as clean and slimmed down as possible and I was wondering what files I can delete after downloading software.
    I've also used up quite a bit of space with all the software packages I've installed and its only logical to assume that these are going to keep adding up. Is there a program I can install that will delete all the outdated plugins and stuff I dont need or use anymore? Any help is appreciated.

  2. #2
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568
    what your linux distro? If you are using rpm based distro, you could use
    rpm -e unwanted_package_name
    You can write a little script (find command with size or date) and _review_ and remove those files.
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

  3. #3
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    new packages will overwrite old files and delete files that aren't needed if you install with yum

    there really aren't any files you can safely delete without disrupting your system in some way

    you should just run yum clean all command after updating/installing to delete the downloaded installer files, which will save disk space, and if you haven't done this already could be using up a considerable amount

Posting Permissions

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