Find the answer to your Linux question:
Results 1 to 4 of 4
Would it cause any issues to delete the cached archives from the installed packages? I have almost a gig of space being taken up and would like to get the ...
  1. #1
    Linux User hatebreed's Avatar
    Join Date
    May 2010
    Posts
    332

    [SOLVED] deleting cached archives

    Would it cause any issues to delete the cached archives from the installed packages? I have almost a gig of space being taken up and would like to get the space back.

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Quote Originally Posted by hatebreed View Post
    Would it cause any issues to delete the cached archives from the installed packages?
    No, it doesn't hurt to delete them. They only serve as backup packages should they be needed again for reinstalling them, which usually doesn't happen. You can probably download them again should you need any of them.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You should not remove those manually.
    Execute this command :
    Code:
    sudo apt-get clean all
    It will clean cache and all other unnecessary confs.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    You can check this HowTo for more on using the Synaptic Package Manager under Ubuntu:

    https://help.ubuntu.com/community/SynapticHowto

    For more on using apt, check this HowTo (written for 8.04 but still applies):

    https://help.ubuntu.com/8.04/serverguide/C/apt-get.html
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

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