So why does Chrome need so much space? Well it turns out that it apparently never deletes a previous version when it upgrades - wasting your hard drive space for no useful purpose I can see. This is simply sloppy Google! On Linda's computer there are no less than 47 Versions of Chrome (ranging from build 6.0.472.41 to 13.0.782.99) currently stored - each one taking up between 80-112M!
This is enough to make me consider removing Chrome from my computers.
For now, I'm just deleting the previous versions. For those of you who aren't familiar with the command line, here's a simple recipe:
- make sure Chrome is closed
- use Finder to open /Applications/Utilities/Terminal
- in terminal type
$ ls -l
- then read the output and find the highest number (e.g. 13.0.782.109)
- in terminal type
$ rm *
$ mv ../13.0.782.109 .
- replacing my example number with your highest number
- type
- and close the Terminal program. You should be all set to restart Chrome.
No comments:
Post a Comment