MKVToolNix now is available as Snap app. You can now run the latest 15.0.0 in all current Ubuntu releases, including Ubuntu 14.04, while the official MKVToolNix apt repository only provides packages for Ubuntu 16.04 and higher.
Open terminal via Ctrl+Alt+T or by searching for “terminal” from your application launcher. When it opens, simply run command:
sudo snap install mkvtoolnix-jz
Input your password (no visual feedback while typing) when it prompts and hit Enter.
The snap includes almost all required dependency libraries. Once you installed it, launch the software from your application launcher and enjoy.
For Ubuntu 14.04, you may first install the snapd daemon while it’s not installed by default:
sudo apt-get install snapd snapd-xdg-open
The snap application can co-exist with the traditional packages. If you installed both version of MKVToolNix, and can’t find out which is the snap app from your application launcher, launch the tools via command in terminal:
/snap/bin/mkvtoolnix-jz.gui
For mkv info, merge, extract, etc., see the picture:
Uninstall MKVToolNix snap:
To remove the snap package of MKVToolNix, run following command in terminal:
Blender 2.79 was finally released a day ago after 2 release candidates. Here’s how to install it in Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04, and derivatives.
OpenCL support has improved and should be closer to parity with Blender’s CUDA capabilities.
10~20% faster performance for modern x86_64 CPUs with AVX2
automatic DPI support for determining HiDPI displays
an overhaul to Blender’s video output support
new denoiser, PBR shader, shadow catcher, filmic color management
and over 700 bug-fixes.
How to Install Blender 2.79 in Ubuntu:
The official Blender tarball (non-install) for Linux is available for download at:
Install Blender in Ubuntu via Snap:
Blender 2.79 is also available as snap package, which is large in file, but bundles almost all required libraries. Available for Ubuntu 14.04, Ubuntu 16.04, and higher.
1. For Ubuntu 14.04 only, install snapd daemon if you don’t have it:
sudo apt-get install snapd xdg-open-snapd
2. If you have installed the snap package “blender-tpaw” (2.78c so far), first remove it via:
sudo snap remove blender-tpaw
3. Finally run command to install blender 2.79 snap maintained by another guy:
sudo snap install blender --classic
Install Blender 2.79 via PPA in Ubuntu:
Thomas Schiex’s PPA contains the Blender packages for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04.
NOTE that Blender 2.79 is not ready in the PPA at the moment of writing. Be patient, it will be there in a few days.
1. Open terminal via Ctrl+Alt+T or from app launcher. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:thomas-schiex/blender
2. Then upgrade Blender if you have a previous installed via Software Updater:
or run commands to check updates and install blender package:
sudo apt-get update
sudo apt-get install blender
How to Remove:
To remove Blender packages either use your system package manager or run commands:
To remove Blender snap app, run command:
sudo snap remove blender
To remove Blender installed from PPA, run command:
sudo apt-get remove --autoremove blender
And to remove the PPA repository, launch “Software & Updates” utility and navigate to Other Software tab.
Pithos, an open-source Pandora radio client, has reached the 1.4.0 release with new plugins support, performance improvements and more.
Pithos is a native Pandora Radio client for Linux. It’s much more lightweight than the Pandora.com web client, and integrates with desktop features such as media keys, notifications, and the sound menu.
This simple tutorial shows how to install the latest Claws Mail email client 4.0.0 in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 20.04, Ubuntu 21.10, and derivatives, e.g., Linux Mint.
Claws Mail 4.x now is a lightweight GTK3 email client features quick response and user-friendly UI. It’s a good choice for XFCE and MATE desktop running on old PC with limited system resources.
Claws Mail Dark Mode
Option 1: Install Claws Mail from Ubuntu repository:
The email client is available in Ubuntu official repositories, though it’s always old! If you don’t stick to the latest features, press Ctrl+Alt+T on keyboard to open terminal. And, run command below to install it:
sudo apt install claws-mail
Option 2: Install the Latest Claws Mail via Flatpak package:
For the latest release, the mail client is also available as universal Flatpak package for modern 64-bit PC and AArch64 (aka ARM64) devices.
Flatpak app runs in sandbox and installs on most Linux systems. All current Ubuntu releases as well as the old Ubuntu 16.04 may install Claws Mail as Flatpak. Though Flatpak takes more disk spaces due to separate run-time libraries, it always up-to-date by installing updates automatically.
1.) First press Ctrl+Alt+T to open terminal. If you’re still running Ubuntu 18.04 and/or Ubuntu 16.04, run command to add the Flatpak stable PPA:
And run flatpak uninstall --unused may also free up a few hundred MB disk spaces.
Option 3: Install Claws Mail 4.0 via Ubuntu PPA:
For those prefer the native DEB package, an unofficial Ubuntu PPA is available withe the 4.0.0 packages for Ubuntu 20.04, Ubuntu 21.04, and Ubuntu 21.10 on 64-bit PC.
a.) First open terminal (Ctrl+Alt+T) and run command to add the PPA:
sudo add-apt-repository ppa:janvitus/ppa
Type user password when is asks while no asterisk feedback, and hit Enter to continue.
b.) Some Ubuntu based systems may need to manually refresh package cache after adding the PPA:
sudo apt update
c.) You can finally install Claws Mail 4.0 via command:
sudo apt install claws-mail
How to Remove Claws Mail installed via Apt command:
To remove the DEB package installed via apt command, simply run command in terminal:
Microsoft Visual Studio Code is available via Snap app in Ubuntu, though it’s not updated to version 1.16 at the moment of writing, see how to install VS Code vis Snap in Ubuntu.
The openshot video editor has reached the 2.4 release earlier today with stability improvements. Here’s how to install it in all current Ubuntu releases.
OpenShot 2.4 mainly features following changes:
Vastly improved stability, improved undo/redo history (now being saved inside each project file).
Fixed Image Sequence exporting. Supports PNG, JPG, PPM, BMP and a few others.
Added ‘Audio Only’ and ‘Video Only’ export options.
A 64-bit AppImage is available for download at the link below. Just download, make executable and run the file to launch OpenShot:
For traditional packages, OpenShot’s official PPA contains the .deb packages for Ubuntu 14.04, Ubuntu 16.04, and Ubuntu 17.04, though OpenShot 2.4 build it not ready at the moment of writing.
1. Open terminal (Ctrl+Alt+T) and run command to add the PPA:
After 7 release candidates, Linux Kernel 4.13 was finally released yesterday afternoon. Linus Torvalds announced that:
So last week was actually somewhat eventful, but not enough to push me to delay 4.13.
Most of the changes since rc7 are actually networking fixes, the bulk of them to various drivers. With apologies to the authors of said patches, they don’t look all that interesting (which is definitely exactly what you want just before a release). Details in the appended shortlog.
Note that the shortlog below is obviously only since rc7 – the _full_ 4.13 log is much too big to post and nobody sane would read it. So if you’re interested in all the rest of it, get the git tree and limit the logs to the files you are interested in if you crave details.
…
New Features in Kernel 4.13:
Initial Intel Cannonlake and Coffeelake support
Nouveau has HDMI 3D / stereoscopic support.
Radeon/AMDGPU DRM updates
New HID, audio hardware support
New input drivers support.
And lots of more other changes and improvements.
How to Install Kernel 4.13 in Ubuntu / Linux Mint:
The mainline kernel PPA has made the new kernel binaries for Ubuntu, available for download at the link below:
Depends on your OS type, download and install the packages in turns:
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.
To get the Kernel 4.13 from the command console, run the commands below one by one:
Start/restart your machine and select boot with the previous kernel in Grub2 -> Advanced menu. Then use Ubuntu Tweak, or other system tool to remove the Kernel 4.13, or you may see this how to remove old kernels tutorial.
Shutter, a feature-rich screenshot tool, got a new release recently after 2 years and 9 months since the last.
Shutter 0.94 is a bug-fix release with following fixes:
A crash issue when launching a second instance of Shutter
Shutter screenshots uploaded to Dropbox expires
Imgur uploaded links dialog shows links in random order on every upload
“Send by email” (ctrl+shft+E) error.
Insecure use of system() allows arbitrary code execution via “Show in Folder”
‘Window’ does not show non-latin characters
imgur upload plugin no longer works due to now unsupported API 1 and 2
Linux software store metadata
How to install Shutter 0.94 in Ubuntu 16.04, 17.04:
Shutter has an official PPA repository, but it does not update the new 0.94 packages at the moment of writing, though it has been released for more than 2 weeks.
For Ubuntu 16.04 and Ubuntu 17.04, you can upgrade to Shutter 0.94 via following steps using the unofficial PPA:
1. Open terminal via Ctrl+Alt+T or from app launcher. When it opens, run commands to add PPA: