Free score writer MuseScore 3 was released a few months ago. Finally the official PPA for MuseScore 3 is available for Ubuntu 18.04, Ubuntu 18.10, and higher.
MuseScore 3 is a new major release that features automatic placement, brand new Mixer and Piano Roll, dark theme, notation improvements, and many other changes.
MuseScore 3 and MuseScore 2.3 can co-exist on one machine. Installation of the MuseScore 3 will create the association with .mscz/.mscx files, but you can keep using both versions of MuseScore on one machine.
How to Install MuseScore 3 via PPA in Ubuntu:
While MuseScore PPA contains the latest 2.3.x packages, a new official PPA for MuseScore 3 was created. You can do following steps to add the PPA and install the score writer.
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:
OBS Studio, free live streaming and screen recording software, released version 23.0 recently with many new features. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10.
3. Now you can install OBS-Studio via Synaptic package manager, upgrade the software from an existing release via Software Updater, or simply run commands one by one:
New parameter default_ai_algorithm for setting the default AI
New parameter mp_rank for setting the order in which AIs appear in the MP computer player selection menu
New option “Keep saved AI” when reloading games from the MP Create Game screen.
Fix Lua AIs using the ai.stopunit_*() functions potentially creating infinite candidate action loops
Many fixes and improvements to campaigns.
Miscellaneous and bug fixes
How to Install Battle for Wesnoth 1.14.6 in Ubuntu:
The new release package has been made into Flatpak package, available to install via the Flathub repository.
1. (For Ubuntu 16.04 only), open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from app launcher. When it opens, run command:
After testing for a period of time, OnlyOffice Desktop Editors snap package goes stable for Ubuntu and other Linux desktops.
“ONLYOFFICE Desktop Editors is a free office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit documents stored on your Windows/Linux PC or Mac without an Internet connection. It is fully compatible with Office Open XML formats: .docx, .xlsx, .pptx.”
The snap is a containerized software package (runs in sandbox) runs in most Linux desktops. It bundles most required libraries and auto-updates itself.
For Ubuntu 18.04 and higher, simply open Ubuntu Software, search for and install onlyoffice:
For Ubuntu 16.04, first install snapd daemon by opening terminal (Ctrl+Alt+T) and then running command:
sudo apt install snapd
Then install OnlyOffice Desktop Editors via command:
sudo snap install onlyoffice-desktopeditors
Like normal software, open OnlyOffice from your system app launcher.
Uninstall:
To remove the software, either use Ubuntu Software, or run command in terminal:
This quick tutorial is for those who want to install the latest Python 3.7.2 in Ubuntu 18.04 LTS, Linux Mint 19.x, and Ubuntu 18.10.
Ubuntu 18.04 comes with Python 2.7 and Python 3.6 out-of-the-box, and later includes Python 3.7.1 in its updates (universe) repository.
For the updated Python 3.7.2, you can do following steps to use the ToolChain PPA packages.
1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for “Terminal” from app launcher. When it opens, run command to add the ToolChain PPA:
Type user password (no visual feedback) when it asks and hit Enter to continue.
2. Then run command to install Python3.7:
sudo apt install python3.7
For Linux Mint 19.x, run command sudo apt update to check updates first.
3. As the PPA contains other updates toolchain packages, e.g., gcc-7.4.0, gcc-8.2.0, and python-3.6.8, you may remove the PPA afterwards via Software & Updates -> Other Software tab.
4. To make python3 use the new installed python 3.7.2 instead of the default 3.6.7, run commands to add python3.7 as choice:
This quick tutorial is going to show you how to enable compose key to allow entering a wide variety of special characters in Ubuntu 18.04 Gnome desktop.