Archives For November 30, 1999

Audacity audio editor 2.4.2 was released last night with updated wxwidgets library and numerous bug-fixes.

Audacity 2.4.2 release highlights:

  • upgrade to wxwidgets 3.1.3
  • add ‘Reset Configuration’ menu option.
  • a number of bug-fixes.

How to Install Audacity 2.4.2 in Ubuntu:

As the building system has changed, the PPA package (v2.4.1) does not fully work on Ubuntu. So it’s recommended to use Audacity Flatpak.

1.) If you’re first time installing a Flatpak package in Ubuntu, setup your system by running commands in terminal (Ctrl+Alt+T):

  • Install flatpak framework via command:
    sudo apt install flatpak

  • Add Flathub repository via command:
    flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

2.) Then you can install Audacity flatpak package by running command:

flatpak install flathub org.audacityteam.Audacity

If you’ve previously installed it, run flatpak update org.audacityteam.Audacity command.

Uninstall Audacity flatpak:

To remove the flatpak package, simply run command in terminal:

flatpak uninstall org.audacityteam.Audacity

Warzone 2100, open source 3D real-time strategy game, released version 3.4.0 today with graphics and UI improvements, and many new features.

After almost 10 months of developments, Warzone 2100 was released with over 485 commits. The release highlights include:

  • Graphics and UI improvements, including: fade effect when starting games, smoother mouse rotation, smoother zooming, interpolate frames in animation, occlude terrain ambiently
  • Add “continue last save” option
  • Add Quicksave feature
  • Add Autosave feature
  • Add way to change most game settings with the in-game pause menu
  • Add shortcut to quit to main-menu after victory
  • Add T4 technology level where all research is completed
  • Add Randomization of game options button in skirmish/multiplayer games
  • Add support for changing map, game name, and hosting player’s name after already hosting
  • Add configuration of OpenAL-HRTF mode
  • Add in-game notification widgets
  • Add keybinding configuration for camera pan
  • Add Discord rich presence / join support
  • Add unit / kill count gui feature
  • Add BoneCrusher! AI, Cobra AI, Nexus AI (ported from original)
  • Right-click AI slot to quickly copy it to all other AI slots

How to Install Warzone2100 in Ubuntu:

The game package is available as Snap package which can be directly installed from Ubuntu Software.

For those prefer DEB to the containerized Snap package, download the .deb package from:

Download Warzone2100 (.deb)

Then install it via command:

sudo dpkg -i ~/Downloads/warzone2100_*.deb

Once installed, launch the game from ‘Show Applications’ menu and enjoy!

(Optional) To remove the game package, run command:

sudo apt remove warzone2100

Free open-source astronomy software Stellarium 0.20.2 was released a few days ago as the 20 year anniversary celebration.

Stellarium 0.20.2 contains many changes in AstroCalc tool and core of Stellarium, changes in scripting engline and Script Console, Oculars and Satellites plugins, updated DSO catalog, see release note for details.

How to Install Stellarium 0.20.2 in Ubuntu:

The official Stellarium PPA contains the latest 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: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.

opera web browser

Opera web browser released the new stable version 69 today. The new release features built-in Twitter support.

Click the three-dot icon at the bottom of the sidebar, then you can tick Twitter in the Messengers section.

Other changes in Opera 69 include:

  • A new weather widget on start page.
  • Improved tab cycler (Ctrl+Tab)
  • Improvements to workspaces.

How to Install Opera 69 in Ubuntu:

Snap Package:

The Opera team offers official snap package (runs in sandbox), available to install in Ubuntu Software:

Deb package:

Also the native Ubuntu .deb package is available for downloading at the link below:

Download Opera for Linux

Grab the .deb package, and double-click to install it.

You may also add the official apt repository via following steps to receive future software updates.

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

sudo sh -c 'echo "deb http://deb.opera.com/opera-stable/ stable non-free" >> /etc/apt/sources.list.d/opera.list'

2. Get the key:

wget -O - http://deb.opera.com/archive.key | sudo apt-key add -

Finally either install Opera via following command or upgrade the browser via Software Updater:

sudo apt update

sudo apt install opera-stable

Uninstall:

For the Opera snap package, simply remove it from Ubuntu Software.

For the Opera apt repository, launch Software & Updates and navigate to Other Software tab.

To remove traditional opera package, either use your system package manager or run command in terminal:

sudo apt remove --autoremove opera-stable

fre:ac audio converter

fre:ac audio converter 1.1.2 was released a few days ago. The new release features UI scaling to the system font size, theme colors and dark mode support on Linux, and many improvements and bug-fixes.

Fre:ac 1.1.2 release highlights:

  • Scale UI to adjust to system font size by default
  • Added support for theme colors and dark mode on Linux/FreeBSD
  • Improved handling of maximized window state on Linux/FreeBSD and macOS
  • Removed non-working option to not lock CD trays while ripping
  • Stop ripping before trying to eject a disc
  • Write audio data CRC to log files when ripping
  • Write MD5 checksums to log files when verifying files
  • Write log entries when replacing existing files

How to Install fre:ac in Ubuntu:

fre:ac is available in Snap, Flatpak, and Appimage package formats.

Snap package:

The software is available as snap package, which runs in sandbox. Simply search for and install it from Ubuntu Software.

You can alternatively install the snap by running command in terminal (Ctrl+Alt+T):

snap install freac

Flatpak package:

fre:ac is also available as flatpak package, runs in sandbox, in flathub repository.

You can run following commands one by one to setup flatpak and install fre:ac in Ubuntu:

sudo apt install flatpak

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

flatpak install flathub org.freac.freac

Appimage package:

There’s also single executable Appimage package available for download.

Grab “freac-x.x.x-linux-x86_64.AppImage” for 64-bit system, or “freac-x.x.x-linux-i686.AppImage” for 32-bit.

Make executable in file Properties > Permissions, then right-click and select “Run” to open the software.

SMplayer

SMPlayer, complete front-end for MPlayer and mpv, released version 20.6.0 a day ago. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.10, and Ubuntu 20.04.

SMPlayer 20.6.0 is a small release contains following changes:

  • The internal YouTube code has been removed. Now SMPlayer uses an external application to get the video URLs.
  • The shuffle option in the playlist does shuffle the items of the playlist.

SMPlayer with Mac skin

How to Install the latest SMPlayer via PPA in Ubuntu:

The official SMPlayer PPA contains the latest packages for all current Ubuntu releases, as well as Ubuntu 12.04, Ubuntu 14.04.

1. Search for and launch “terminal” from ‘Show Applications’ menu. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:rvm/smplayer

Type user password (no asterisk feedback while typing) when it asks and hit Enter.

Smplayer PPA

2. Then upgrade SMPlayer using Software Updater (or Update Manager):

upgrade smplayer

or run commands in terminal to install (or upgrade) the media player:

sudo apt-get update

sudo apt-get install smplayer smtube smplayer-themes

Uninstall:

To remove SMPlayer, run command in terminal:

sudo apt-get remove --autoremove smplayer smtube smplayer-*

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

Install latest Arduino in Ubuntu

Arduino IDE 1.8.13 was released a day ago. Here’s how to install it in Ubuntu 20.04, Ubuntu 19.10, Ubuntu 18.04.

Arduino 1.8.13 release highlights:

  • Fixed crash on MacOSX >=10.15 with multiple monitor setups.
  • The boards listed in the “Tools” menu are now grouped by platform.
  • Fixed save of proxy username/password settings in “manual proxy” section.
  • Allow baudrate/config change when the Serial Monitor/Plotter is disabled
  • Improve network board detection.
  • Any many other changes, see release note.

How to Install Arduino 1.8.13 in Ubuntu:

You can install either the snap package from Ubuntu Software or flatpak package from flathub repository.

1.) For the official Linux package, go to the link below:

Download Arduino

Scroll download and click download “Linux 64-bits” (or 32-bits if you’re sill running 32 bit system) package.

2.) Open terminal (Ctrl+Alt+T) and run command to extract Arduino to /opt for global use:

cd ~/Downloads && sudo tar -Jxvf arduino-*.tar.xz -C /opt/

Type user password (no visual feedback) for sudo prompts when it asks and hit Enter.

3.) Run the installer.sh script to create app launcher:

sudo /opt/arduino-*/install.sh

Finally open the IDE from ‘Show Applications’ menu and enjoy!

Uninstall Arduino:

To uninstall the application shortcut, simply run command:

sudo /opt/arduino-*/uninstall.sh

And also remove the software directory via command:

sudo rm -r /opt/arduino-*

VLC media player 3.0.11 was released a day ago as the twelfth update of “Vetinari” branch.

Changes in VLC 3.0.11 according to the release note:

  • Fixes HLS regressions
  • Fixes a potential crash on startup on macOS
  • Fixes imprecise seeking in m4a files
  • Fixes resampling on Android
  • Fixes a crash when listing bluray mountpoints on macOS
  • Avoid unnecessary permission warnings on macOS
  • Fixes permanent silence on macOS after pausing playback
  • Fixes AAC playback regression
  • And a security issue

How to Install VLC 3.0.11 in Ubuntu:

The official Snap package (runs in sandbox) has been updated. You can install it from Ubuntu Software.

Already installed the Snap package? It will be updated to the latest automatically.

VLC is also available as flatpak in Flathub repository, which is not updated at the moment.

HP Linux Imaging and Printing

HPLIP, HP print, scan, and fax drivers for Linux, released 3.20.6 today with new printers and Linux distributions support, though it still does not install on Ubuntu 20.04.

HPLIP 3.20.6 added following new printers support:

  • HP Color LaserJet Managed MFP E78223a, MFP E78223dv, MFP E78223dn.
  • HP Color LaserJet Mngd MFP E78223dn Plus, MFP E78223dn CN
  • HP Color LaserJet Managed MFP E78228dn, MFP E78228dn Plus, MFP E78228dn CN
  • HP Color LaserJet Managed Flow MFP E78330z Plus, Flow MFP E78330z CN
  • HP Color LaserJet Managed MFP E78330dn, E78330dn Plus, E78330dn CN, MFP E78330z
  • HP Color LaserJet Managed Flow MFP E78325z Plus, Flow MFP E78325dn CN, Flow MFP E78325z CN
  • HP Color LaserJet Managed MFP E78325dn, MFP E78325z
  • HP Color LaserJet Managed Flow MFP E78323z
  • HP Color LaserJet Mgd Flw MFPE78323Z Plus, Flw MFPE78323z CN
  • HP Color LaserJet Managed MFP E78323dn
  • HP Color LaserJet Mngd MFP E78323dn Plus, MFP E78323dn CN

The new release also added support for Fedora 32, Manjaro 20.0, RHEL 8.2.

How to Install HPLIP 3.20.6 in Ubuntu:

HPLIP 3.20.6 still does not install on Ubuntu 20.04 due to requirement of python-pyqt5 library.

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

HPLIP Download Page

2. Then open terminal either via Ctrl+Alt+T or by searching for “terminal” from app launcher. When it opens, run command to give executable permission:

chmod +x ~/Downloads/hplip-3.20.6.run

3. Finally run command to start installing the driver:

./Downloads/hplip-3.20.6.run

Follow the terminal output and answer some questions. If everything goes OK, plug or re-plug your HP devices and enjoy!

GScan2PDF, GUI to produce PDFs or DjVus from scanned documents, released version 2.8.0 a few days ago.

Changes in GScan2PDF 2.8.0 include:

  • Interpolate colours according to OCR confidence in HSV space.
  • Limit zoom to 100 to avoid errors
  • Update text position and rectangle when updating bounding box.
  • Add button to add to text layer
  • Add preference to disable device list cache
  • Add mini-wizard if device not found
  • Fix save as PS.
  • And translation updates.

How to Install gscan2pdf 2.8.0 in Ubuntu:

The official Gscan2PDF PPA has made the new release packages for all current Ubuntu releases, and their derivatives, including Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.10, Ubuntu 20.04, Linux Mint 18.x and 19.x

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:jeffreyratcliffe/ppa

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

2. For those who have a previous release installed, upgrade it through Software Updater:

upgrade gscan2pdf

Or run following command in terminal to install or upgrade the software:

sudo apt update && sudo apt install gscan2pdf

How to Remove:

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

sudo apt-get remove --autoremove gscan2pdf

And the PPA can be removed via Software & Updates utility, under Other Software tab.