Archives For November 30, 1999

Rambox, open source messaging and emailing app combines common web applications into one, now can be easily installed via Snap package in Ubuntu 16.04, Ubuntu 18.04, and higher.

    Rambox is a workspace browser that allows you to manage as many applications as you want, all in one place. It is perfect for people who care about productivity and work with many applications, both business and personal.

Both Rambox community and professional versions are available as Snap, containerized software package runs in most Linux desktop. The snap bundles all required libraries, and auto-update itself.

To install Rambox snap in Ubuntu 18.04 and higher, open Ubuntu Software, search for and install rambox package.

To install the software in Ubuntu 16.04, run command in terminal (Ctrl+Alt+T):

sudo snap install rambox

replace rambox with ramboxpro for the professional edition.

You may install snapd first if the previous command does not work:

sudo apt install snapd snapd-xdg-open

VLC media player released version 3.0.5 a few days ago with performance improvements and numerous fixes. Here’s how to install it in all current Ubuntu releases.

VLC 3.0.5 release highlights:

  • Faster and more complete support for the AV1 codec
  • Compatibility with macOS 10.14 “Mojave”, with native dark mode, and notarization
  • Improvements for Blu-ray playback, RTP and UDP streams
  • Improvements for MP4, MKV, CAF and AV1 media
  • Improvements for HDR support, tone-mapping and native Windows HDR support
  • Fixes for Chromecast, Direct3D11, Youtube and subtitles rendering

How to Install VLC 3.0.5 in Ubuntu:

Linux Snap package:

The official VLC snap package (containerized software package) has been updated to v3.0.5. For Ubuntu 18.04 and higher, simply install it from Ubuntu Software.

For Ubuntu 16.04, open terminal (Ctrl+Alt+T) and run command to install the snap package:

sudo apt install snapd && sudo snap install vlc

VLC package for Ubuntu:

Ubuntu comes with VLC package (see previous picture), and offers software updates through updates repository.

NOTE VLC 3.0.5 is not available at the moment of writing. As usual, the new release package will be published in a few days.

For Ubuntu 18.04 and higher, simply install VLC .deb package from Ubuntu Software, and VLC 3.0.5 package will be available via Software Updater once published.

For Ubuntu 18.04 Gnome desktop, system and app notifications are shown also in the lock screen.

For some who want to hide these notifications on the lock screen, this quick tutorial will show you how.

1. First, open Ubuntu Software, search for and install dconf editor.

2. Once installed, launch dconf editor from application menu.

3. When it opens, navigate to org/gnome/desktop/notifications, and turn OFF the switch for “show-in-lock-screen”

That’s it. Enjoy!

Audacious audio player released version 3.10.1 today with some important bugs fixed. Here’s how to install it in Ubuntu 18.04, Ubuntu 16.04, and Ubuntu 18.10.

Audacious 3.10.1 fixed following issues:

  • Crash on invalid tuple D-Bus request
  • Playlist search in Qt5 is really slow on huge playlists
  • Song Info window takes a few seconds to appear or UI freezes, when listening to an MP3 stream
  • Audtool doesn’t output UTF-8 on Windows
  • Info popup causes segmentation fault in Qt 5 UI
  • Playlist drag-and-drop no longer working in 3.10 (Qt UI)
  • Floating-point WavPack files play as noise

How to Install Audacious 3.10.1 in Ubuntu:

You can install the new release packages in Ubuntu 18.04, Ubuntu 16.04, and Ubuntu 18.10 via the unofficial PPA.

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

sudo add-apt-repository ppa:ubuntuhandbook1/apps

Type your password (no asterisks feedback) when it prompts and hit Enter to continue.

2. Then you can upgrade Audacious via Software Updater:

or run commands one by one in terminal to install or upgrade the audio player:

sudo apt update

sudo apt install audacious audacious-plugins

Uninstall:

You can easily remove the PPA either by going to Software & Updates utility -> Other Software tab, or by running command:

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

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

sudo apt remove --autoremove audacious audacious-plugins

Linux Kernel 4.20 was released a few days ago. Linus Torvalds announced:

Let’s face it, last week wasn’t quite as quiet as I would have hoped for, but there really doesn’t seem to be any point to delay 4.20 because everybody is already taking a break.

And it’s not like there are any known issues, it’s just that the shortlog below is a bit longer than I would have wished for. Nothing screams “oh, that’s scary”, though.

And as part of the “everybody is already taking a break”, I can happily report that I already have quite a few early pull requests in my inbox. I encouraged people to get it over and done with, so that people can just relax over the year-end holidays. In fact, I probably won’t start pulling for a couple of days, but otherwise let’s just try to keep to the normal merge window schedule, even if most people hopefully won’t even be back until over the merge window is over.

As to the details of this last week of 4.20 – most of it is networking (drivers, core networking fixes, bpf). There’s a few other non-network driver updates too, and a revert series of some of the x86 inline asm changes that were obviated by upcoming compiler support.

… …

Changes in Linux 4.20 include:

  • AMD Picasso APU support as well as Raven 2 APU support
  • Intel DRM driver has full PPGTT support for Haswell/Ivy/Valley View hardware.
  • The open-source NVIDIA Nouveau driver has initial HDMI 2.0 support.
  • The NVIDIA Xavier “Tegra194” SoC has initial display support.
  • Support for the Hygon Dhyana CPUs
  • Intel 2.5G Ethernet support via the new “IGC” driver.
  • LG Gram laptop support
  • File systems improvements, drivers updates, and many other changes.

How to Install Linux Kernel 4.20 in Ubuntu:

For easy way, there are a few third party tools, e.g., UKTools and Ukuu, make it easy to install the latest Kernel in Ubuntu.

You can also manually download the .deb binary packages:

Depends on your OS type, download and install the packages in turns:

  1. linux-headers-4.20.0-xxxxxx_all.deb
  2. linux-headers-4.20.0-xxx-generic(/lowlatency)_xxx_amd64(/i386).deb
  3. linux-modules-4.20.0-xxx-generic(/lowlatency)_xxx_amd64(/i386).deb
  4. linux-image-xxx-4.20.0-xxx-generic(/lowlatency)_xxx_amd64(/i386).deb

Select generic for common system, and lowlatency for a low latency system (e.g. for recording audio), amd64 for 64bit system, i386 for 32bit system, or armhf, arm64, etc for other OS types.

Also you can download and install the kernel binaries via terminal commands (Ctrl+Alt+T):

For 64-bit OS:

cd /tmp/

wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v4.20/linux-headers-4.20.0-042000_4.20.0-042000.201812232030_all.deb

wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v4.20/linux-headers-4.20.0-042000-generic_4.20.0-042000.201812232030_amd64.deb

wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v4.20/linux-image-unsigned-4.20.0-042000-generic_4.20.0-042000.201812232030_amd64.deb

wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v4.20/linux-modules-4.20.0-042000-generic_4.20.0-042000.201812232030_amd64.deb

sudo dpkg -i *.deb

for 32-bit OS:

cd /tmp/

wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v4.20/linux-headers-4.20.0-042000_4.20.0-042000.201812232030_all.deb

wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v4.20/linux-headers-4.20.0-042000-generic_4.20.0-042000.201812232030_i386.deb

wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v4.20/linux-image-4.20.0-042000-generic_4.20.0-042000.201812232030_i386.deb

wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v4.20/linux-modules-4.20.0-042000-generic_4.20.0-042000.201812232030_i386.deb

sudo dpkg -i *.deb

Once installed, restart your computer and enjoy!

Uninstall Linux Kernel 4.20:

Restart your machine and select boot with the previous kernel in boot menu ‘Grub2 -> Advanced Option for Ubuntu’. Then run command to remove Linux Kernel 4.20.0:

sudo dpkg --purge linux-image-4.20.0-042000-generic linux-image-unsigned-4.20.0-042000-generic

Musical notation software MuseScore 3.0 was released a few hours ago with full of new features and improvements.

MuseScore 3.0 release highlights:

  • Automatic placement to resolve potential collisions between elements
  • System dividers that automatically generate dividers between systems
  • Temporary and cutaway staves
  • MuseJazz font
  • Named noteheads
  • Tours – get online help automatically
  • Timeline – navigate using a graphical overview of the music structure
  • Score comparison tool
  • Single page mode – vertically scrolling view of your score
  • Palette search
  • Timewise note input and editing
  • Alt+Right/Left shortcuts to navigate through each element of your score
  • Improved parts facility, Mixer, and Piano Roll Editor, and redesigned Play Panel

How to Install MuseScore 3.0 in Ubuntu:

AppImage:

The software offers official Appimage, non-install executable file to launch MuseScore, which is available for download at the link below:

Once you get it, right-click and go to file Properties to make it executable, and finally run the Appimage to launch MuseScore.

Snap Package:

The official Snap package is on the way. For Ubuntu 18.04 and higher, simply install it from Ubuntu Software. It will automatically update to MuseScore 3.0 once the snap package is published.

or run command in terminal for Ubuntu 16.04 and higher.:

sudo snap install musescore

Ubuntu PPA:

The software also has a stable PPA contains the latest .deb packages for Ubuntu 16.04, Ubuntu 18.04, and Ubuntu 18.10.

NOTE: MuseScore 3.0 is not available in the PPA at the moment of writing.

1. Open terminal and run command to add the PPA:

sudo add-apt-repository ppa:mscore-ubuntu/mscore-stable

2. Then you can update the Ubuntu legacy package (see picture 3) via Software Updater.

Or run command to install MuseScure .deb package:

sudo apt update && sudo apt install musescore

Kid3 audio tag editor released version 3.7.0 a few hours ago. Here’s how to install it in Ubuntu 18.10, Ubuntu 18.04, Ubuntu 16.04, and Linux Mint 18.x, 19.x.

The most important new feature in Kid3 3.7.0 is a playlist editor. Playlist items can be added, removed and reordered. Improvements include editors for the formats to convert between tags and file names and drop down lists with available tag values when multiple files are selected. The new file list fixes problems with updates when directories are renamed.

Kid3 3.7.0 release highlights:

  • Add and reorder playlist items using drag’n’drop.
  • Edit tags from files referenced in playlist.
  • Play songs from playlist.
  • Drag image files from file list to embed them in audio files.
  • Drag files from file list into other applications.
  • Reload action to refresh file list.
  • Completions with different values when selecting multiple files.
  • Option “–dbus” to have a D-Bus interface with kid3-cli.
  • Code “%{dirname}” to use current directory name when renaming.
  • Code “%{disk}” as alias for “%{disc number}”.
  • Edit list of availble formats to set file and directory names
  • Bug fixes and a few improvements.

How to Install Kid3 3.7.0 in Ubuntu:

The official Kid3 PPA contains the latest software packages for Ubuntu 16.04, Ubuntu 18.04, and Ubuntu 18.10 so far.

Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from software launcher. When it opens, do following steps one by one.

1. Copy and paste following command in terminal and hit run to add the PPA:

sudo add-apt-repository ppa:ufleisch/kid3

Type your password (no asterisks feedback due to security reason) when it prompts and hit Enter to continue.

2. Then you can upgrade Kid3 from a previous version via 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

For KUbuntu, you may replace kid3-qt with kid3 in the last command for KDE integration.

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 --autoremove kid3 kid3-*

Qmmp, Winamp look like music player, released version 1.2.5 last night with some bugs fixed. Here’s how to install it in Ubuntu 18.04, Ubuntu 16.04, Ubuntu 18.10.

Qmmp 1.2.5 release highlights:

  • added icon for ‘exit’ option in the tray icon menu;
  • fixed drag-and-drop issue under Qt 5.12 (1.2.5 only);
  • fixed issue with 8-bit audio in the ffmpeg plugin;
  • fixed latest mplayer output parsing;
  • fixed ‘--quit‘ command line option processing;
  • fixed issue with empty audio parameters.

How to Install Qmmp 1.2.5 in Ubuntu:

The PPA repository has made the new releases packages for Ubuntu 16.04, Ubuntu 18.10, and Ubuntu 18.04.

1. Open terminal via Ctrl+Alt+T or from app launcher, and then run command to add the PPA:

sudo add-apt-repository ppa:forkotov02/ppa

Input your password (no asterisks feedback while typing) and hit Enter to continue.

2. If a previous version exists, upgrade Qmmp using Software Updater:

Or run commands to install or upgrade Qmmp and its plugins:

sudo apt-get update

sudo apt-get install qmmp qmmp-plugin-pack

For qt4 version, use qmmp-qt4 and qmmp-plugin-pack-qt4 instead in the last command.

Uninstall:

You can manage the PPA repository via Software & Updates utility, under Other Software tab.

To remove Qmmp music player, either use your system package manager or run command:

sudo apt-get remove --autoremove qmmp qmmp-*

FlightGear flight simulator 2018.3 is finally available to install via PPA in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, and Linux Mint 18.x, 19.x.

FlightGear 2018.3 was released 2 weeks ago with new cloud lighting, better C-172p, new scenery Arctic island of Jan Mayen, and many other improvements.

How to Install FlightGear 2018.3 in Ubuntu:

1. Open terminal either via Ctrl+Alt+T keyboard shortcuts and by searching for “terminal” from application launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:saiarcot895/flightgear

Type user password (no asterisks feedback) when it asks and hit Enter.

2. Then upgrade FlightGear via Software Updater, if a previous version exists.

or run command in terminal to install or upgrade the flight simulator:

sudo apt-get update

sudo apt-get install flightgear

Uninstall:

To remove FlightGear flight simulator, either use your system package manager or run command:

sudo apt-get remove --autoremove flightgear

And launch Software & Updates -> Other Software tab to remove the PPAs.

RawTherapee RAW image editor released version 5.5 last night with exciting new features. Here’s how to install it in Ubuntu 18.10, Ubuntu 18.04.

RawTherapee 5.5 release highlights:

  • Filter to remove striping artifacts and banding artifacts for any camera has a PDAF entry in camconst.json.
  • Ability to specify custom working color spaces through the workingspaces.json file.
  • Unbounded processing – allows you to decide whether out-of-gamut colors should get clipped.
  • New Shadows/Highlights tool (replaced previous one).
  • Contrast threshold mask which divides an image into areas of high and low detail, allowing the effect of certain tools (Sharpening, Post-Resize Sharpening, Microcontrast, Demosaicing) to be focused where it matters most and to mitigate the effect on areas where it would be undesirable.
  • Dual-demosaic algorithms, making use of the new contrast threshold mask, allowing one to use a combination of demosaicing algorithms where one is best for details and the other best for plain areas.
  • New color toning methods: Grid and Regions
  • Support for Blackmagic and Canon Magic Lantern lj92 encoded files.
  • New Soft Light tool which enhances contrast and saturation by emulating the effect of blending an image with a copy of itself in “soft light” blending mode in GIMP.
  • New Haze Removal tool to reduce the effects of haze or fog.
  • The Resize tool allows you to specify whether you want it to upscale or only downscale.
  • New icon and cursor theme. New cameras support, and new input color profiles.
  • Other new features, enhancements, and bug fixes.

Download / Install RawTherapee 5.5 in Ubuntu:

The official Linux Appimage, single executable file to launch the software, is available for download at the link below:

Go to file’s properties, allow executable file as program, and finally run it to launch RawTherapee 5.5.

There are also a few PPA repositories that contain RawTherapee packages for Ubuntu. I’ll update the tutorial once the 5.5 release package is available.

UPDATE: For Ubuntu 18.04, Ubuntu 18.10, Linux Mint 19.x, you can install RawTherapee 5.5 via the unofficial PPA.

1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for “Terminal” from app launcher. When it opens, run command:

sudo add-apt-repository ppa:dhor/myway

Input your password (no asterisks feedback when typing) when it prompts and hit Enter to add the PPA.

2. After that, upgrade the software via Software Updater if a previous version was installed:

The upgrading process may be kept back if you were installing it from Ubuntu Software.

A workaround is simply running following commands instead to install or upgrade RawTherapee:

sudo apt-get install rawtherapee

How to Remove:

To uninstall the free raw developer, run command in terminal:

sudo apt-get remove --autoremove rawtherapee

And remove the PPA via Software & Updates utility under Other Software tab, by removing the line says “http://ppa.launchpad.net/dhor/myway/ubuntu”.