GNU/Linux Debian Installing PhoneGap – QuickStart Guide
Hi! The Step-by-Step Guide shows you How to Install Latest Adobe PhoneGap for Debian OldStable/Stable/Testing/Sid GNU/Linux Desktops.
And Adobe PhoneGap Debian Installation is tied to the Node.js npm Installer, so you need to have a working Setup on System.
PhoneGap Supports App Development for the Following Mobile Devices:
- iPhone
- Android
- Blackberry
- WebOS
- Windows
- Symbian
- Bada
Finally, PhoneGap is a Free and Open Source Framework for Mobile Apps Development using Standardized Web APIs for the Platforms you care about.

1. Launching Terminal
Open a Terminal Window
(Press “Enter” to Execute Commands).
2. Installing NodeJs
How to Install Latest Node.js on Debian Linux
3. Installing PhoneGap
Installing PhoneGap for Debian.
npm install -g phonegap
Or:
sudo npm install -g phonegap
4. Making App
Then to Create and Run App
To Create a PhoneGap App play:phonegap create myApp
Then to Run it as for Android:cd myApp
phonegap run Android
5. Getting Started
Getting-Started with PhoneGap App Development