Avidemux video editor

The latest packages for Avidemux video editor 2.7.0 is available in GetDeb.net. However, the GetDeb repository is not updated for a few months, and there’s no packages for Ubuntu 17.10.

For those who don’t prefer the official Appimage (non-install) binary, I’ve uploaded Avidemux 2.7.0 packages into launchpad PPA (unofficial) to make it available for Ubuntu 17.10, Ubuntu 18.04. It also contains packages for Ubuntu 16.04, and Ubuntu 17.04.

Avidemux 2.7.0

1. To add the PPA, open terminal either via Ctrl+Alt+T or by searching for ‘terminal’ from app launcher. When it opens, run command:

sudo add-apt-repository ppa:ubuntuhandbook1/avidemux

Input your password (no visual feedback while typing) when it prompts and hit Enter.

avidemux ppa

2. Then install avidemux2.6-qt package either via Synaptic Package Manager or by running commands:

sudo apt-get update

sudo apt-get install avidemux2.6-qt

It’s avidemux 2.7 though it contains ‘2.6’ in its name.

Uninstall:

For any reason remove the software via command:

sudo apt-get remove --autoremove avidemux2.6-qt

To remove the PPA, launch ‘Software & Updates’ utility and navigate to ‘Other Software’ tab.

Stellarium, a free planetarium software, reached the 0.17.0 release with many new features, bug-fixes, and other changes.

The major changes in Stellarium 0.17.0:

  • Added support for nomenclature of planetary surface (SOCIS 2017 project)
  • Added improvements for AstroCalc tool
  • Added improvements for Oculars plugin
  • Added improvements for Exoplanets plugin
  • Added INDI support for Telescope Control plugin
  • Updated code and data

For the full changes, see the release note.

How to Install Stellarium 0.17.0 in Ubuntu:

The official Stellarium PPA has built the packages for Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and Ubuntu 18.04.

1. Open terminal either via Ctrl+Alt+T or from app launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:stellarium/stellarium-releases

Input your password (no visual feedback while typing) when it prompts and hit Enter.

2. Then upgrade Stellarium from an existing release with Software Updater utility:

Or run following commands to install the software for the first time:

sudo apt-get update

sudo apt-get install stellarium

Uninstall:

To remove the software, either use your system package manager or run command:

sudo apt-get remove --autoremove stellarium

And remove the PPA via “Software & Updates” utility under Other Software tab.

RetroArch game emulator reached the 1.7.0 release a few days ago with tons of changes. Here’s how to install it in Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10 via PPA.

RetroArch 1.7.0 release highlights:

  • Integrated Bliss-box 4-Play support
  • Badges for achievements
  • Improved lightgun support
  • Windows 95/Windows 98 (non-SE) support
  • Many important improvements for PlayStation3 port
  • New menu shader effects
  • PSP port works again
  • Wii U port works again
  • Automatic scanning of content
  • See the release note for more.

How to Install RetroArch 1.7.0 in Ubuntu:

There’s a stable PPA repository that contains the latest packages for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and their derivatives.

1. Open terminal either via Ctrl+Alt+T or by searching for ‘terminal’ from app launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:libretro/stable

Type your password (no visual feedback while typing) when it prompts and hit Enter.

2. After that, you can install RetroArch and a list of games either via Synaptic Package Manager, or by running commands:

sudo apt-get update

sudo apt-get install retroarch libretro-*

Uninstall:

To remove the software, run command in terminal:

sudo apt-get remove --autoremove retroarch libretro-*

And remove the PPA repository by launching “Software & Updates” utility and navigating to “Other Software” tab.

The community has made Sublime Text 3 into the SNAP package. So far, it’s available for testing in candidate channel.

A snap is an universal Linux application comes with all its dependencies bundled. It runs in sandbox and is isolated from other system software.

If you just want to install latest stable Sublime Text 3 in Ubuntu. There’s an official apt repository and here’s how-to tips.

Install Sublime Text 3 via Snap:

Once the snap is published into stable channel, you can easily install or remove it in Ubuntu Software

Open terminal either via Ctrl+Alt+T or by searching for ‘terminal’ from application launcher. When it opens, run command:

snap install sublime-text-3 --classic --candidate

The command works in Ubuntu 16.04 and higher. And the --candidate flag is no required once the snap is published into stable channel.

The snap package co-exists with traditional packages, you’ll have two launcher icons:

To make sure you’re running the snap app, you can launch it from the terminal command:

/snap/bin/sublime-text-3

Uninstall:

To remove the snap app for Sublime Text 3, run command:

snap remove sublime-text-3

PyCharm IDE

Jetbrains announced the release of its Python IDE, PyCharm 2017.3.2, a day ago. Here’s how you can install it in Ubuntu 16.04 and higher.

Changes in PyCharm 2017.3.2 include:

  • Type annotation ahead of time. You can’t put an inline type annotation when defining a variable in a for or a with statement, so you need to provide the annotation in a separate place, read more on the ticket. This is now supported in PyCharm.
  • ‘Show command line afterwards’ now works correctly for remote interpreters. And further fixes to this feature
  • Various SQL syntax fixes for PostgreSQL and Oracle (PyCharm Professional Edition bundles all DataGrip features)
  • React code completion improvements (PyCharm Professional Edition bundles all WebStorm features)
  • And more, see the release notes for details

How to Install PyCharm 2017.3.2 in Ubuntu:

You can easily run the new release in Ubuntu either via:

method 1: official Linux binaries. NON-INSTALL version, just extract and run executable file to launch the IDE:

Download PyCharm Linux binary

method 2: or install the Snap package. App run in sandbox. Support for Ubuntu 16.04 and higher:

Simply open terminal via Ctrl+Alt+T or by searching for ‘terminal’ from app launcher. When it opens, run command:

snap install pycharm-community --classic

For professional edition, run following command instead:

snap install pycharm-professional --classic

Once installed, launch the IDE from your application launcher and enjoy!

Uninstall:

To remove the snap packages, either use Ubuntu Software or run command in terminal:

sudo snap remove pycharm-community pycharm-professional

For those who prefer traditional Ubuntu PPA, keep an eye on the launchpad PPA.