I have installed Ubuntu 16.04(64-bit) and try to install pycharm community(free version), I have added following PPA successfully,
sudo add-apt-repository ppa:mystic-mirage/pycharm
then I have applied the following commands:
sudo apt-get update
sudo apt install pycharm-community
but it raises the following error:
E: Unable to locate package pycharm-community
apt-cache policy pycharm-community
? – Anwar Nov 13 '16 at 06:27sudo apt install pycharm
instead ofsudo apt install pycharm-community
– Gautam Vashisht Nov 13 '16 at 06:48sudo apt-get install pycharm-community
. – AnotherKiwiGuy Nov 13 '16 at 07:00