GitKraken now offers official snap package to make it easy to install and update the software in Ubuntu Linux.
Used by the likes of Netflix, Tesla and Apple, GitKraken is the go-to home for developers who are looking for a more user-friendly interface for Git with integrations for GitHub, GitLab, Bitbucket and VSTS (Azure DevOps).
GitKraken Snap is containerised software package designed to work within most Linux desktop. It bundles its required dependencies and auto-updates itself once a new release package published.
To install GitKraken Snap in Ubuntu 18.04 and higher, simply open Ubuntu Software, search for and install gitkraken:
For Ubuntu 16.04, open terminal (Ctrl+Alt+T) and run commands to install the snap:
HPLIP, HP developed Linux drivers for HP inkjet and laser based printers, released version 3.18.12 a few hours ago with new devices and Linux Distros support.
According to the release note, HPLIP 3.18.12 adds support for 64-bit Ubuntu 18.10 and Debian 9.6.
Also following new devices are supported:
HP Tango
HP Tango X
HP Scanjet Pro 2000 S1
Download / Install HPLIP 3.18.12 in Ubuntu:
To install the software, download the package “hplip-3.18.12.run” from the link below:
Then open terminal either via Ctrl+Alt+T or search for “terminal” from app launcher. When it opens, run command:
cd ~/Downloads/ && chmod +x hplip-3.18.12.run && ./hplip-3.18.12.run
Type your user password (no asterisks feedback) when it prompts and hit Enter.
Then 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!
Gscan2pdf, GTK tool to produce PDF / DjVu from scanned document, released version 2.2.0 recently. Here’s how to install it in Ubuntu 18.10, Ubuntu 18.04, and Ubuntu 16.04.
Gscan2pdf 2.2.0 release highlights according to the changelog:
Check validity of device blacklist regex when applying preferences
Modify preference “Force new scan job between pages” to only take effect when scanning from flatbed.
Fixed crash switching frontend option in Edit/Preferences between libimage-sane-perl and scanimage.
Fixed visibility of scan widgets when switching from libimage-sane-perl to scanimage.
Collect all warning and error messages in one dialog.
Be more tolerant of errors whilst fetching options.
Use default text if the title of a group of scan options is empty.
Lock panning of image and OCR output views
Translation updates.
How to Install gscan2pdf 2.2.0 in Ubuntu:
The official Ubuntu PPA has made the new release packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, and their derivatives.
1. Open terminal either by pressing Ctrl+Alt+T on keyboard or searching for ‘terminal’ from software launcher. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:jeffreyratcliffe/ppa
Type user password (no asterisks 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:
For the first time, you can either install it via Synaptic Package Manager or by running following commands in terminal:
Wine, an open-source compatibility layer allows to run Windows apps on Linux, released the new stable version 3.0.4 a day ago with lots of bug-fixes.
Wine 3.0.4 added a lot of icons in Shell32, and fixed 47 bugs affecting Total Commander, SuperPower 2, ODB++ Viewer, Wechat, World of Warcraft, Total War, Wargaming Game Center, Overwatch, and more.
How to Install Wine 3.0.4 in Ubuntu:
The new release packages will be made into official Wine apt repository in a few days.
At that time, you can do following steps to install it in Ubuntu 18.04, Ubuntu 16.04, Ubuntu 14.04, and derivatives.
1. Open terminal via Ctrl+Alt+T or by searching it from app launcher. When it opens, run command to add the repository key:
An improved AI-driven news-selection algorithm for news recommendation on the start page.
Add like and dislike buttons on every news article
Netflix recommendations, which will be switched on in selected countries
A new styling of the settings page
Improved the page-opening mechanism to avoid flashbang impressions.
Close pinned tabs without having to unpin them first.
How to Install Opera 57 in Ubuntu:
The Opera team offers snap package (containerised software package), which is always up-to-date (auto-updates itself). You can simply install it in Ubuntu Software:
Also traditional Opera binary package for Ubuntu is available for download at the link below:
To receive future updates through Software Updater, add the official Opera apt repository via following steps:
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'
This quick tutorial shows you how to easily install the latest Oracle Java 11 LTS in Ubuntu 18.04, Ubuntu 18.10, Ubuntu 16.04, Ubuntu 14.04 via PPA.
Thanks to the “Linux Uprising” team PPA, an installer script is available to automatically download java package from Oracle web server, and install it in on your system.
1. To add the PPA, open terminal either from app launcher or by pressing Ctrl+Alt+T on keyboard. When it opens, run command:
sudo add-apt-repository ppa:linuxuprising/java
Type user password (no asterisks feedback) for sudo prompt and hit Enter.
2. Then run commands to install the script to start downloading and installing Java 11 on your Ubuntu:
The open-source LaTeX editor TeXstudio released version 2.12.12 today. Here’s how to install it in Ubuntu 18.10, Ubuntu 18.04, Ubuntu 16.04, Ubuntu 14.04.
A lot of bugs were fixed in the release, including issues with Guild Wars 2, Microsoft .NET 2.0, Crysis Warhead, and more.
How to Install Wine 3.21 in Ubuntu:
As usual, Wine’s apt repository will build the new release packages for Ubuntu 14.04, Ubuntu 16.04, and Ubuntu 18.04 in 2 or 3 days.
Open terminal either via Ctrl+Alt+T or by searching ‘terminal’ from app launcher. When it opens, run following commands one by one to and the repository and install Wine:
1. Add the official wine apt repository via command:
The latest HTMLDOC, open-source HTML conversion software, now can be easily installed in Ubuntu 16.04 and higher via Snap package.
HTMLDOC is a program that reads HTML and Markdown source files or web pages and generates corresponding EPUB, HTML, PostScript, or PDF files with an optional table of contents.
While Ubuntu universe repository provides an old software package, the HTMLDOC developer offers the Snap (containerized software package) which is always updated.
Install HTMLDOC snap in Ubuntu:
For Ubuntu 18.04 and higher, simply open Ubuntu Software, search for and install htmldoc:
For Ubuntu 16.04, open terminal (Ctrl+Alt+T) and install snapd deamon first:
sudo apt install snapd snapd-xdg-open
Type user password (no asterisks feedback) for sudo prompt and hit Enter.
Then install the software package via command:
sudo snap install htmldoc
Uninstall:
To remove the snap package, run following command in terminal: