Audacity audio editor 2.3.1 was finally released and restored Linux support which was missing in 2.3.0.
Audacity 2.3.1 brings over 20 bug-fixes and following new features / improvements:
Microfades are now an opt-in feature. They were always on in 2.3.0.
The advanced vertical zooming option is now available in the View->Zoom menu.
Regular interval labels now support range labels.
How to Install Audacity 2.3.1 in Ubuntu:
There’s an unofficial PPA contains the 2.3.1 packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04, and their derivatives, e.g., Linux Mint 18.x and 19.x.
1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from app launcher. When it opens, run command:
NVIDIA driver 418.43 for Linux was released 2 weeks ago with G-SYNC Compatible (a.k.a. FreeSync / Adaptive-Sync) support. Now you can install it in Ubuntu 18.04 and higher via the “Graphics Drivers” team PPA.
NVIDIA driver 418.43 is the first stable release in the 418 series, and it features:
Caprine is an unofficial and privacy-focused Facebook Messenger works on Ubuntu, Mac OS, and Windows.
Caprine is free, open-source, and features a dark theme, privacy settings, keyboard shortcut, Work chat support, code blocks, custom styles, compact mode, and more.
The software offers .deb, .snap, and .Appimage packages to make it easy to install in Ubuntu desktop.
1. Caprine snap package:
Snap is a containersized software package that features software auto-updating. Ubuntu 18.04 and higher can easily install it from Ubuntu Software.
2. Caprine .deb package:
For those don’t prefer snap applications, download the .deb package from the release page:
Then install the package via:
install Gdebi package installer from Ubuntu Software.
Right-click the .deb -> open with other application -> Gdebi package installer.
Finally install the package and launch Caprine from applicatione menu.
3. Caprine .Appimage package
Without installing the software, you can launch the messenger by running the .Appimage file.
download the .Appimage from the previous link.
right-click and go to file Properties -> Permissions.
check the box says ‘Allow executing file as program’
finally click run the Appimage file to launch Caprine.
Mari0, a fan-made video game that combines elements of Super Mario Bros and Portal, now is available to install in Ubuntu easily via Snap package.
Although there’s already a 2D jump and run game SuperTux available in Ubuntu Software, Mari0 is available as a complete from scratch recreation of Super Mario Bros, with puzzle game mechanics from Portal. It also features play 4-player coop, with everyone having their own Portal gun!
How to Install Mari0 in Ubuntu:
It’s quite easy to install the snap package (unofficial) in Ubuntu 18.04 and higher. Simply open Ubuntu Software, search for and install mari0.
For Ubuntu 16.04, open terminal either via Ctrl+Alt+T keyboard shortcut or from application menu. When it opens, install snapd via command:
sudo apt-get install snapd
Then install the game via command:
sudo snap install mari0
In addition, for allowing the game to use joystick, you need to run one more command:
sudo snap connect mari0:joystick
Uninstall:
To remove the game, simply run command in terminal:
Linus Torvalds announced the released of Kernel 5.0 yesterday afternoon. He wrote on lkml.org:
Ok, so the last week of the 5.0 release wasn’t entirely quiet, but it’s a lot smaller than rc8 was, and on the whole I’m happy that I delayed a week and did an rc8.
It turns out that the actual patch that I talked about in the rc8 release wasn’t the worrisome bug I had thought: yes, we had an uninitialized variable, but the reason we hadn’t immediately noticed it due to a warning was that the way gcc works, the compiler had basically initialized it for us to the right value. So the same thing that caused not the lack of warning, also effectively meant that the fix was a no-op in practice.
But hey, we had other bug fixes come in that actually did matter, and the uninitialized variable _could_ have been a problem with another compiler.
Regardless – all is well that ends well. We have more than a handful of real fixes in the last week, but not enough to make me go “Hmm, things are really unstable”. In fact, at least two thirds of the patches are marked as being fixes for previous releases, so it’s not like 5.0 itself looks bad.
…
Changes in Linux Kernel 5.0 include:
AMD Radeon FreeSync support
Logitech High Resolution Scrolling support
Raspberry Pi Touchscreen support out of the box.
New console font for HiDPI and retina screens.
Initial support for NVIDIA Turing GPUs
And numerous other changes
How to Install Linux Kernel 5.0 in Ubuntu:
The mainline kernel packages for Linux 5.0 are 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.
Alternatively you can download and install the kernel binaries via terminal commands (Ctrl+Alt+T):
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 5.0:
Free score writer MuseScore 3 was released a few months ago. Finally the official PPA for MuseScore 3 is available for Ubuntu 18.04, Ubuntu 18.10, and higher.
MuseScore 3 is a new major release that features automatic placement, brand new Mixer and Piano Roll, dark theme, notation improvements, and many other changes.
MuseScore 3 and MuseScore 2.3 can co-exist on one machine. Installation of the MuseScore 3 will create the association with .mscz/.mscx files, but you can keep using both versions of MuseScore on one machine.
How to Install MuseScore 3 via PPA in Ubuntu:
While MuseScore PPA contains the latest 2.3.x packages, a new official PPA for MuseScore 3 was created. You can do following steps to add the PPA and install the score writer.
1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from application menu. When it opens, run command to add the PPA:
OBS Studio, free live streaming and screen recording software, released version 23.0 recently with many new features. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10.
3. Now you can install OBS-Studio via Synaptic package manager, upgrade the software from an existing release via Software Updater, or simply run commands one by one:
New parameter default_ai_algorithm for setting the default AI
New parameter mp_rank for setting the order in which AIs appear in the MP computer player selection menu
New option “Keep saved AI” when reloading games from the MP Create Game screen.
Fix Lua AIs using the ai.stopunit_*() functions potentially creating infinite candidate action loops
Many fixes and improvements to campaigns.
Miscellaneous and bug fixes
How to Install Battle for Wesnoth 1.14.6 in Ubuntu:
The new release package has been made into Flatpak package, available to install via the Flathub repository.
1. (For Ubuntu 16.04 only), open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from app launcher. When it opens, run command: