View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#4
Originally Posted by gabby131 View Post
i got the problem now. i have downloaded a zip package that is stored in /var/cache/apt/archive/ that have a size of 1.3gb i just need to know how to delete that file in xterm. thanks!
This should work - you'll need to have rootsh installed though:
Code:
sudo gainroot
rm /var/cache/apt/archive/*.zip
 

The Following User Says Thank You to Rob1n For This Useful Post: