UPDATE: Ephemeral DISCONTINUED since 2022. And, it’s no longer available in Ubuntu Software as Snap package.
Ephemeral, a private-by-default, always-incognito browser for elementary OS, now can be easily installed in Ubuntu 18.04 and higher via Snap package.
Ephemeral is a stripped down private browser that’s perfect for avoiding persistent cookies or web trackers. Close the window and all traces of your browsing are removed from your device.
Ephemeral is developed by Cassidy James Blaede, co-founder & CXO at elementary, Inc. It is designed and developed on and for elementary OS. And the community build Snap package made it available to install in Ubuntu.
To install Ephemeral web browser in Ubuntu 18.04, Ubuntu 19.04, Ubuntu 20.04, open terminal (Ctrl+Alt+T) and run command:
snap install ephemeral
The software package should also be available in Ubuntu Software, though I don’t see it in my case.
Once you installed the web browser, launch it from system application menu and enjoy!
Want to install Ubuntu on your computer but don’t have an USB drive on your hand? An open-source tool Tunic may help.
Tunic is a tool that can install Ubuntu or Linux Mint over or alongside an existing Windows install, straight from Windows, without requiring to boot from external media like a flash drive or making BIOS configuration changes.
The software asks all questions at beginning, so you don’t have to babysit the install. It supports Linux Mint, Ubuntu, and most official Ubuntu flavors. And all the process is automated, it downloads the iso image, installs Grub with Secure Boot support, alculates Linux equivalent values for your Windows locale and user account, and finally reboots and runs the installer.
Features of Tunic include:
Shrink C: volume to make space for Linux, so you can dual boot them.
Disables Windows fast start.
Provide tools to assist with freeing up space for Linux.
And, requirements include:
64-bit Windows 10
Single drive hosting the C: volume
4 GB RAM or higher.
At least 15 GB of free disk space
UEFI
Administrator user permissions
Internet access for downloading iso image.
As a new project, it may have bugs! BACKUP your data before getting started! For more about Tunic, as well as the download link, go to its project page in Github.
RawTherapee 5.8, cross-platform raw photo processing system, was released a day ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 19.10, Linux Mint 19.x.
Gotify Indicator is a simple tool in the system tray area to send and receive messages via your own Gotify server.
Gotify is a server that can send and receive messages. It works as a push notifications server. It’s a free open-source tool written in Go language, and features a web UI, allowing to sending messages via a REST-API, subscribing/receiving messages via a web socket connection, and managing users, clients and applications.
Gotify also features iOS and Android app, a command line tool for pushing messages. While, Gotify-Indicator is a third-party indicator for Gotify in the Linux Desktop. With it you can send and receive messages directly from your computer. So you can send messages to other devices that are connected to the same server.
How to Install Gotify indicator in Ubuntu:
NOTE: The PPA package support until Ubuntu 22.04, check the PPA link below.
The developer maintains the software packages in the PPA repository for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 20.04, and Ubuntu 22.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:atareao/atareao
Type user password when it prompts and hit Enter to continue.
2.) Then install the tool via command:
sudo apt update
sudo apt install gotify-indicator
Once installed, open it from your system application launcher and you’ll see the indicator in system tray area. Setup the notification sending and receiving service (see top picture) and enjoy!
Uninstall:
To remove the PPA as well as the software package, run commands in terminal one by one:
CopyQ clipboard editor released version 3.10.0 a day ago. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.10.
CopyQ is a free open-source clipboard editor with editing and scripting features. It monitors system clipboard and saves its content in customized tabs. Saved clipboard can be later copied and pasted directly into any application.
Urban Terror, free multiplayer first person shooter, now can be installed easily via Snap package in Ubuntu 18.04 and higher.
Urban Terror is a freeware multiplayer first-person shooter video game developed by FrozenSand. It can be described as a Hollywood tactical shooter; somewhat realism based, but the motto is “fun over realism”. This results in a very unique, enjoyable and addictive game. It is available for Windows, Linux and Macs.
To install Urban Terror Snap in Ubuntu:
The game now can be easily installed as Snap (runs in sanbox) in Ubuntu 18.04 and higher. Simply search for and install Urban Terror from Ubuntu Software (or App Center in 24.04 and higher).
or run single command to install the game in Ubuntu:
snap install urban-terror
Once installed, launch the game from system application menu and enjoy!
TLP is a free and open-source tool aims to save laptop battery life for Linux laptops. It’s a feature-rich command line utility for saving battery power without the need to dig deeper into technical details
It comes with a default configuration already optimized for battery life, so you may just install and forget it. Nevertheless TLP is highly customizable to fulfill your specific requirements.
Intel CPU max/min P-state limits to control power dissipation
AMD/Intel CPU energy/performance policies (EPP) and dynamic boost
Intel GPU frequency limits
AMD GPU power management
Enable/disable integrated bluetooth, Wi-Fi and WWAN devices
And much more.
How to Install TLP in Ubuntu:
The software has an official PPA repository so far supports for Ubuntu 22.04, Ubuntu 24.04, Ubuntu 24.10, and Ubuntu 25.04.
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:linrunner/tlp
Type user password (no asterisk feedback) when it asks and hit Enter to continue.
2.) If you already installed an old version, open Software Updater and upgrade the package.
This will also upgrade TLP from the beta release to the latest stable.
Or run command in terminal to install it for the first time:
sudo apt update && sudo apt install tlp
After installation, just leave it running silently in the background and you’re done.
For advanced users, you may edit the config file /etc/tlp.conf and change the settings according to your need:
sudo gedit /etc/tlp.conf
For Ubuntu 23.10, and Ubuntu 24.04, replace gedit with gnome-text-editor. For non-default desktop environments, use your own text editor, or use nano that works for all. For how to configure the file, see the official documentation.
Uninstall TLP:
You can run command in terminal to purge the PPA which also downgrade TLP to the stable version available in Ubuntu main repository:
This simple tutorial shows how to install the latest Photoflare, simple but powerful image editor inspired by PhotoFiltre, in Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10.
Photoflare is an open-source, cross-platform image editor written in C++ with Qt5 framework. It features:
Simple but powerful, and very fast to do everything.
Works on Linux, Windows, and Mac OS.
Basic image editing capabilities
Paint brushes
Image filters
Color adjustments
And more advanced features such as Batch image processing.
How to Install PhotoFlare in Ubuntu:
The image editing software is available in Ubuntu universe repositories since Ubuntu 19.04, though it may be old as Ubuntu does not offer the software updates.
To install the latest version, and receive future updates via Software Updater utility, the official Photoflare stable PPA maintains the packages with support for Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10 so far.
1.) Open terminal by either pressing Ctrl+Alt+T on keyboard, or searching for ‘terminal’ from application menu. When it opens, run command to add the PPA:
Export Calc files to PDF with all pages on a sheet as one page in the PDF.
Add ‘Remove Hyperlink’ to context menu in Impress
Add ‘Consolidate Text’ which combines multiple selected textboxes into one
Access2Base callable from Python
Doc, DocX, PPT, PPTX, Excel 2003 XML import/export improvements.
Draw MIME type icon overlay on thumbnails at the start center
Add new ‘Table’ sidebar panel to Writer
How to Install the Latest LibreOffice in Ubuntu:
Open terminal either by pressing Ctrl+Alt+T on keyboard or by searching for ‘terminal’ from application menu. When it opens, run following commands one by one.
1.) Add LibreOffice Fresh PPA. It contains v6.3.4 at the moment, and v6.4 packages will be available in a few days.
sudo add-apt-repository ppa:libreoffice/ppa
For enterprises, the mature “still” version (v6.3 so far) of LibreOffice is recommended. See HERE.
2.) Once the official PPA updated with the new packages, you’re able to upgrade the office suite through the Software Updater utility:
Uninstall:
You can either remove the LibreOffice PPA via Software & Updates utility under Other Software tab,
or purge the PPA which also downgrade LibreOffice to the default pre-installed version via command:
Linux Kernel 5.5 was announced two days ago. Linus Torvalds wrote on lkml.org:
“So this last week was pretty quiet, and while we had a late network update with some (mainly iwl wireless) network driver and netfilter module loading fixes, David didn’t think that warranted another -rc. And outside of that, it’s really been very quiet indeed – there’s a panfrost driver update too, but again it didn’t really seem to make sense to delay the final release by another week.
…”
Kernel 5.5 release highlights:
Support for the Broadcom BCM2711 SoC (Raspberry Pi 4).
New Logitech driver for G15 and G510 keyboard.
KVM support for IBM POWER secure guests/VMs.
Initial Intel Jasper Lake support.
Intel 5-level paging support is enabled by default
AMD OverDrive overclocking for Navi GPUs.
and much more other changes.
How to Install Linux Kernel 5.5 in Ubuntu:
The mainline kernel packages for Linux 5.5 are available for download at the link below:
Depends on your OS type, download and install the packages in turns:
Select generic for common system, and lowlatency for a low latency system (e.g. for recording audio), amd64 for 64bit 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):
Note that there’s no Kernel 5.5 packages for 32-bit system.
Once installed, restart your computer and enjoy!
Uninstall Linux Kernel 5.5:
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.5: