You can either grab the single executable .appimage package that runs the program without install, or download the .deb package and install it by opening terminal (Ctrl+Alt+T) and run command:
How to Install OBS Studio 26.0 in Ubuntu 20.04, 18.04:
The official PPA offers the latest release packages for Ubuntu 18.04 and Ubuntu 20.04:
1. Open terminal either by pressing Ctrl+Alt+T on keyboard or by searching for “terminal” from app launcher. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:obsproject/obs-studio
Type user password (no asterisk feedback) when it prompts and hit Enter.
2. Then either upgrade OBS Studio from an existing version via Software Updater, or run command in terminal to install the software:
HPLIP 3.20.9, HP print, scan, and fax drivers for Linux, now is available to download.
Though the release note is not ready at the moment of writing, HPLIP 3.20.9 package is already available to download in its website.
New printers supported in the release:
HP LaserJet MFP M234dw
HP LaserJet MFP M234dwe
HP Color LaserJet Managed MFP E57540dn
HP Color LaserJet Managed Flow MFP E57540c
HP Color LaserJet Enterprise MFP M578dn
HP Color LaserJet Enterprise MFP M578f
HP Color LaserJet Enterprise Flow MFP M578c
HP Color LaserJet Enterprise Flow MFP M578z
HP Color LaserJet Managed E55040dw
HP Color LaserJet Managed E55040dn
HP Color LaserJet Enterprise M554dn
HP Color LaserJet Enterprise M555dn
HP Color LaserJet Enterprise M555x
This release also added support Linuxmint 20, OpenSuse 15.2, and Debian 10.4
How to Get HPLIP 3.20.9:
1. To install the software, download the package “hplip-3.20.9.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.20.9.run
3. Finally run command to start installing the driver:
./Downloads/hplip-3.20.9.run
Follow the terminal output and answer some questions. If everything goes OK, plug or re-plug your HP devices and enjoy!
Free-software planetarium Stellarium 0.20.3 was released a day ago with numerous changes. Here’s how to install it in Ubuntu 18.04, Ubuntu 20.04 via PPA.
Stellarium 0.20.3 fixed nutation and, with it, season beginning times, included many changes in AstroCalc tool, Oculars and Satellites plugins, and updated DSO catalog.
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:
Kid3 audio tag editor 3.8.4 was released a day ago with bug-fixes and usability improvements. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, and Ubuntu 20.04.
Kid3 3.8.4 release highlights according to the change-log:
Ability to customize the section and file list shortcuts
Ctrl + Up/Down to activate parent/current folder
Left arrow key to go to parent item in file list
Header context menu options for custom or automatic column widths.
Add flatpak package support.
Show more details (type, bits, bitrate) for M4A, FLAC, AIFF, WAV.
Other improvements and bug-fixes.
How to Install Kid3 3.8.4 in Ubuntu:
The official Kid3 PPA has been updated with the new packages for all current Ubuntu releases, Linux Mint and derivatives.
1. Open terminal either from application launcher or by pressing Ctrl+Alt+T on keyboard. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:ufleisch/kid3
Type user password (no asterisk feedback) when it prompts and hit Enter to continue.
2. If an old version was installed, upgrade Kid3 using 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
You may replace kid3-qt with kid3 in the code for KDE integration, or with kid3-cli for the command-line interface
Uninstall
To remove the PPA repository, either open Software & Updates -> Other Software tab, or run command:
Calibre, cross-platform open-source comprehensive e-book software, released version 5.0 with some great new features.
Calibre 5.0 features highlighting in the E-book viewer. Simply select text and click the Highlight selection button. It can be colors, underlines, strikethrough, etc. and has added notes. All highlights can be both stored in EPUB files and centrally in the Calibre library.
The new release also feature Dark mode support. On Windows and Mac, it is activated automatically based on OS settings. In Ubuntu Linux, launch the software in dark mode via CALIBRE_USE_DARK_PALETTE=1 environment variable.
Other features in the release include:
Python 3 port. Some third-party plugins will no longer work, until they are also ported to Python 3.
Support both vertical and right-to-left text.
Enhanced search in the E-book viewer
Support bookmarking in content server’s in-browser viewer
How to Install Calibre 5.0 in Ubuntu Linux:
Open terminal (Ctrl+Alt+T) and run command to download & install the official installer script:
Want to check your IP address, listening ports, or local network devices but hate Linux commands? Well, What IP is a simple graphical tool to do the job.
What IP is a free open-source tool written in Python 3 with GTK+ 3 framework. The software features:
Display public, local, and a virtual interface’s IP addresses,
Display the public IP location,
List the ports listening on your system, and check if they’re publicly reachable,
List all devices on local network.
display ip address
listening ports
How to Install What IP in Ubuntu:
The software is available as flatpak package in Flathub repository. Open terminal and run following commands one by one to install it in Ubuntu 20.04 (Ubuntu 18.04 needs to add flatpak PPA first).
For those prefer Deb package to the containerized Snap or Flatpak package, Emacs text editor 27.1 now is available to install via an Ubuntu PPA for all the current releases.
GNU Emacs 27.1 was released more than 1 month ago. Thanks to Kevin Kelley, you can now install it in Ubuntu via this PPA repository.
The PPA package features:
native support for JSON
support for ACLs
support for libgmp
support for enhanced text rendering through Cairo and HarfBuzz
remove ImageMagick support
remove xwidgets support for Ubuntu 16.04.
1. Open terminal either from system application launcher or by pressing Ctrl+Alt+T on keyboard. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:kelleyk/emacs
Type user password (no asterisk feedback) if it asks and hit Enter to continue.
2. Then refresh system package cache and install the editor via 2 commands:
sudo apt update
sudo apt install emacs27
If you want, you can install the text-only user interface via sudo apt install emacs27-nox.
The PPA also contains emacs26 and emacs25 packages for choices.
(Optional) To uninstall the PPA, either go to ‘Software & Updater -> Other Software’, or run command: