Adding extentions from the command line
I’ve found it’s sometimes easier to either make upgrades or install extensions via the command line rather than using Magento Connect. To do this, all you need is the extension key. For this example I’ll use Magento’s default upgrade key: magento-core/Mage_All_Latest
./pear install magento-core/Mage_All_Latest
Easy enough?

