Archives For November 30, 1999

Ubuntu 18.04

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.

QQ for Linux, the popular instant messaging apps developed by Tencent, released the second Beta on April Fools’ Day.

The development of QQ on Linux is quite slow. It has been 5 months since the last release. QQ for Linux 2.0 Beta 2 features:

  • Stability improvements.
  • Group chat support.

The new beta now is much more stable than the first release, though it so far only supports for sending texts, emoji, files, and taking screenshots.

If you’re looking for QQ Linux package with full (or most) functionality, I’d recommend Deepin Wine QQ, or community build QQ Flatpak package.

For testing purpose, you may download QQ for Linux (64-bit) at the link below:

Simply double-click the package to install it via Ubuntu Software and enjoy!

(Optional) To remove the IM, simply open terminal (Ctrl+Alt+T) and run command:

sudo apt remove linuxqq

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:

sudo add-apt-repository ppa:stellarium/stellarium-releases

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

2. Then either upgrade Stellarium from an old version with Software Updater utility:

Or run following commands to install or upgrade the software from terminal:

sudo apt update

sudo apt install stellarium

Uninstall:

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

sudo apt-get remove --autoremove stellarium

And remove the PPA via “Software & Updates” utility under Other Software tab.

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:

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

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):

For 64-bit OS:

cd /tmp/

wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.6/linux-headers-5.6.0-050600_5.6.0-050600.202003292333_all.deb

wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.6/linux-headers-5.6.0-050600-generic_5.6.0-050600.202003292333_amd64.deb

wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.6/linux-image-unsigned-5.6.0-050600-generic_5.6.0-050600.202003292333_amd64.deb

wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.6/linux-modules-5.6.0-050600-generic_5.6.0-050600.202003292333_amd64.deb

sudo dpkg -i *.deb

Once installed, restart your computer and enjoy!

Uninstall Linux Kernel 5.6:

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:

sudo dpkg --purge linux-image-unsigned-5.6.0-050600-generic

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:

sudo apt-get update

sudo apt-get install oracle-java14-installer oracle-java14-set-default

Skip / remove oracle-java14-set-default in the command if you don’t want to set Oracle Java 14 as default.

3.) Check the result via command: java --version

(Optional) You can remove the PPA repository via Software & Updates utility under Other Software tab.

And remove Java 14 if you want via command:

sudo apt-get remove oracle-java14-installer

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:

sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable

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

2. If an old version was installed on your system, upgrade it via Software Updater,

or run following commands to install /upgrade qBittorrent in terminal:

sudo apt update

sudo apt install qbittorrent

Uninstall:

To remove qBittorrent PPA, either go to Software & Updates -> Other Software, or run command in terminal:

sudo add-apt-repository --remove ppa:qbittorrent-team/qbittorrent-stable

To remove the bittorrent client, either use your system package manager or run command:

sudo apt-get remove --autoremove qbittorrent

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.

1.) Run command to add the PPA repository:

sudo add-apt-repository ppa:codeblocks-devs/release

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

2.) If an old version was installed on your system, upgrade it via Software Updater:

or run commands one by one in terminal to install the IDE:

sudo apt update

sudo apt install codeblocks codeblocks-contrib

Once installed, launch it from your system application menu and enjoy!

Uninstall Code::Blocks

To remove the PPA repository, either go to Software & Updates -> Other Software, or run command in terminal:

sudo add-apt-repository --remove ppa:codeblocks-devs/release

And remove Code::Blocks if you want via command:

sudo apt remove --autoremove codeblocks codeblocks-contrib

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:

sudo apt remove --autoremove mythtv

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:

sudo apt update

sudo apt install audacious audacious-plugins

Upgrade via Software Updater may not work this time as new libaudqt5 library breaks old libaudgui5 library.

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