How to install PyCharm on Ubuntu using apt-get command. PyCharm Python IDE for Linux Ubuntu Systems comes with complete set of tools for productive development with Python programming language.
In addition, the PyCharm IDE provides high-class capabilities for professional Web development with Django framework and Google App Engine. It has powerful coding assistance, navigation, a lot of refactoring features, tight integration with various Version Control Systems, Unit testing, powerful all-singing all-dancing Debugger and entire customization. PyCharm is developer driven IDE. It was developed with the aim of providing you almost everything you need for your comfortable and productive development!
Install PyCharm on Ubuntu
Run the following commands in Terminal to install PyCharm on Ubuntu 16.04, Ubuntu 15.04, Ubuntu 14.04 and other Ubuntu Derivatives:
sudo add-apt-repository ppa:mystic-mirage/pycharm
sudo apt update
sudo apt install pycharm
To isntall pycharm-community on Ubuntu, replace pycharm with pycharm-community in the code to install the community version. So the code becomes:
sudo add-apt-repository ppa:mystic-mirage/pycharm
sudo apt update
sudo apt install pycharm-community
Once installed, open the PyCharm from Ubuntu Dash or Terminal.