Windows Subsystem for Linux (WSL) interpreters for Windows users developing apps for Linux.
Multiline TODOs support.
Great usability improvements for search everywhere feature.
Performance improvements to F-string.
Additional options for optimizing imports
GitHub pull requests
Cassandra support
How to Install PyCharm 2018.3 in Ubuntu:
Jetbrains offers official Snap package for Linux desktop. For Ubuntu 18.04 and higher, simply open Ubuntu Software, search for and install pycharm packages:
For Ubuntu 16.04, open terminal (Ctrl+Alt+T) and install snapd daemon via command:
sudo apt install snapd snapd-xdg-open
Then install PyCharm snap package via command:
sudo snap install pycharm-community --classic
In the command replace pycharm-community with pycharm-professional for the professional edition.
Uninstall:
To remove the PyCharm snap package, either use Ubuntu Software or run command in terminal:
MusicBrainz Picard music tagger now is available as Snap package for Ubuntu 16.04, Ubuntu 18.04, and higher.
Snap is containerised software package designed to work within most Linux desktop. It bundles all its required dependencies, so the latest Picard 2.0.4 works in Ubuntu 16.04 while the official PPA updates only for Ubuntu 18.04 and higher.
Note that the MusicBrainz Picard snap package is not official. It’s maintained by the community.
To install Picard snap package in Ubuntu 18.04 / higher:
Simply open Ubuntu Software, search for and install picard. There are 2 software packages while the Snap package marked as ‘Source: Snap Store’ in the package details.
Install Picard 2.0.4 in Ubuntu 16.04:
For Ubuntu 16.04, open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from app launcher. When it opens, do:
1. Run command to install snapd is daemon:
sudo apt install snapd snapd-xdg-open
Type user password (no asterisks feedback due to security reason) for sudo prompt and hit Enter.
PlayOnLinux, a graphical frontend for the Wine software compatibility layer which allows Linux to install Windows-based applications, released version 4.3 a few days ago.
While Phoenicis PlayOnLinux 5 is currently under development, the POL 4.3 is a bug-fix release that also brings Phoenicis (POL 5) winebuild compatibility. POL 4 winebuilds will be deprecated.
To install PlayOnLinux 4.3, download the official .deb package:
You can also add the PlayOnLinux apt repository via following steps:
1 Open terminal (Ctrl+Alt+T) and run command to install the keyring:
Command & Conquer: Red Alert, the old popular real-time strategy game now can be easily installed in Ubuntu 16.04 and higher via Snap package.
Command & Conquer: Red Alert is a real-time strategy game and second release in the Command & Conquer series, having been released in October of 1996. it is also the first game in the Red Alert sub-series that takes an alternative path/story of the main Command & Conquer series.
C&C: Red Alert is set prior to the events in Command & Conquer in an alternative history where the Soviet Union has invaded Eastern Europe and started a new war against the remaining European countries and the United States.
Thanks to Taqi Raza, the game now is available via Snap (containerized software package works securely within most Linux desktop).
Please forgive my global internet speed. I can’t test the game package due to lack of time.
1. For Ubuntu 18.04 and Ubuntu 18.10, simply open Ubuntu Software, search for and install cncra.
Do install wine-platform (snap) first as the package is running via wine.
2. For Ubuntu 16.04, open terminal (Ctrl+Alt+T) and run following commands one by one:
Install snapd daemon via command:
sudo apt install snapd snapd-xdg-open
Install wine snap package via command:
sudo snap install wine-platform
Finally install the Red Alert package:
sudo snap install cncra
Replace cncra with cncra2yr for Red Alert 2 Yuri’s Revenge.
Uninstall:
To remove the game package, open terminal and run command:
Jetbrains offers official Snap package for Linux desktop. For Ubuntu 18.04 and higher, simply open Ubuntu Software, search for and install pycharm packages:
For Ubuntu 16.04, open terminal (Ctrl+Alt+T) and install snapd daemon via command:
sudo apt install snapd snapd-xdg-open
Then install PyCharm snap package via command:
sudo snap install pycharm-community --classic
In the command replace pycharm-community with pycharm-professional for professional edition.
Uninstall:
To remove the PyCharm snap package, either use Ubuntu Software or run command in terminal:
Linux Mint’s Cinnamon desktop has tagged its 4.0 release for more than a weeks. For those who want to try out new desktop release, here’s how to install Cinnamon 4.0 in Ubuntu 18.04.
Cinnamon 4.0 is not officially announced at the moment. It’s mentioned in the last Linux Mint blog post:
New panel layout, you’ll have the option to embrace the change or to click a button to make Cinnamon look just like it did before.
Ability to define a different icon size for each of the three panel zones
Mint-Y-Dark now is the default Cinnamon theme.
Support for mainline kernels was added to the Update Manager.
reduced system memory consumption, and various other changes.
Install Cinnamon 4.0 via PPA in Ubuntu 18.04:
1. Open terminal either via Ctrl+Alt+T keyboard shortcut, or from application launcher. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:embrosyn/cinnamon
Type your password (no asterisks feedback) for sudo prompt and hit Enter to continue.
2. Then install Cinnamon desktop via command:
sudo apt install cinnamon
Once installed, log out and login with Cinnamon session.
Due to dependency issue, the PPA does no longer support Ubuntu 16.04, Linux Mint 18.x. As an alternative, you can install GIMP Snap package, containerized software package with all dependencies bundled.
1. Open terminal (Ctrl+Alt+T) and run command to install snapd daemon:
sudo apt install snapd snapd-xdg-open
2. Then install GIMP snap package via command:
sudo snap install gimp
Note you may have two GIMP icons in app launcher, as the snap co-exist with the legacy GIMP package. You can either remove old GIMP package, or run the snap via command snap run gimp.
3. To remove the snap package, run command:
sudo snap remove gimp
In addition, GIMP also available as flatpak package that GIMP download page refers to all Unix-like systems.