Archives For November 30, 1999

Virtualbox

Oracle Virtualbox 6.0.12 was released a few days ago as new maintenance release for the 6.0 series. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, and higher.

Virtualbox 6.0.12 release highlights:

  • OCI export: handle empty disk image correctly
  • API: fix potential crash when using the medium I/O functionality
  • VBoxManage: fixed documentation of VBoxManage modifyvm uarttype documentation
  • Network: scrub inbound TCP URG pointer, working around incorrect OOB handling
  • USB: Improved identification of power-saved devices on Windows hosts
  • Audio: in the AC97 work around buggy guest drivers which reprogram the sampling rate, breaking audio in and/or audio out
  • Windows host: fixed crashes on startup with software trying to inject code into a VM process
  • Linux host and guest: fix kernel module build for SLES 12 SP4 kernel
  • 3D: fixed state saving and loading when the VBoxVGA graphics adapter is used with 3D enabled
  • Windows guests: fixed mouse cursor visibility updating
  • Windows guests: fixed graphics corruption in Windows 10 search menu with VBoxSVGA adapter
  • Windows guests: fixed dwm.exe crashes related to the WDDM driver for VBoxSVGA adapter when the VM has lots of RAM
  • MacOS Guest Additions fail to start in 6.0.10
  • Windows guests: fixed crashes when using shared folders
  • Linux guests: unprivileged users unable to create files inside shared folders
  • Linux guests: improve compatibility of vboxvideo.ko kernel module build logic

How to Install Virtualbox 6.0.12 in Ubuntu:

For all current Ubuntu releases, you can either download the official .deb binary from the link below:

or install VBox from its official apt repository by running following steps:

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

sudo sh -c 'echo "deb [arch=amd64] http://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.

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.0.12:

sudo apt install virtualbox-6.0

Uninstall:

To remove it, simply run command in terminal:

sudo apt remove --autoremove virtualbox-6.0

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

PDF Split and Merge 4.0.4 Released (How to Install)

Last updated: September 6, 2019

PDF Split and Merge (PDFsam) is an open-source and easy-to-use desktop application to extract pages, split, merge, mix and rotate PDF files.

PDFsam is available in Ubuntu universe repository. However, it’s always old and won’t receive future software updates.

The latest release at the moment of writing is PDFsam 4.0.4 released a day ago with following changes:

  • Upgraded PDF engine (Sejda) to latest version (3.2.84)
  • Upgraded AdoptOpenJDK to latest version (11.0.4)
  • Upgraded translations
  • Drag and drop of directories now asks the user if he wants to also add PDFs in subdirectories
  • Numerical sort of file names starting with digits
  • Fixed a couple of bugs

How to Install PDF Split and Merge 4.0.4 in Ubuntu:

The software offers official .deb package for 64-bit Ubuntu available to download at the link below:

Grab the pdfsam_x.x.x_amd64.deb package and install it either via Gdebi (install it from Ubuntu Software) or just by double-clicking.

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

Warzone 2100, an open-source real-time strategy game, released 3.3.0 a few days ago with an enormous amount of changes. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, and higher.

Changes Warone 2100 3.3.0 include:

  • Reinstated secondary orders Pursue, Guard, and Hold
  • Reinstated range orders Optimum, Short, and Long range
  • Improved window resizing and display scaling
  • Support for more graphics driver workarounds and platform compatibility
  • Fixed very slow map/mod transfer when vertical sync is enabled
  • Disable PIE SHADERS directive support
  • Fixed loading OpenGL on older Intel chipsets on Windows 10
  • Fix of shooting through walls, and many other changes.

How to Install Warzone 2100 3.3.0 in Ubuntu:

For Ubuntu 18.04 and higher, simply search for and install ‘warzone 2100’ in Ubuntu Software.

NOTE there are two warzone 2100 packages in Ubuntu Software. Check the package details before installing the package.

For Ubuntu 16.04, open terminal (Ctrl+Alt+T) and run command to install snapd:

sudo apt-get install snapd

Then install the game via command:

sudo snap install warzone2100

(Optional) To remove Warzone 2100, either use Ubuntu Software utility or run command in terminal:

sudo snap remove warzone2100

Kodi media center 18.4 was released today as another bug-fix release for Kodi 18 “Leia”. Here’s how to install it in Ubuntu 18.04, Ubuntu 16.04, Ubuntu 19.04.

Kodi 18.4 release highlights:

  • FFmpeg: Bump to 4.0.4-Leia-18.4
  • Load program from stream property without using streaminfo (video)
  • Fix initialization of AVD3D11VAContext structure (video, Windows)
  • Fix TS resume point, related to PR16314 (video)
  • Fixed memory leak, fixed segfault (video, Linux)
  • Fix PAPlayer to handle passthrough for TrueHD (audio)
  • Fix file times for vfs addons
  • And many interface and general fixes.

How to Install Kodi 18.4 in Ubuntu:

The Kodi stable PPA has made the new release packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.04, and their derivatives.

1. Open terminal either via Ctrl+Alt+T keyboard shortcut or from application menu. When it opens, paste below command and hit run:

sudo add-apt-repository ppa:team-xbmc/ppa

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

2. Then either upgrading Kodi from an existing version via Software Updater:

or refresh system package cache and install Kodi 18.4 via commands:

sudo apt update

sudo apt install kodi

For Ubuntu 18.04 and higher, you can skip the apt update command as it’s done automatically in step 1.

Uninstall:

To remove the Kodi PPA repository, simply open Software & Updates -> Other Software.

To remove Kodi, run command:

sudo apt remove --autoremove kodi kodi-data kodi-bin

The new development version Wine 4.15 was released one day ago. Here’s how to install it in Ubuntu 19.04 and/or Ubuntu 18.04.

Wine 4.15 release highlights:

  • Initial implementation of the HTTP service.
  • Stack unwinding support on ARM64.
  • Better multi-monitor support on macOS.
  • RichEdit control optimizations.
  • Various bug-fixes, including fixes to Dragon Age, World of Warcraft 7, Need For Speed, etc.

How to Install Wine 4.15 in Ubuntu:

1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from application menu. When it opens, run following commands to download and install the key:

wget -nc https://dl.winehq.org/wine-builds/winehq.key && sudo apt-key add winehq.key

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

2. Then add Wine repository for Ubuntu 19.04:

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ disco main'

For other Ubuntu releases, replace disco in the code with:

  • bionic for Ubuntu 18.04, Linux Mint 19.x

3. Install unmet dependence: faudio

The wine devel package requires libfaudio0 library which is not available in Ubuntu repositories.

As a workaround, run command to add the third-party PPA, which offers the packages for Ubuntu 18.04, Ubuntu 19.04.

sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport

4. Finally run command to install Wine 4.14, which will automatically install the required libfaudio0 libraries.

sudo apt install --install-recommends winehq-devel

Once installed, run winecfg to bring up the configuration window and check Wine version.

Uninstall:

Open Software & Updates and navigate to Other Software tab. Then remove the PPA, and Wine apt repository lines.

To remove Wine devel package, run command:

sudo apt remove --auto-remove winehq-devel

Qmmp, Qt based music player with winamp or xmms like user interface, released version 1.3.4 (and Qt4 version 0.12.4) a few days ago with stability improvements.

Qmmp 1.3.4 release highlights:

  • improved mp3 file determination;
  • added format name in the ffmpeg plugin;
  • fixed pausing logic;
  • fixed random crash when changing audio settings;
  • fixed crash in the QtMultimedia plugin (1.3.4 only);
  • fixed build warning;
  • fixed duration formatting;
  • fixed ReplayGain support;
  • fixed memory leak;
  • fixed multiple channels support in the equalizer;
  • updated translations.

Install Qmmp 1.3.4 in Ubuntu 16.04, 18.04, and higher

1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from app launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:forkotov02/ppa

Input your password (no asterisk feedback while typing) and hit Enter to continue.

2. If a previous version exists, upgrade Qmmp using Software Updater:

Or run commands to install or upgrade Qmmp and its plugins:

sudo apt-get update

sudo apt-get install qmmp qmmp-plugin-pack

For qt4 version, use qmmp-qt4 and qmmp-plugin-pack-qt4 instead in the last command.

Uninstall:

You can manage the PPA repository via Software & Updates utility, under Other Software tab.

To remove Qmmp music player, either use your system package manager or run command:

sudo apt-get remove --autoremove qmmp qmmp-*

GNU Emacs text editor 26.3 was released last night. Here’s how to install it in Ubuntu 18.04 and higher.

Emacs 26.3 is a maintenance release contains following changes:

  • New GPG key for GNU ELPA package signature checking.
  • New option ‘help-enable-completion-auto-load’, allows disabling the new feature introduced in Emacs 26.1 which loads files during completion of ‘C-h f’ and ‘C-h v’ according to ‘definition-prefixes’.
  • Emacs now supports the new Japanese Era name.

How to Install Emacs 26.3 in Ubuntu 18.04 and higher:

Emacs 26.3 has made into Snap Store as containerized snap package. For Ubuntu 18.04 and higher, simply search for and install it via Ubuntu Software.

For those prefer native Ubuntu .deb package, this PPA repository contains the most recent Emacs packages for Ubuntu 16.04, Ubuntu 18.04 and higher. Emacs 26.3 packages should be made into the PPA in a few days.

HPLIP 3.19.8, HP developed printer and scanner drivers for Linux, was released today with new devices and new Linux Distro’s support.

HPLIP 3.19.8 add following new printers and scanners support:

  • HP DesignJet T1530 Postscript
  • HP DesignJet T2530 Postscript
  • HP DesignJet T930 Postscript
  • HP DesignJet T1600 Postscript Printer
  • HP DesignJet T1600dr Postscript Printer
  • HP DesignJet T2600 Postscript MFP
  • HP LaserJet Pro MFP M329dn
  • HP LaserJet Pro MFP M329dw
  • HP LaserJet Pro M305d
  • HP LaserJet Pro M304a
  • HP LaserJet Pro M305dn
  • HP LaserJet Pro M305dw

It also added support for following new Distro’s: OpenSuse 15.1, Debian 9.9, Debian 10, Manjaro 18.0.4, Linux Mint 19.2, RHEL 8.0.

1. To install the software, download the package “hplip-3.19.8.run” from the link below:

2. Then make the downloaded file executable from its Properties dialog > Permissions tab:

3. Finally open terminal either via Ctrl+Alt+T or search for “terminal” from app launcher. When it opens, run command to start installing it:

./Downloads/hplip-3.19.8.run

4. Follow the terminal prompts, answer some questions to build and install HPLIP on your system. When everything is done, plug/re-plug your printers and enjoy!

RetroArch, the official frontend for the libretro API, released version 1.7.8 a day ago with OCR and Text To Speech services.

RetroArch enables you to run classic games on a wide range of computers and consoles through its slick graphical interface.

The latest 1.7.8 release brings new AI service. After setup the server URL (local network or public IP/URL), and bound a button or key via Settings > Input > Hotkeys, you can use the AI service in two mode:

  • Speech Mode – Press hotkey to read out the text currently on the screen.
  • Image Mode – Press hotkey to pause the game and wait for text translation to come back. Press again to continue.

For more details, see the official release note.

How to Install RetroArch 1.7.8 in Ubuntu:

RetroArch can be installed via Libretro Stable PPA, Snap package, or Flatpak package.

As Libretro Stable PPA and Snap package are not updated at the moment, here’s how to install RetroArch 1.7.8 via the Flatpak package in Ubuntu 18.04 and higher.

1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from application menu.

When terminal opens, paste command below and hit run to install flatpak framework:

sudo apt-get install flatpak

2. Add flathub repository, which contains the RetroArch flatpak package:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

4. Finally install it via command:

flatpak install flathub org.libretro.RetroArch

Once installed, launch the software from application menu and enjoy!

Uninstall:

To remove RetroArch flatpak package, run command in terminal:

flatpak uninstall org.libretro.RetroArch

Kid3 audio tag editor 3.8.0 was released today. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.04, and derivatives.

According to the changelog, Kid3 3.8.0 features:

  • kid3-cli: Support JSON output.
  • Format codes %{modificationdate} and %{creationdate}.
  • Support ID3v2 GRP1 frame introduced with iTunes 12.5.4.
  • Import from Tags function which operates on selected files.
  • Explicit frame names can be used by prepending a ‘!’ character.
  • Adapt unified frame type mapping for better iTunes compatibility.
  • Support multiple covers in M4A files.
  • kid3-cli: Remove dependencies to GUI libraries.
  • Android: Show info how to write to SD card.
  • Android: Support Qt 5.12.

How to install Kid3 3.8.0 in Ubuntu 16.04/18.04:

The official Kid3 PPA has made the new release packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.04, and derivatives.

Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from application menu. When it opens, do following steps one by one.

1. Copy and paste following command in terminal and hit run to add the PPA:

sudo add-apt-repository ppa:ufleisch/kid3

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

2. Then you can upgrade Kid3 from a previous version via Software Updater:

or run commands one by one in terminal to install or upgrade to the latest tag editor:

sudo apt update

sudo apt install kid3-qt

For KUbuntu user, replace kid3-qt with kid3 in the last command for KDE integration.

Uninstall

To remove the PPA repository, either open Software & Updates -> Other Software tab, or run command:

sudo add-apt-repository --remove ppa:ufleisch/kid3

To remove the audio tag editor, either use your system package manager or run command:

sudo apt remove --autoremove kid3 kid3-*