The Beta release of Ubuntu 20.04 LTS is now available to download, and/or upgrade from an old Ubuntu edition.
Ubuntu 20.04 is a Long Term Support release with 5-year support. It’s scheduled to be officially released on April 23rd.
The new LTS features:
Linux 5.4 Kernel.
Gnome 3.36.
New dark mode setting.
Show computer’s vendor logo on startup.
WireGuard Support out of the box.
And WiFi (RTL8723DE) works out of the box in my HP laptop
Download / Upgrade to Ubuntu 20.04:
The 64-bit desktop and sever images are available to download at the link below:
Though I would recommend to do a fresh install of the new LTS, you can now upgrade to Ubuntu 20.04 beta (then upgrade to final from beta) directly from Ubuntu 18.04 and or Ubuntu 19.10.
1.) First make backup of all your important data.
2.) Disable all third-party PPAs (Software & Updates -> Other Software)
3.) open terminal (Ctrl+Alt+T) and run command to install system updates.
sudo apt update
sudo apt upgrade
You may need to restart to apply the updates.
4.) Finally run command and click “Upgrade” to get started.
sudo update-manager -d
If you’re running on Ubuntu server without an UI, run sudo do-release-upgrade -d instead.
Fre:ac audio converter 1.1 was released a few days ago. Here’s how to install it in Ubuntu 18.04 and higher.
Fre:ac 1.1 is a new major release with tons of new features. Highlights include:
Official Linux, Mac OS, and 64-bit Windows binaries.
Support for dark mode on Windows and macOS
A reworked conversion engine with support for multi-threading and parallel processing
An integrated tag editor with support for cover images
An extension for simultaneous output to multiple formats
Support for new codecs including Opus, Apple Lossless, Monkey’s Audio, WavPack and others
Support for DSP filters and lossless file verification
Support for multi-channel audio
Support for managing multiple configurations
Support for writing log files
How to Install Fre:ac 1.1 in Ubuntu:
For Ubuntu 18.04 and higher, simply search for and install freac snap package (runs in sandbox) via Ubuntu Software:
For Ubuntu 16.04, the official .AppImage is available to download in github releases page:
Grab the .appimage, i686 for 32-bit os and x86_64 for 64-bit os, then make it executable via file Properties -> Permissions -> ‘Allow executing file as program’, and finally run it to launch the audio converter.
Free-software planetarium Stellarium 0.20.0 was released a few days ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 19.10, and Ubuntu 20.04.
Stellarium 0.20.0 brings GUI refactoring and updating, code refactoring (related to Solar system), and many improvements in the code of plugins.
Changes in the release include:
Added Almagest skyculture
Added support INDIGO for Telescope Control plugin
Added displaying last updated TLE for users
Added a SIMBAD lookup name query to the Search Dialog
Added Cross-origin (CORS) support to Remote Control plugin
Slightly improves rendering of Saturn viewed from Pan
Allows arbitrary viewpoints by keyboard action
Added new nomenclature items
Added new type of planetary feature
Added German set of navigational stars
Added comet C/2019 Y4 (ATLAS) as potential superbright comet (a Great Comet)
There are also tons of other new features and bug-fixes. See release note for details.
How to Install Stellarium 0.20.0 in Ubuntu:
1. Open terminal either by pressing Ctrl+Alt+T on keyboard or by searching ‘terminal’ from application menu. When it opens, run command to add the official PPA:
Linux Kernel 5.6 was officially released. Linus Torvalds announced:
So I’ll admit to vacillating between doing this 5.6 release and doing another -rc.
This has a bit more changes than I’d like, but they are mostly from davem’s networking fixes pulls, and David feels comfy with them. And I looked over the diff, and none of it looks scary. It’s just slightly more than I’d have preferred at this stage – not doesn’t really seem worth delaying a release over.
So about half the diff from the final week is network driver fixlets, and some minor core networking fixes. Another 20% is tooling – mostly bpf and netfilter selftests (but also some perf work).
…
Linux Kernel 5.5 features WireGuard VPN support, and a lot of other notable improvements, including initial USB 4 support, Amazon’s Echo smart speaker, new Intel, AMD, and Arm hardware enablement.
How to Install Linux Kernel 5.6 in Ubuntu:
The mainline kernel packages for Linux 5.6 are now 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, or armhf, arm64, etc for other OS types.
Alternatively you can download and install the kernel binaries via terminal commands ( open terminal via 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.5:
Oracle Java 14 was released more than a week ago. For those want to install it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.10, Ubuntu 20.04, Linux Mint 18.x, 19.x, and their derivatives, an installer script is available in PPA.
For new features and other changes in Java 14, see the announcement.
An Webupd8 team based installer script has been made into the “Linux Uprising” team ppa, which automatically downloads and installs Oracle JDK 14, and sets Java 14 as the default Java version (setting JAVA_HOME, etc.) on 64-bit Ubuntu based machine.
1.) Open terminal either by pressing Ctrl+Alt+T on keyboard or by searching for ‘terminal’ from application menu. When it opens, run commands to add the PPA:
sudo add-apt-repository ppa:linuxuprising/java
Type your user password (no asterisk feedback) for sudo prompt and hit Enter to continue.
2.) Then check updates and install the script via 2 commands:
qBittorrent torrent client 4.2.2 was released a few days ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10.
qBittorrent 4.2.2 comes with new features, web UI improvements, and various bug-fixes. And python2 support is removed in the search function.
Changes in the new release include:
Allow transfer list text color changes through QSS.
Option to show console when external program is run.
Change the defaults of some settings.
Refactored Transfer List code to allow theming.
Reorganize UI theme selection.
Show any multiple connections from the same IP in peer list.
Add stalled filters to GUI and Web API/UI.
Use IP geolocation database by DB-IP instead of MaxMind.
Allow to save downloaded metadata as torrent file.
Allow single app instance per configuration.
Option to start qBittorrent on Windows start up.
How to Install qBittorrent 4.2.2 in Ubuntu:
The official qBittorrent PPA has built the new release packages for Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10.
1. To add the PPA, open terminal by either pressing Ctrl+Alt+T on keyboard or searching for “Terminal” from application menu. When it opens, run command:
Code::Blocks, open-source C, C++, and Fortran IDE, released version 20.03 a few days ago. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.10, and derivatives.
Code::Blocks 20.03 was available for a few days, though it’s not officially announced in its website. The Code::Blocks Developers Team PPA has made the packages for all current Ubuntu releases.
To install the new IDE version, open terminal either by pressing Ctrl+Alt+T on keyboard or by searching for ‘terminal’ from application menu. When it opens, do following steps one by one.
MythTV, open source software digital video recorder (DVR), released new stable version 31 a day ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 19.10.
MythTV 31 comes with significant changes to video decoding and playback, python3 support, greatly improved channel scanning, and support for the DataDirect guide service from Schedules Direct has been removed. For details, see the release note.
How to Install MythTV 31 in Ubuntu:
Mythbuntu Team PPA has made the new release packages for Ubuntu 18.04, Ubuntu 19.10, and Ubuntu 20.04.
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:mythbuntu/31
Type user password when it prompts (no asterisk feedback) and hit Enter to continue.
2.) Then either upgrade the software from an installed version via Software Updater:
or install it by running commands in terminal:
sudo apt update
sudo apt install mythtv
Uninstall:
To remove the PPA repository, open terminal and run command:
sudo add-apt-repository --remove ppa:mythbuntu/31
And remove the digital video recorder via command:
Audacious audio player 4.0 was finally announced as the new stable release. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.10, and Ubuntu 20.04.
Audacious 4.0 switches to Qt 5 UI by default, though GTK2 is still available as a build option. New features in the release include:
New option to hide playlist tabs.
New OpenMPT-based tracker module plugin
New VU Meter visualization plugin
Added option to use a SOCKS network proxy
New “Next Album” and “Previous Album” commands
The tag editor in Qt UI can now edit multiple files at once
Implemented equalizer presets window for Qt UI
Lyrics plugin gained the ability to save and load lyrics locally
Blur Scope and Spectrum Analyzer visualizations ported to Qt
MIDI plugin soundfont selection ported to Qt
JACK output plugin gained some new options
Added option to endlessly loop PSF files
Some other improvements and bug-fixes.
How to Install Audacious 4.0 in Ubuntu:
The unofficial PPA contains the latest packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.10, and Ubuntu 20.04.
1. Open terminal by either pressing Ctrl+Alt+T on keyboard or searching for ‘terminal’ from application menu. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:ubuntuhandbook1/apps
Type your password (no asterisk feedback) when it prompts and hit Enter to continue.
2. Then run commands one by one in terminal to install or upgrade the audio player: