As we are now familiar with PyCharm's basic functionalities, features, and its various editions, let's proceed with the steps that are required to install PyCharm on an Ubuntu-based Linux system. Since we are having a learning experience, we'll focus on installing the Educational edition of PyCharm, that is, PyCharm Edu:
- Download PyCharm Edu. To download PyCharm Edu, you can directly visit the following page on your web browser: https://www.jetbrains.com/pycharm-edu/download/:
![](https://static.packt-cdn.com/products/9781789341072/graphics/assets/9d9dfa8a-9744-4a8f-8491-ad0d41130dad.png)
This link will automatically detect your operating system and provide the appropriate download link:
![](https://static.packt-cdn.com/products/9781789341072/graphics/assets/9ff9e7c7-80f8-4112-a95c-368029968493.png)
- Note that you will have to ensure that Save File is selected before proceeding with the download:
![](https://static.packt-cdn.com/products/9781789341072/graphics/assets/7bf3ca1c-4bfb-45cb-a73b-1d30c8e7c8eb.png)
After downloading, the compressed file will be located at the Downloads directory, which is located at /home/<user-name>/:
![](https://static.packt-cdn.com/products/9781789341072/graphics/assets/05415cce-5b80-4fe2-a952-2e3d281ff4aa.png)
- Now, from the Downloads directory, right...