Archives For News

Free open-source software updates and Linux news

Shotwell Photo Manager

Shotwell 0.30.8 was released today as the latest stable version. Here’s how to install it in Ubuntu 18.04 and higher.

Shotwell 0.30.8 comes with updated translations and some bug-fixes, including:

  • Fix keyboard shortcut for adding tags
  • Fix Tumblr publishing issue
  • Fix month name translation in date/time chooser

How to install Shotwell 0.30.8 in Ubuntu:

If you’re OK with the flatpak package, which runs in sandbox, Shotwell 0.30.8 flatpak is available HERE.

Also Shotwell stable PPA maintains native .deb packages for Ubuntu 18.04 and higher, and v0.30.8 will be available in a few days (You may check the PPA link before getting started).

1. Open terminal (Ctrl+Alt+T) and run command to add PPA:

sudo add-apt-repository ppa:yg-jensge/shotwell

2. To upgrade Shotwell from a previous, launch Software Updater and install available updates.

NOTE: To undo the installation, and downgrade shotwell to the stock version in your Ubuntu repository, run command to purge the PPA:

sudo apt install ppa-purge && sudo ppa-purge ppa:yg-jensge/shotwell

The first release candidate of Clementine 1.4.0, an audio player inspired by Amarok 1.4, was released today.

Though the last 1.3.1 was released more than 3 years ago, the development of Clementine is being active all the time. Now Clementine 1.4.0 rc1 is available to install in Ubuntu 18.04, Ubuntu 19.04, Ubuntu 19.10 with no announcement or change-log though.

Go to the release page by clicking the link below:

Select download the .deb package from your Ubuntu edition.

  • bionic for Ubuntu 18.04, and Linux Mint 19.x
  • disco for Ubuntu 19.04
  • eoan for Ubuntu 19.10.
  • and amd64 for 64-bit system, i386 for 32-bit system.

Finally install the package either via Gdebi package installer or by running command in terminal:

sudo dpkg -i ~/Downloads/clementine_1.4.0*.deb

Once installed, open the music player from your system application launcher and enjoy!

Clementine, an open-source audio player inspired by Amarok 1.4, released version 1.3.9 (then 1.3.92) a few days ago. Here’s how to install it in Ubuntu.

Though the last version 1.3.1 was released more than 3 years ago, Clementine player is still in active development, and version 1.3.9 (as well as 1.3.92) was released in recent days as the test release. However, there’s no announcement, no change-log so far. They seem to be the development releases for the next major release.

The latest Clementine 1.3.92 is available to download in the link below:

So far it offers .deb packages for Ubuntu 18.04 (bionic), Ubuntu 19.04 (disco), and Ubuntu 19.10 (eoan).

Just grab the .deb matches your Ubuntu edition (amd64 for 64-bit) and click install via Gdebi (install it via Ubuntu Software) package installer.

Once installed, open the player from your system application launcher and enjoy!

MPV media player 0.31 Released (Ubuntu PPA)

Last updated: December 28, 2019

MPV, an open-source MPlayer nd MPlayer2 based media player, released version 0.31 today.

Changes in MPV 0.31 include:

  • Allow configurable swapchain color space for native HDR output
  • Add mechanisms for better logging as preperation for console.lua
  • Introduce a pseudo key name that grabs all text input
  • Add grab zone for resizing window with mouse
  • Implement pseudo client side decorations via OSC
  • Add video filter using vo_gpu’s renderer
  • Added console.lua: interactive REPL for input commands
  • Display Santa hat for idle logo in December
  • Add option to autoselect known good hwdec implementations
  • Peplace old event tap for media key support with MediaPlayer
  • Remove Apple Remote support
  • Many fixes and minor enhancements

How to Install MPV 0.31 in Ubuntu:

Although it’s not available at the moment of writing, you can add the Doug McMahon’s PPA in Ubuntu 18.04, and receive MPV package updates once published via Software Updater.

1.) Open terminal either by pressing Ctrl+Alt+T on keyboard or by searching for ‘terminal’ from application menu. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:mc3man/mpv-tests

Type user password (no asterisk feedback) when it prompts and hit Enter.

2.) If a previous version of MPV was installed, launch Software Updater and you’ll see new MPV package available to upgrade.

Or run command one by one in terminal to install (upgrade) MPV:

sudo apt install mpv

Uninstall:

To downgrade MPV to the stock version in Ubuntu main repositories, run command to purge the PPA:

sudo apt install ppa-purge && sudo ppa-purge ppa:mc3man/mpv-tests

To remove the PPA only, go to Software & Updates -> Other Software tab.

To simply remove MPV media player, either use Ubuntu Software or run command in terminal:

sudo apt remove --autoremove mpv

TeXstudio 2.12.18, an open-source LaTeX text editor, was released today. Here’s how to install it in all current Ubuntu releases including the next Ubuntu 20.04 LTS.

It has been half a year since the last release, the latest TeXstudio 2.12.18 is mainly a bug-fix release. Most notably change is better support of regexp in search (Qt5 version only). There’s also some cwl added, and many bug-fixes.

And TeXstudio 2.12.18 is the latest release supporting Qt4.

How to Install TexStudio 2.12.18 in Ubuntu:

The PPA repository has built the packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.04, Ubuntu 19.10, Ubuntu 20.04, and their derivatives.

1. Open terminal either by pressing Ctrl+Alt+T on keyboard or by searching for ‘terminal’ from software launcher. When it opens, run command:

sudo add-apt-repository ppa:sunderme/texstudio

Type user password (no asterisk feedback) from sudo prompt and hit Enter to add the PPA.

2. If an old version was installed in your system, remove the texstudio-doc, texstudio-l10n (if any) package before upgrading the software:

sudo apt-get remove texstudio-doc texstudio-l10n

3. After adding the PPA, you can either upgrade the editor via Software Updater:

or run commands in terminal to install or upgrade the software:

sudo apt-get update && sudo apt-get install texstudio

Uninstall:

To remove the LaTeX editor, run command in terminal:

sudo apt-get remove --autoremove texstudio

And go to Software & Updates -> Other Software to remove PPA repositories.

The first release candidate of SuperTuxKart 1.1 was released a few days ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 19.04, Ubuntu 19.10, Linux Mint 19.x.

What’s new in SuperTuxKart 1.1 rc1 according to the release note:

  • A new arena: Pumpkin Park
  • Online play improvements:
    • IPv6 client and server support
    • improved synchronization
    • a wider range of add-ons available.
  • Possible to adjust the game’s font size
  • Lots of fixes scaling to 1440p and 4K resolutions
  • Emojis support and available when chatting in servers.
  • iOS support, and more.

How to install SuperTuxKart 1.1 rc in Ubuntu:

The dev PPA has built the packages for Ubuntu 18.04 and higher.

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

sudo add-apt-repository ppa:stk/dev

Type user password (no asterisk feedback) when it prompts and hit Enter to continue.

2. Then install the game via commands:

sudo apt update

sudo apt install supertuxkart

Once installed, open the game from your system application launcher and enjoy!

Uninstall:

To remove SuperTuxKart, open terminal and run command:

sudo apt remove --auto-remove supertuxkart supertuxkart-data

To remove the PPA, open Software & Updates -> Other Software, and remove the repository line:

MERRY CHRISTMAS!

Darktable RAW image editor 3.0 was released today with new major updates. Here’s how to install it in Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10.

Darktable 3.0 comes with a complete rework of the user interface. The GUI now is fully controlled by GTK+ CSS rules, which makes the whole GUI themable. And this version comes with several different themes.

Other changes in the release include:

  • New shortcuts to collapse borders, sidebars, histogram and navigation modules, allowing a new borderless editing experience.
  • Undo/redo support in lighttable for tags, color labels, metadata, etc.
  • A new timeline view in the lighttable.
  • A new ‘culling’ mode added to the lightable view.
  • Improved support for 4K and 5K monitors.
  • Support for exporting to Google Photos
  • More camera support, white balance presets, and noise profiles
  • See the full changes in the github.

How to Install Darktable 3.0 in Ubuntu:

The darktable release PPA seems no longer being updated. I’ve uploaded the 3.0 packages into the unofficial PPA for 64-bit Ubuntu 18.04, Ubuntu 19.04, Ubuntu 19.10.

1. Open terminal (Ctrl+Alt+T) and run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/darktable

Type user password (no asterisk feedback) for sudo prompts and hit Enter to continue.

2. If an old version was installed, upgrade it using Software Updater:

or run commands in terminal to install Darktable:

sudo apt update

sudo apt install darktable

Uninstall:

To remove the PPA, either launch Software & Updates and navigate to Other Software, or run command in terminal:

sudo add-apt-repository --remove ppa:ubuntuhandbook1/darktable

To remove the RAW image editor, use Ubuntu Software.

Kid3 audio tag editor released version 3.8.1 today with some improvements, fixes for Linux and Android binary packages.

According to the changelog, Kid3 3.8.1 includes following changes:

  • Show number of files in status bar.
  • Support regular expressions in string replacements.
  • Support format codes in “Filename for cover” in “Extract Album Art” script.
  • The order of string replacements is respected.
  • Show RVA2 identifier in frame table.
  • Show UFID owner and values in frame table.
  • Support setting file name with “Import from Tags”.
  • QML scripts: Skip “–” argument, which is used when passing parameters from qml tool.

The official PPA has built the packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.04, Ubuntu 19.10.

1. Open terminal either from application launcher or by pressing Ctrl+Alt+T on keyboard. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ufleisch/kid3

Type user password (no asterisk feedback) when it prompts and hit Enter to continue.

2. If an old version was installed, upgrade Kid3 using Software Updater:

or run commands one by one in terminal to install or upgrade to the latest tag editor:

sudo apt update

sudo apt install kid3-qt

You may replace kid3-qt with kid3 in the code for KDE integration, or with kid3-cli for the command-line interface

Uninstall

To remove the PPA repository, either open Software & Updates -> Other Software tab, or run command:

sudo add-apt-repository --remove ppa:ufleisch/kid3

To remove the audio tag editor, either use your system package manager or run command:

sudo apt remove --auto-remove kid3 kid3-*

HexChat IRC client 2.14.3 was released a day ago with important bug-fixes. Here’s how to install it in Ubuntu.

It has been more than one year since the last release. HexChat 2.14.3 was released with following changes:

  • fix various incorrect parsing of IRC messages relating to trailing parameters
  • fix SASL negotiation combined with multi-line cap
  • fix input box theming with Ubuntu’s new default Yaru theme
  • python: Work around Python 3.7 regression causing crash on unload
  • sysinfo: Add support for /etc/os-release
  • sysinfo: Ignore irrelevant mounts when calculating storage size

How to Install HexChat 2.14.3 in Ubuntu:

The software is available as both Snap and Flatpak packages, unfortunately no PPA with recent .deb packages.

HexChat Snap package (runs in sandbox) maintained by the principal developer is available to install in Ubuntu Software.

Note the snap is still 2.14.2 at the moment, though it will auto-update to 2.14.3 once the new package published.

The official HexChat Flatpak package (also runs in sandbox) has been updated to 2.14.3. You can install it via following steps:

1. Open terminal either by pressing Ctrl+Alt+T on keyboard or from Application launcher.

If you’re first time installing a Flatpak package, run following commands to setup the framework.

  • Install flatpak framework via command:
    sudo apt install flatpak

  • Then add Flathub, the official repository that hosts a large list of Flatpak packages:
    flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

2. Finally install HexChat Flatpak package via command:

flatpak install flathub io.github.Hexchat

After installation, open the software either from application menu or by running command:

flatpak run io.github.Hexchat

(Optional) To remove the Flatpak package, simply run command in terminal:

flatpak uninstall flathub io.github.Hexchat

Vivaldi web browser 2.10 was released 2 days ago. Here’s what’s new and how to install it in Ubuntu.

Vivaldi 2.10 removed its name from the user agent string to prevent website servers from identifying the browser and version number. This is because Vivaldi is often blocked by competitors and others from their services, though it should work on any website that works on Chromium.

The new release also features:

  • Match browser themes with operating system light/dark theme
  • Improvements to address bar layout.
  • Improvements in the toggle to show or hide hidden extensions.
  • Significant performance improvements to Quick Commands.
  • For the detailed changes, see the release note.

Download / Install Vivaldi in Ubuntu:

The official Ubuntu .DEB packages are available for download at the link below:

Grab the deb matches your OS, then install it via Ubuntu Software or Gdebi package manager. Or run command in terminal:

sudo dpkg -i ~/Downloads/vivaldi-stable_2.10*.deb

You may also add the official Vivaldi apt repository to your system, to be able to receive the browser package updates via Software Updater utility.

Open terminal by either pressing Ctrl+Alt+T on keyboard or searching for terminal from application menu. When it opens, run following commands one by one:

1. Download and install the repository keyring:

wget -qO- https://repo.vivaldi.com/archive/linux_signing_key.pub | sudo apt-key add -

Typer user password when it prompts and hit Enter to continue.

2. Add Vivaldi repository via command:

sudo add-apt-repository 'deb https://repo.vivaldi.com/archive/deb/ stable main'

3. Finally check updates and install the web browser via command:

sudo apt update && sudo apt install vivaldi-stable

Or upgrade from an old version via Software Updater utility.

(Optional): To remove Vivaldi apt repository from you system, launch Software & Updates and navigate to Other Software tab.