Archives For November 30, 1999

HPLIP 3.20.2 Released with Linux Mint 19.3 Support

Last updated: February 27, 2020

HP Linux Imaging and Printing

HPLIP 3.20.2, HP developed open source Linux driver for HP printers and scanners, was released today with many new devices and Linux Mint 19.3 support.

HLIP 3.20.2 added support for Linux Mint 19.3 and the following new printers:

  • HP Neverstop Laser MFP 1200n, 1200nw
  • HP Neverstop Laser MFP 1201n, 1202nw
  • HP Laser NS MFP 1005n
  • HP Neverstop Laser 1000n, 1001nw
  • HP Laser NS 1020n
  • HP ScanJet Pro 2000 s2
  • HP ScanJet Pro 3000 s4
  • HP ScanJet Pro N4000 snw1
  • HP ScanJet Enterprise Flow 5000 s5
  • HP ScanJet Enterprise Flow N7000 snw1

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

HPLIP Download Page

2. Then open terminal (Ctrl+Alt+T) and run command to make the file executable.

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

3. Finally run command to run the downloaded file:

sh ~/Downloads/hplip-3.20.2.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!

opera web browser

Opera web browser 67 was released a few days ago with tab organization redefined via a new tool called ‘Workspaces’.

Often have your browser with too many tabs open? With Opera 67, opened tabs can be grouped into different workspaces. And you can easily switch workspaces via the icons in the left sidebar.

You can add up to 5 workspaces, name them, and designate their icons. Tabs can be moved to the workspace of your choice via their context (right-click) menu.

Other new features in Opera 67 include:

  • Highlight duplicated tabs when hover mouse pointer over a tab.
  • New tab-cycler via Ctrl+Tab shortcut.
  • Sidebar setup panel via the three-dot icon in the bottom left.
  • Improved security with DNS over HTTPS
  • Improved Video pop-out (picture in picture)

How to Install Opera 67 in Ubuntu:

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

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.

If you installed Opera via the .deb package, 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

GIMP extra color palettes

GIMP image editor 2.10.18 was released a day ago with new features and usability improvements. Here’s how to install it in Ubuntu.

Due to a critical bug, v2.10.16 was skipped and GIMP 2.10.18 was released with following release highlights:

  • Tools now grouped in the toolbox by default.
  • Sliders now have a compact style by default.
  • Vastly improved user experience for the transformation preview
  • Dockable areas now highlighted when a dockable dialog is being dragged
  • New 3D Transform tool to rotate and pan items
  • Much smoother brush outline preview motion on the canvas
  • Symmetry painting enhancements
  • Faster loading of ABR brushes
  • PSD support improvements
  • Consolidated user interface for merging down and anchoring layers
  • Update check to notify users of new releases available
  • Various bug-fixes, and translation updates.

Install GIMP 2.10.18 in Ubuntu:

Neither the PPA repository nor GIMP Snap package are updated to v2.10.18 at the moment of writing.

However, GIMP Flatpak package has been updated for Ubuntu 18.04 and higher. Simply open terminal from application menu and run following commands one by one:

  • 1. Install flatpak framework:
    sudo apt install flatpak

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

  • 3. Install GIMP flatpak package:
    flatpak install flathub org.gimp.GIMP

  • 4. If an old GIMP Flatpak version was installed, update it via command:
    flatpak update flathub org.gimp.GIMP

GIMP Flatpak co-exists with Snap and native .deb packages. Run command to start it if you have more than one GIMP icon, and don’t know which one to run.

flatpak run org.gimp.GIMP

Uninstall GIMP Flatpak package:

To remove the flatpak package, simply run command:

flatpak uninstall flathub org.gimp.GIMP

Notable is an open-source Markdown-based note-taking application that works in Linux, Mac OS, and Windows.

Notes are written and rendered in GitHub Flavored Markdown, no WYSIWYG, no account required, no proprietary formats, and the app isn’t bloated.

Notable has a pretty user interface and it features:

  • Markdown editor, the same one VS Code uses.
  • Notes and attachments stored locally on your disk
  • Dark theme support.
  • Zen mode that provides a minimalistic editing and reading experience
  • Import Evernote and Boostnote notes
  • Export notes to Markdown, HTML or PDF.
  • Fuzzy search, attachments, synchronization with Dropbox, and more.

How to Install Notable in Ubuntu:

Although Notable Snap package is available in Ubuntu Software, it’s recommended to download the .deb from the link below:

Notable Releases (.deb)

Scroll down a little, click download the ‘notable_x.x.x_amd64.deb‘ packages, then install it either via Gdebi package installer or simply double click on the deb.

Finally open the software from your system application menu and enjoy!

Remote Touchpad is an open-source utility allows to remote control the mouse and keyboard connected to your computer from the web browser of a smartphone or any other device with a touchscreen.

Remote Touchpad supports Flatpak’s RemoteDesktop portal (experimental), Windows and X11.

Simply run the utility on your machine. It outputs an URL along with QR code in a terminal window. To take control open the displayed URL or scan the QR code in your phone.

The utility is available as Snap package. You can simply search for and install remote touchpad in Ubuntu Software:

It also available to install via Flatpak package, see the Flathub repository.

Once installed, launch the utility from your system application menu.

Then go to the displayer URL or scan the QR code in your phone and enjoy!

Virtualbox

Oracle Virtualbox released a new maintenance update for the 6.1 series a day ago.

The new release features Linux guest with Kernel 5.5 support, and a shared folder fix for loopback mounting of images.

Other changes in the VirtualBox 6.1.4 include:

  • Fixed a rare issue with ICEBP instruction causing guru meditations on Intel hosts.
  • Fixed macOS Catalina guests failing to boot after upgrading to 10.15.2 onwards.
  • Recent NLS integration and bug fixes for GUI and Qt translation tags
  • Fix isochronous transfers to the VM for xHCI
  • Fix buffer handling, avoiding receiving stale data when the receive queue is flushed.
  • Improve host serial port passthrough handling on Windows host
  • Restore old --clipboard option for modifyvm command
  • macOS host: Use hardened runtime and request the needed entitlements, meeting latest notarization rules which also required moving VirtualBoxVM executable
  • macOS host: Update osxfuse to v3.10.4
  • Windows host: Update Italian translation of installer

  • Windows host: Improve shared folder compatibility with POSIX append semantic
  • Windows host: Restore the ability to run VMs through Hyper-V, at the expense of performance
  • BIOS: Always report non-ATA disks as ready
  • BIOS: Report EFI support through DMI table
  • VGA BIOS: Reduce stack space usage for INT 10h handlers

How to Install Virtualbox 6.142 in Ubuntu:

For 64-bit Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.04, Ubuntu 19.10, and their derivatives, you can either download the official .deb binary from the link below:

Download Virtualbox for Linux

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] 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.

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.

This simple tutorial shows how to install the latest drop-down terminal Guake 3.10 in Ubuntu 18.04, Ubuntu 20.04, and Ubuntu 22.04.

Guake is an open-source drop-down terminal for Gnome desktop. While the software in Ubuntu main repository is old, the latest Guake 3.7 was released with following changes:

  • Add tab selection popover in each notebook
  • Add fullscreen hide tabbar option
  • Set custom colors for each terminal tab.
  • Add --select-terminal and --selected-terminal options to Guake CLI
  • Adds an option to display only the last directory on the current path as the tab name.
  • Reworked the tab name selection to use a drop-down menu.
  • Unfullscreen through D-Bus interface, as well as through CLI.
Guake Split Terminal Screen

Guake Split Terminal Screen

How to Install Guake in Ubuntu:

Ubuntu 23.10 and Ubuntu 24.04 already has the latest terminal package in system repository. Simply open terminal (Ctrl+Alt+T) and run command to install:

sudo apt update; sudo apt install guake

Linux Uprising team maintains a PPA repository that contains the latest packages for Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04.

1.) Open terminal and run command to add the PPA:

sudo add-apt-repository ppa:linuxuprising/guake

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

2.) Then run command to install the drop-down terminal application via commands:

sudo apt update

sudo apt install guake

Once installed, launch Guake Preferences from system application menu, configure the keyboard shortcuts, and other preferences, and then you can either use the top-right indicator applet, or the shortcut key to drop-down the terminal from top.

If an old version was installed previously, you may first kill Guake process or just reboot your machine to make it well working.

Uninstall:

To remove the PPA, simply go to Software & Updates -> Other Software, then remove the repository line.

MyPaint 2.0, free open-source raster graphics editor for digital painters, was finally released after more than a year of development.

MyPaint 2.0 is a new major release that features a new layer mode and uses linear compositing by default.

  • Linear compositing and spectral blending (pigment).
  • Full Python3 support
  • Layer views.
  • Brush strokes dependent on view rotation and view zoom.
  • Additional symmetry modes: vertical, vertical+horizontal, rotational, snowflake.
  • Expanded flood fill functionality: offset, feather, gap detection and more.
  • New brush settings: offsets, gridmap, additional smudge settings, posterize, pigment.
  • New brush inputs: barrel rotation, base radius, zoom level, gridmap x/y, direction 360, attack angle.

How to Install MyPaint 2.0 in Ubuntu:

So far, there’s only .appimage available in the Github releases page. Go to the following link, scroll down, and select download the ‘MyPaint-v2.0.0.AppImage‘ package.:

Download MyPaint [.Appimage]

Then right-click on the .appimage file, go to Properties -> Permissions, and finally make it executable by checking the box says ‘Allow executing file as program’.

Finally run the .appimage file from its context menu to launch MyPaint and enjoy!

Blender 2.82 Released with UDIM, USD Support

Last updated: February 15, 2020

Blender 2.79

Blender 2.82 was released as the second update for the 2.80 series. The snap package has been updated for Ubuntu 18.04 and higher.

Blender 2.82 comes with over a thousand fixes and several important updates. Changes in the new release include:

  • New Mantaflow system allows to create mind-blowing fire and smoke simulations.
  • New FLIP solver to create lifelike liquids
  • Improved Cloth Simulations
  • The popular tiled-based UV mapping system is now fully integrated
  • Pixar’s USD export support.
  • Cycles supports AI-Accelerated Denoiser from OptiX, for NVIDIA RTX graphics cards.
  • AI denoising, Grease Pencil improvements, and much more!

How to Install Blender 2.82 in Ubuntu:

Blender offers official Snap packages (runs in sandbox) for Linux Desktop. If you’ve already installed the snap package, it will be updated automatically.

For Ubuntu 18.04 and higher, simply search for and install it from Ubuntu Software:

Note there are 3 Blender packages in Ubuntu Software: blender snap, native .deb package, and blender-tpaw (abandoned).

Go check the package details, and install the one from Snap store.

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

sudo apt install snapd

Then install the official Blender snap package via command:

sudo snap install blender --classic

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

Vivaldi Browser 2.11 Released with Themes Update

Last updated: February 14, 2020

Vivaldi web browser 2.11 was released a few days ago. The new release features pop-out video improvements and themes update.

Vivaldi 2.11 brings pop-out video improvements. Now you can easily launch the separate, floating video window via a single click on a small video box icon displayed in the center of the video.

Other changes in the new release include:

  • The default browser theme will follow system’s Dark/Light mode.
  • Add F6/Shift+F6 focus handling. allows moving keyboard focus between a few UI elements and active pages.
  • Improved full-screen tab casting that adjusts to fit in the current window.
  • And various stability improvements and fixes.

Download / Install Vivaldi in Ubuntu:

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

Download Vivaldi (DEB)

Grab the deb matches your OS type, then install it via either Ubuntu Software or Gdebi package manager. Or run command in terminal:

sudo dpkg -i ~/Downloads/vivaldi-stable_2.11*.deb

You may also add the official Vivaldi apt repository to your system, to be able to receive the browser package updates via Software Updater utility.

Open terminal by either pressing Ctrl+Alt+T on keyboard or searching for terminal from application menu. When it opens, run following commands one by one:

1. Download and install the repository keyring:

wget -qO- https://repo.vivaldi.com/archive/linux_signing_key.pub | sudo apt-key add -

Typer user password when it prompts and hit Enter to continue.

2. Add Vivaldi repository via command:

sudo add-apt-repository 'deb https://repo.vivaldi.com/archive/deb/ stable main'

3. Finally check updates and install the web browser via command:

sudo apt update && sudo apt install vivaldi-stable

Or upgrade from an old version via Software Updater utility.

(Optional): To remove Vivaldi apt repository from you system, launch Software & Updates and navigate to Other Software tab.