Archives For November 30, 1999

Ubuntu 19.10 Eoan Ermine Reached End of Life

Last updated: July 19, 2020

Ubuntu 18.04

Ubuntu 19.10 Eoan Ermine reached end of life on July 17 2020. Users are recommended to upgrade to Ubuntu 20.04 LTS.

Ubuntu 19.10 was released 9 months ago, on October 17, 2019. As a non-LTS release, it has 9 months support. Now it is no longer supported by Canonical. No more security and package updates will be accepted to 19.10.

Users are argued to upgrade to Ubuntu 20.04, a LTS release with 5-year support. To get started, do following steps one by one:

  1. Disable third-party repositories by Software & Updates -> Other Software.
  2. Launch Software Updater and install all the updates after checking for updates.
  3. You may restart your computer to complete updates.
  4. Launch Software Updater again, and you’ll see option to upgrade to Ubuntu 20.04

Full instructions and caveats for the upgrade may be found at:

https://help.ubuntu.com/community/FocalUpgrades

Prefer installing app via apt rather than the containerized Snap or Flatpak package? Here’s how to install the latest Remmina Remote Desktop Client 1.4.7 via PPA in Ubuntu 20.04.

Remmina is a GTK+ remote desktop client that supports RDP, VNC, SPICE, NX, XDMCP, SSH and WWW. It’s pre-installed in Ubuntu 20.04 but old.

Besides installing the Snap (or Flatpak) package from Ubuntu Software. You can get the latest .deb packages from the “Remmina PPA Team” PPA. So far Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.10, Ubuntu 20.04 are supported.

1.) Open terminal from your system application launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:remmina-ppa-team/remmina-next

Type user password (no asterisk feedback) for sudo prompts and hit Enter to continue.

NOTE the official website refers to the PPA though it’s marked for next branch.

2.) Then upgrade Remmina package via Software Updater (Update Manager):

You may also run command to install EXEC, KWallet, NX, WWW plugins:

sudo apt install remmina-plugin-exec remmina-plugin-www remmina-plugin-nx remmina-plugin-kwallet

How to Restore:

To remove the PPA as well as downgrade Remmina to the stock version, run command in terminal:

sudo apt install ppa-purge && sudo ppa-purge ppa:remmina-ppa-team/remmina-next

This quick tutorial shows Ubuntu beginners how to remove / hide the header bar (title bar) in the default Firefox web browser.

Firefox title bar, the bar above the tabs, does not look good in Gnome desktop. You can easily remove it as well as the top white corners so it will look like:

1. Remove Firefox header bar in Ubuntu:

The following steps works in all Ubuntu releases, though the title says for Ubuntu 20.04 only.

  1. Click on the 3 lines icon to open Firefox menu.
  2. Click “Customize …” menu option to open new Customize Firefox tab.
  3. Finally un-check the “Title Bar” check-box in the bottom-left.

2. Remove top-left & top-right white corners in Firefox:

After removed the header bar, you’ll see the white top corners. And it can be fixed by doing following steps.

  1. Type about:config in address bar and hit Enter.
  2. Click the “Accept the Risk and Continue” button.
  3. Type mozilla.widget.use-argb-visuals in the search field
  4. Check that ‘Boolean‘ is selected
  5. Finally click on ‘+‘ button to add the setting.

The white corners will gone once you restart Firefox web browser.

All done. Enjoy!

This quick tutorial shows how to install the latest ProcDump for Linux via the official Microsoft apt repository in Ubuntu 20.04, Ubuntu 19.10, Ubuntu 18.04, Ubuntu 16.04, and Linux Mint.

ProcDump is a Linux reimagining of the classic ProcDump tool from the Sysinternals suite of tools for Windows. ProcDump provides a convenient way for Linux developers to create core dumps of their application based on performance triggers.

1. Setup Microsoft apt repository in Ubuntu:

Open terminal from your system application launcher. When it opens, run command to download the official .deb package:

wget -q https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb -O packages-microsoft-prod.deb

For Linux Mint, replace $(lsb_release -rs) in the code with 20.04 for Linux Mint 20 (or 18.04 for Mint 19.x).

Then install the package, which will install Microsoft repository and key, by running command:

sudo dpkg -i packages-microsoft-prod.deb

Type user password (no asterisk feedback) for sudo prompts and hit Enter.

2. Install ProcDump via apt:

After adding the apt repository, refresh system package cache by running command:

sudo apt update

Finally install ProcDump via command:

sudo apt install procdump

3. Check ProcDump installation by running command:

procdump -h

Uninstall:

To uninstall procdump, simply run command in terminal:

sudo apt remove procdump

And remove the apt repository by launching Software & Updates and navigating to Other Software tab.

This simply tutorial shows how to install the latest Lollypop, a lightweight modern Gnome music playing application, in Ubuntu 20.04 and Linux Mint 20 via PPA.

Lollypop features a party mode which will automatically select party-related playlists to play; a full-screen view which lets you visually access the player from your couch thanks to its HiDPI support; and native support for replay gain.

Lollypop also features:

  • Play mp3/4, ogg and flac files
  • Fetch lyrics, artist bio, and automatically download cover arts
  • Sync Lollypop with your Android device via MTP
  • You can scrob songs to Last.fm, Libre.fm and ListenBrainz

How to Install Lollypop in Ubuntu:

The gnome music player is available in Ubuntu main repositories since Ubuntu 19.10. However, it is always old.

To install the latest version, you can either use the containerized Flatpak package, or add the official Ubuntu PPA.

1.) Open terminal from your system application launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:gnumdk/lollypop

Type user password (no asterisk feedback) when it asks and hit Enter to continue. The PPA so far provides the latest packages for Ubuntu 20.04, Ubuntu 19.10, and an old version for Ubuntu 18.04.

2.) After adding the PPA, either upgrade the player from an existing release via Software Updater:

or run command in terminal to install the software package:

sudo apt install lollypop

Uninstall:

To uninstall the PPA repository, run command in terminal:

sudo add-apt-repository --remove ppa:gnumdk/lollypop

And remove the music player by running command:

sudo apt remove lollypop

This simple tutorial shows how to install the latest Pale Moon web browser via .deb package and keep up-to-date via Software Updater in Ubuntu 20.04 and Ubuntu 22.04.

Pale Moon is an open-source web browser with an emphasis on customizability. The latest release so far is version 33.0.0 which was released a few days ago and features:

  • Implement a restricted version of the asynchronous clipboard API (navigator.clipboard).
  • Add support for SHA-2 (SHA-256/SHA-512/etc.) signatures for OCSP stapled responses.
  • Add an option to restrict DOM full-screen mode to the existing browser window.
  • New options (Preference -> Privacy -> Tracking) to allow users to more easily control several privacy-impacting features
  • Implement PromiseRejectionEvent.

The browser provides official Linux tarball, available to download in its website. The web browser is open-source, but the binary package is NOT. And, I’ve written a step by step tutorial shows how to install the tarball.

How to Install Pale Moon from apt repository:

The opensuse repository offers the most recent .deb packages for Debian and all current Ubuntu releases. It’s open-source but unofficial, and so far supports Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04, and Ubuntu 23.10.

Option 1: Download & Install .deb package

First, go to the OBS repository web page via the link button below:

For the GTK2 version, go to this page instead. After opening the web page, click Ubuntu logo, select “Grab binary packages directly“, finally you can click download the .deb package for your Ubuntu version and os type.

Don’t know which Ubuntu is running? Press ctrl+alt+t to open terminal, then run lsb_release -a command to tell. Also, run dpkg --print-architecture if you don’t know which one of  ‘amd64’ or ‘arm64’ to choose.

After downloaded the package, either click open with “Software & Install” then install, or open terminal (Ctrl+Alt+T) and run command to install it:

sudo apt install ~/Downloads/palemoon*.deb

In case you didn’t save the file in Downloads folder, just type sudo apt install plus a blank space then drag’n’drop the file into terminal instead.

Option 2: Add the repository for receiving updates

To keep the package up-to-date, you may click “Add repository and install manually“, then follow the commands to add the repository into your system.

However, the instruction in that page still works at the moment, but insecure according to new Debian/Ubuntu policy. So, here’s updated commands to do the same job:

1.) First, press Ctrl+Alt+T on keyboard to open terminal. When it opens, copy and paste following single command and hit run to get the key file:

wget -qO - https://download.opensuse.org/repositories/home:stevenpusser:palemoon-GTK3/xUbuntu_$(lsb_release -sr)/Release.key | gpg --dearmor | sudo tee /etc/apt/keyrings/home_stevenpusser_palemoon-GTK3.gpg > /dev/null

NOTE: This command is for Ubuntu (and official flavors, such as KUbuntu, XUbuntu) only. For its based systems, such as Linux Mint, you have to replace $(lsb_release -sr) with 22.04, 20.04, etc, depends on which Ubuntu version your system is based on!

2.) Then run the single command below to create config file & add source repository into it.

sh -c "echo 'deb [signed-by=/etc/apt/keyrings/home_stevenpusser_palemoon-GTK3.gpg] http://download.opensuse.org/repositories/home:/stevenpusser:/palemoon-GTK3/xUbuntu_$(lsb_release -sr)/ /' | sudo tee /etc/apt/sources.list.d/home:stevenpusser:palemoon-GTK3.list"

Also, this command is for Ubuntu (and official flavors) only. For other based system, you need to replace $(lsb_release -sr) with 22.04, 20.04, etc, accordingly.

3.) Finally refresh system package cache by running command:

sudo apt update

The output should include something says “Get : x http://download.opensuse.org/repositories…”, meaning your system is successfully reading packages list from that repository.

Finally, install the web browser via command:

sudo apt install palemoon

You can then use “Software Updater” to receive future updates for this package.

Uninstall:

To remove the web browser, open terminal (Ctrl+Alt+T) and run command:

sudo apt remove --autoremove palemoon

Also, remove the repository by deleting both the source and key files.

sudo rm /etc/apt/sources.list.d/home:stevenpusser:palemoon-GTK3.list
sudo rm /etc/apt/keyrings/home_stevenpusser_palemoon-GTK3.gpg

Finally run sudo apt update to refresh your system package cache.

MystiQ is a Qt5 UI for FFmpeg media converter that features an intuitive graphical interface and a rich set of presets.

MystiQ is a new project written in C++ with Qt5 framework. It is a product of the effort of the SWL-X Project community with help of the KaOS Linux project community.

The software comes with a rich set of presets to help you convert media files within a few clicks. Advanced users can also adjust conversion parameters in detail. Also it offers automatic shutdown, suspend, hibernate when all tasks done.

How to Install MystiQ in Ubuntu:

For Ubuntu 20.04, Ubuntu 19.10, Ubuntu 19.04, and derivatives, you can either download & install the .deb package.

Or open terminal and run following commands one by one to install from apt repository:

1.) Open terminal and run command to install repository key:

wget -O - https://download.opensuse.org/repositories/home:/llamaret/xUbuntu_20.04/Release.key | sudo apt-key add -

type user password (no visual feedback) for sudo prompts and hit Enter.

2.) Add the apt repository by running command (For Ubuntu 20.04 and Linux Mint 20):

echo 'deb http://download.opensuse.org/repositories/home:/llamaret/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:llamaret.list

You may replace xUbuntu_20.04 with xUbuntu_19.10 in the command for Ubuntu 19.10

3.) Finally install the media converter by running 2 commands:

sudo apt update

sudo apt install mystiq

Uninstall:

To remove the apt repository, go to Software & Updates -> Other Software:

To remove the media converter, run command:

sudo apt remove mystiq

Virtualbox

Oracle Virtualbox 6.1.12 was released a day ago as the sixth maintenance release for the 6.1 series.

Oracle Virtualbox 6.1.12 release highlights:

  • UI fixes for Log-Viewer search-backward icon
  • Fixes and improvements for the BusLogic SCSI controller emulation
  • Regression fixes in FIFO data handling
  • Experimental new type of network attachment, allowing local VM to act as if it was run in cloud
  • Improved resource management in the guest control functionality
  • Fixed command option parsing for the “snapshot edit” sub-command
  • Fix crash of ‘VBoxManage internalcommands repairhd’ when processing invalid input.
  • Guest Additions:
    • New experimental 3D GLX graphics output
    • Fixed releasing texture objects, which could cause guest crashes
    • Fixed writes to a file on a shared folder not being reflected on the host when the file is mmap’ed and the used Linux kernel is between version 4.10.0 and 4.11.x
    • Fixed the shared folder driver on 32bit Windows 8 and newer returning an error when flushing writes to a file which is mapped into memory under rare circumstances
    • Improve resize coverage for VMSVGA graphics controller
    • Fix issues detecting guest additions ISO at runtime
    • Fixed German translation encoding for Windows GA installer

How to Install VirtualBox 6.1.12 in Ubuntu:

The official .deb packages are available for download at the link below:

Download VirtualBox

If you’ve already added the Oracle apt repository for Linux, install the updates simply via Software Updater.

Or add the apt repository by running following commands one by one:

1. Open terminal (Ctrl+Alt+T), paste below command and run to add the repository:

sudo sh -c 'echo "deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" >> /etc/apt/sources.list.d/virtualbox.list'

For Linux Mint, you HAVE to replace $(lsb_release -sc) in the command with bionic for Mint 19.x, or xenial for Mint 18.x, or focal for Linux Mint 20.

2. Then download and install the repository key via command:

wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -

3. Refresh system package cache via command:

sudo apt update

4. Finally install Virtualbox 6.1:

sudo apt install virtualbox-6.1

Uninstall:

To remove it, simply run command in terminal:

sudo apt remove --autoremove virtualbox-6.1

And go to Software & Updates -> Other Software to remove apt repositories.

Python 3.8.4 was released a few days ago as the latest stable release of the Python language. Here’s how to install it in Ubuntu 18.04 and Ubuntu 16.04.

This is the first bugfix release that is considerably smaller than the previous three. There’s almost 20% fewer changes at 162 commits than the average of previous three bugfix releases. Detailed information about all changes made in version 3.8.4 specifically can be found in its change log. Note that compared to 3.8.3, version 3.8.4 also contains the changes introduced in 3.8.4rc1.

The deadsnakes team maintains unofficial Python packages for different Ubuntu releases. Note the PPA does not contain Python 3.8 for Ubuntu 20.04 as upstream ubuntu provides the package.

Install Python 3.8.4 in Ubuntu 18.04, 16.04:

1.) Open terminal either by pressing Ctrl+Alt+T on keyboard, or by searching for ‘terminal’ from system application launcher.

When terminal opens, run command to add the PPA:

sudo add-apt-repository ppa:deadsnakes/ppa

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

2.) Then run commands to refresh system package cache, and install Python 3.8:

sudo apt update

sudo apt install python3.8

3.) Once successfully installed, check your system Python versions (python –version):

4.) (Optional) To use Python 3.8 as the default python3, run commands:

sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 1

sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 2

For Ubuntu 16.04 replace python3.6 with python3.5. And you can then switch between the two Python3 versions via command:

sudo update-alternatives --config python3

NOTE: Due to known bug, terminal won’t open if you changed python3 symlink. An workaround is recreate a symlink via command (For Ubuntu 16.04 replace python3.6 with python3.5):

sudo rm /usr/bin/python3; sudo ln -s python3.6 /usr/bin/python3

Uninstall:

To uninstall the Python3.8 packages, run command:

sudo apt remove --autoremove python3.8 python3.8-minimal

To remove the Deadsnakes PPA, launch Software & Updates and go to Other Software tab, then remove the repository line and close the window.

Advanced clipboard manager CopyQ 3.12.0 was released yesterday with new script function, dark mode improvements, and various bug-fixes.

CopyQ is a free open-source clipboard editor with editing and scripting features. The latest version so far is CopyQ 3.12.0 that features:

  • Unsaved data are now saved whenever application is unfocused
  • Filter field in commands can now modify menu items.
  • Application icon will no longer automatically change when there is an ongoing
    operation.
  • New preview() script function shows/hides item preview.
  • Use brighter bar for pinned items with a dark theme
  • Improved notification text line wrapping
  • Improved layout when showing many shortcut buttons
  • Fix SSL/TLS errors on Windows.

How to Install Copyq 3.12.0 in Ubuntu:

The official PPA repository has made the latest packages for all current Ubuntu releases.

1. To add the PPA, open terminal (Ctrl+Alt+T) from application menu and run command:

sudo add-apt-repository ppa:hluk/copyq

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

2. Then install CopyQ either via Synaptic package manager or by running commands in terminal:

sudo apt update

sudo apt install copyq

Once installed, start the clipboard manager from application menu and you’ll see the icon in system tray area.

Uninstall:

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

sudo apt-get remove --autoremove copyq

To remove PPA repositories, launch Software & Updates and navigate to Other Software tab.