How to Install PyCharm on Lubuntu 16.04 Xenial LTS

January 9, 2019 | By the+gnu+linux+evangelist.

Lubuntu Xenial PyCharm Installation

  1. Download PyCharm Community Ed. for Lubuntu

    PyCharm Linux tar.gz

    Select the PyCharm Community Edition for Linux.

  2. Double-Click on Archive Extract into /tmp

    How to Install PyCharm Python IDE on Lubuntu 16.04 Xenial LTS - Archive Extraction

    Or from Command Line:

    tar xvzf ~/Downloads/pycharm-community*.tar.gz -C /tmp/
  3. Relocating PyCharm
    First, Set the SuperUser as owner:

    sudo su -c "chown -R root:root /tmp/pycharm*"

    To Switch the PyCharm contents:

    sudo mv /tmp/pycharm-community* /opt/pycharm-community
  4. Making PyCharm Symlinks.

    sudo su -c "ln -s /opt/pycharm-community/bin/pycharm.sh /usr/local/bin/pycharm"
    sudo su -c "ln -s /opt/pycharm-community/bin/inspect.sh /usr/local/bin/inspect"
  5. Finally, to Launch PyCharm Python IDE
    From Shell:

    pycharm

    Then choose Create Desktop Entry from the ‘configure‘ Menu to make a Launcher:

    Making Launcher
  6. PyCharm Quick Start Hello-World Python

    PyCharm Quick Start Guide

How to Install PyCharm Python IDE on Lubuntu 16.04 Xenial LTS - PyCharm GUI

Contents


QuickChic Theme • Powered by WordPress