Archives For December 31, 2017

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.

UPDATE 201805: Rebuilt Ubuntu 18.04 packages due to updated system library. The plugin package now can be installed without dependencies issue.

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.

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

sudo apt-get update

sudo apt-get install avidemux2.7-qt5 avidemux2.7-plugins-qt5

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.7-qt5

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.