Archives For November 30, 1999

HPLIP 3.19.12 Released with New Printers Support

Last updated: December 12, 2019

HP Linux Imaging and Printing

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

HPLIP 3.19.12 added following new devices support:

  • HP Color LaserJet Pro M256dn, M256nw, M256dw.
  • HP Color LaserJet Pro M255dn, M255nw, M255dw.
  • HP Color LaserJet Pro M155a, M155nw, M156a, M156nw.
  • HP Color LaserJet Pro MFP M282nw, M284nw
  • HP Color LaserJet Pro MFP M283fdn, M285fdn
  • HP Color LaserJet Pro MFP M283fdw, M285fdw
  • HP Color LaserJet Pro MFP M283cdw, M285cdw
  • HP Color LaserJet Pro MFP M182n, M184n
  • HP Color LaserJet Pro MFP M182nw, M184nw
  • HP Color LaserJet Pro MFP M183fw, M185fw

This release also added support for Debian 10.1, Debian 10.2, and Manjaro 18.1.2.

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

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.19.12.run

3. Finally run command to start installing the driver:

./Downloads/hplip-3.19.12.run

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

qBittorrent bittorrent client released new stable version 4.2.0 a few days ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10.

qBittorrent 4.2.0 is a new stable series that contains following new features:

  • Support for Libtorrent 1.2.x series
  • Use PBKDF2 for the GUI lock. You will need to set your password again.
  • Allow setting larger checking memory usage in GUI
  • Add “Socket backlog size” option
  • Add “File pool size” option
  • Allow styling with QSS stylesheets
  • Add “Tracker entries” dialog
  • Add “Remove torrent and its files” option to share ratio limiting.
  • Reallow to pause checking torrents
  • Reallow to force recheck torrents that aren’t fully started
  • Add “Preview file” double-click action.

There are also various bug-fixes, a lot of WEB UI changes, and other changes. See the release note for details.

How to Install qBittorrent 4.2.0 in Ubuntu:

The official qBittorrent PPA has built the new release packages for all current Ubuntu releases (though the 16.04 build is broken).

1. To add the PPA, open terminal either via Ctrl+Alt+T keyboard shortcut or by 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. Then either upgrade qBittorrent from a previous release via Software Updater,

or run following commands to install /upgrade it from 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

Mozilla Firefox released the latest stable 71.0 a day ago. Here’s what’s new and how to install it in Ubuntu.

Firefox 71.0 release highlights:

  • Lockwise (integrated password manager) improvements.
  • More information about blocked trackers
  • Picture-in-Picture video support for Windows. Pop video into a separate small window and always on top.
  • Native MP3 decoding for Windows, Mac OS, and Linux.
  • Various security fixes and more.

Download / Install Firefox in Ubuntu:

You’ll be able to upgrade the pre-installed Firefox to the latest 71.0 release in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10, through the Software Updater in 2 or 3 days (check the building page).

Or install the Firefox 71 Snap package (runs in sandbox) simply from Ubuntu Software. It can be installed alongside pre-installed Firefox.

Also the official non-install Linux package (run the executable from the tarball) as well as Firefox 71.0 release note are available at the link below:

Linux 5.4 Kernel was released today. Here’s how to install it in Ubuntu and Linux Mint.

Linus Torvalds announced the 5.4 Kernel on lkml.org:

Not a lot happened this last week, which is just how I like it. And as expected, most of the pull requests I got were for the 5.5 merge window, which I’ll obviously start working through tomorrow.

Linux 5.4 Kernel brings a lot of new hardware support,including AMD Arcturus GPU, Navi 12 and Navi 14 GPUs, AMD Dali and Renoir APU support,Intel Tiger Lake “Gen 12” graphics,Qualcomm Snapdragon 855 SoC, Intel Ice Lake Thunderbolt support. The new release also features Logitech Linux LOCKDOWN LSM, Lightspeed receiver support, Microsoft exFAT support, and a plethora of other new features and improvements.

How to Install Linux Kernel 5.4 in Ubuntu:

The mainline kernel packages for Linux 5.4 are available for download at the link below:

Depends on your OS type, download and install the packages in turns:

  1. linux-headers-5.4.0-xxxxxx_all.deb
  2. linux-headers-5.4.0-xxx-generic(/lowlatency)_xxx_amd64.deb
  3. linux-modules-5.4.0-xxx-generic(/lowlatency)_xxx_amd64.deb
  4. linux-image-xxx-5.4.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, i386 for 32bit 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.4/linux-headers-5.4.0-050400_5.4.0-050400.201911242031_all.deb

wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.4/linux-headers-5.4.0-050400-generic_5.4.0-050400.201911242031_amd64.deb

wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.4/linux-image-unsigned-5.4.0-050400-generic_5.4.0-050400.201911242031_amd64.deb

wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.4/linux-modules-5.4.0-050400-generic_5.4.0-050400.201911242031_amd64.deb

sudo dpkg -i *.deb

No 32-bit packages so far as build for 32-bit failed.

Once installed, restart your computer and enjoy!

Uninstall Linux Kernel 5.4:

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

sudo dpkg --purge linux-image-unsigned-5.4.0-050400-generic

Audacity audio editor released version 2.3.3 a few hours ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10.

Audacity 2.3.3 features over 150 bug-fixes, and following improvements:

  • Equalization effect now split into two effects, Filter Curve and Graphic EQ.
    • Presets (using manage button) now active/working.
    • Can now have two points at same frequency for steep steps.
  • ‘What you hear is what you get’ for exports.
  • Leading silence (blank space) not skipped over in exports.
  • Quality setting on AAC/M4A exports.
  • Some confusing functionality removed.

How to Install Audacity 2.3.3 in Ubuntu:

The unofficial PPA has built the 2.3.3 packages for Ubuntu 18.04, Ubuntu 19.04, Ubuntu 19.10, and their derivatives, e.g., Linux Mint 19.x.

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

sudo add-apt-repository ppa:ubuntuhandbook1/audacity

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

2. If you have a previous version installed, you can upgrade Audacity via Software Updater after adding the PPA.

or run following commands one by one to check updates and install (or upgrade) audacity 2.3.2:

sudo apt-get update

sudo apt-get install audacity

Uninstall:

To remove the PPA repository, launch Software & Updates utility and navigate to ‘Other Software’ tab.

To remove Audacity audio software, either use system package manager or run command in terminal:

sudo apt-get remove --autoremove audacity audacity-data

Gnome image viewer and organizer gThumb 3.8.2 was released a few days ago with app menu improvements. Here’s how to install it in Ubuntu 18.04 and higher.

gThumb 3.8.2 uses menu instead of popovers for menu buttons on the header bar, so the drop-down menu now has icons, and accelerator keys.

Gnome shows focused application’s icon and name with a drop-down menu in the top panel. In gThumb 3.8.2, the top panel app menu options are merged into the header bar menu button.

The new release also improved webp support. You can now open webp image from files’ context menu (‘Open With Other Application’). Or simply set gThumb as default image viewer to open webp in file’s Properties dialog (‘Open With’ tab.).

gThumb 3.8.2 changelog:

  • Use menus instead of popovers for menu buttons on the header bar.
  • Align menus to the right for menu buttons on the right side.
  • Search: show the matching files during the search operation.
  • Rename dialog: activate on enter.
  • Added image/webp support in .desktop file.
  • Translation updates and some bug-fixes.

How to Install gThumb 3.8.2 in Ubuntu:

While gThumb in Ubuntu main repository is always old, Dariusz Duma’s PPA maintains the latest software packages for Ubuntu 18.04, Ubuntu 19.04, Ubuntu 19.10, and Linux Mint 19.x.

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

sudo add-apt-repository ppa:dhor/myway

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

2.) If an old version was installed, upgrade it using Software Updater:

or run commands in terminal to install or upgrade the image viewer:

sudo apt update && sudo apt install gthumb

Uninstall:

To remove the PPA, either open Software & Updates and navigate to Other Software tab, or run command in terminal:

sudo add-apt-repository --remove ppa:dhor/myway

And you can remove gThumb via command:

sudo apt remove gthumb gthumb-data

CopyQ, an open-source clipboard manager with editing and scripting features, released version 3.9.3 a few days ago. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10.

CopyQ 3.9.3 features new loadTheme() script function loads theme from INI file. And there are also following changes in the release:

  • Currently selected item stays on top on PageUp/Down
  • Skips using a command from a disabled plugin
  • Logs information on slow menu filters and display commands
  • Fix taking screenshots on multiple monitors
  • Fix duplicate show/hide tray menu items
  • Fix moving synchronized items to top when activated
  • Performance improvements and other fixes.

How to Install Copyq 3.9.3 in Ubuntu:

The official PPA repository has made the latest packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.04, Ubuntu 19.10, and Linux Mint 18.x, 19.x.

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-get update

sudo apt-get 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.

How to Install Kodi Media Center 18.5 in Ubuntu

Last updated: November 17, 2019

Though it’s not officially announced at the moment, Kodi (formerly XBMC) 18.5 was released earlier today, available to install via PPA in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10.

Kodi 18.5 is a bug-fix release contains following changes:

  • Support shoutcast over https
  • Add dual support for Artist Slideshow 2.x and 3.x
  • Fix screensaver not going black when video is paused.
  • Fix that Kodi 18.4 does not skip commericals
  • Make archive files work via UPnP
  • Fix scrollbar in skin settings.
  • Fix loading external subtitles in custom folder.
  • Fix that user-provided joystick configuration not applied.
  • Fix “queue item” and “play next” for STRM files with Plugin URL
  • Fix screen rendering issue in mac OS.
  • Fix crash issue when changing the artwork of multipart video files.
  • Fix the filename of the default studios icon.
  • Clear resume bookmarks also when marking as unwatched
  • Stop PVR services on logoff to avoid PVR reminder pop-up on login screen.
  • Add addon settings support for property condition (basic conditions only)
  • Fix wrong sort order list for music playlists node
  • Fix watched videos not being hidden

How to Install Kodi 18.5 in Ubuntu:

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

1. Open terminal either from application menu or by pressing Ctrl+Alt+T on keyboard. When it opens, run command to add the PPA:

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.5 via commands:

sudo apt update

sudo apt install kodi

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 fifth bug-fix release for the lightweight Parole media play 1.0 series was released a day ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10.

Parole is a simple media player for Xfce desktop that is based on the GStreamer framework, and designed with simplicity, speed and resource usage in mind.

Parole 1.0.5 is a small release with translation updates and following bug-fixes:

  • Fix creation cleanup of thumbnails
  • Fix volume hotkeys in fullscreen
  • Fix compiler warnings

How to Install Parole 1.0.5 in Ubuntu:

The unofficial PPA has made the new release packages for Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10.

1. Open terminal either via Ctrl+Alt+T or by searching for “Terminal” from application menu. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/apps

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

2. Then either upgrade the media player via Software Updater utility:

or run following commands to install / upgrade it:

sudo apt update

sudo apt install parole

For those who don’t want to add PPA, grab the .deb package from HERE.

Uninstall:

You can remove the PPA repository either via Software & Updates utility under Other Software tab, or by running command in terminal:

sudo add-apt-repository --remove ppa:ubuntuhandbook1/apps

To remove Parole media player, either use Ubuntu Software or run command:

sudo apt remove --auto-remove parole

Brave web browser 1.0 stable was finally released. Here’s how to install it in Ubuntu 18.04, Ubuntu 16.04, Ubuntu 19.04, and Ubuntu 19.10.

Brave is an open-source Chromium based web browser features faster page loading speed, and blocks ads and trackers by default.

Brave 1.0 was announced 2 days go. And here’s how to install it via the official apt repository.

1.) Open terminal either from application menu or by pressing Ctrl+Alt+T on keyboard. When it opens, run command to make sure curl is installed:

sudo apt install apt-transport-https curl

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

2.) Download and add the repository key via command:

curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key add -

3.) Add the official brave apt repository (64-bit support only):

sudo sh -c 'echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com $(lsb_release -sc) main" >> /etc/apt/sources.list.d/brave.list'

NOTE for Linux Mint 19.x, you have to replace $(lsb_release -sc) in the code with bionic (or xenial for Linux Mint 18.x).

4.) Finally refresh package cache and install the web browser via command:

sudo apt update && sudo apt install brave-browser

Uninstall:

To remove the Brave web browser, run command in terminal:

sudo apt remove --autoremove brave-browser

And remove the apt repository via Software & Updates -> Other Software: