CopyQ clipboard manager 3.7.0 was released a few hours ago with enhancements and many bug-fixes. Here’s how to install it in Ubuntu 18.04, Ubuntu 16.04, Ubuntu 18.10.
PPSSPP Sony PSP emulator 1.7 was released a few days ago with a large number of compatibility and bugfixes. Here’s how to install it in Ubuntu 18.04, Ubuntu 18.10, Ubuntu 16.04, and Ubuntu 14.04.
Fix for insta-crash on Galaxy Note 9, some Xiaomi devices, and the new nVidia Shield
Vertex range culling on most platforms, fixes DTM: Race Driver and similar
Major speed boost in some Gundam and Earth Defense Force games
Fix for issues with post processing shaders in GL 3+
Fixes to sound output switching on Windows (WASAPI)
Detects DirectInput devices when running
Simple Discord integration
New debugging APIs
Task switching made a lot more robust (fixes GPD XD problems)
Texture decoding optimizations
Tons and tons of miscellaneous bugfixes and compatibility fixes
How to Install PPSSPP 1.7 in Ubuntu:
Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from software launcher. When it opens, do following steps one by one to install PPSSPP in all current Ubuntu releases.
1. Copy and paste the command and hit run to add the PPA:
sudo add-apt-repository ppa:ppsspp/stable
Type your user password (no asterisks feedback) when it prompts and hit Enter to continue.
2. Then refresh system package cache and install the latest PPSSPP via commands:
sudo apt-get update
sudo apt-get install ppsspp
Replace ppsspp with ppsspp-sdl in the code for the SDL version.
Uninstall:
To remove the PPA, either go to Software & Updates -> Other Software or run command:
In addition, after installed the .deb package, you can enable Vivaldi apt repository (Softare & Updates -> Other Software) to receive future updates through Software Updater:
Linux Kernel 4.19 LTS (Long Term Support) was released yesterday. Instead of Linus, Greg KH announced the new 4.19 release and wrote lots of words:
While it was not the largest kernel release every by number of commits, it was larger than the last 3 releases, which is a non-trivial thing to do. After the original -rc1 bumps, things settled down on the code side and it looks like stuff came nicely together to make a solid kernel for everyone to use for a while. And given that this is going to be one of the “Long Term” kernels I end up maintaining for a few years, that’s good news for everyone.
A small trickle of good bugfixes came in this week, showing that waiting an extra week was a wise choice. However odds are that linux-next is just bursting so the next -rc1 merge window is going to be bigger than “normal”, if there is such a thing as “normal” for our rate of development.
And speaking of development, there’s that other thing that happened this release cycle, that ended up making it such that I’m the one writing this instead of Linus. Allow me the guilty pleasure of taking a few minutes to talk about that….
…
What’s New in Kernel 4.19 (via omgubuntu.co.uk):
An alternate mode driver for USB Type-C/DisplayPort Type-C support
Better support for Intel’s Low Power Subsystem (LPSS)
Support for Qualcomm Adreno 600 series hardware
Initial support for Intel Icelake graphics
Armada atomic mode-setting
Ongoing DRM improvements
x86 KVM improvements
In-kernel GPS subsystem
General touchscreen improvements
Initial support for the 802.11ax WLAN
Various Filesystem improvements
Obligatory Linux power management tweaks
Continued Y2038 prep
How to Install Linux Kernel 4.19 in Ubuntu:
There are a few third-party tools, e.g., UKTools and Ukuu, make it easy to install the latest Kernel in Ubuntu.
You can also manually download the Kernel 4.19 Ubuntu binary packages at:
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, i386 for 32bit system, or armhf, arm64, etc for other OS types.
Also you can download and install the kernel binaries via terminal commands:
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 4.19.0:
SMPlayer media player 18.10 was released a day ago. Here’s how to install it in Ubuntu 18.10, Ubuntu 18.10, Ubuntu 16.04, and their derivatives.
SMPlayer 18.10 optimised the internal code for YouTube, so it now supports resolutions up to 4K. In addition, support for age restricted videos has been fixed.
How to Install SMPlayer 18.6 in Ubuntu:
For all current Ubuntu releases and their derivatives, do following steps to install or upgrade SMPlayer via the PPA repository.
1. Search for and launch “terminal” from application menu. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:rvm/smplayer
Type your user password (no asterisks feedback while typing) when it asks and hit Enter.
2. Then upgrade SMPlayer using Software Updater (or Update Manager):
or run commands in terminal to install (or upgrade) the media player:
Ubuntu 18.10 Cosmic Cuttlefish was finally released today. Here’s how to upgrade from Ubuntu 18.04 to Ubuntu 18.10.
Ubuntu 18.10 is a short-term release with 9 months support. It features Linux 4.18 kernel, X.Org Server 1.20.1, Mesa 18.2.2, and new default desktop theme ‘Yaru’.
Preparation:
Before getting started, you need to do some preparations:
Backup your bookmarks, documents, and other important data.
It’s recommended to remove proprietary drivers and use the open-source drivers instead.
Purge or remove third-party PPA repositories (Software & Updates -> Other Software)
To upgrade to Ubuntu 18.10:
1. Open Software & Updates and navigate to Updates tab.
Then select “For any version” from the drop-down menu of ‘Notify me of a new Ubuntu version’
2. Install all available system updates by running commands in terminal (Ctrl+Alt+T):
sudo apt-get update && sudo apt-get dist-upgrade
Type your user password (no asterisks feedback) when it prompts and hit Enter to continue.
3. Start Update Manager and you’ll see Ubuntu 18.10 available for upgrade (Restart first if required):
sudo update-manager -c
4. Click the Upgrade button and confirm in the next release note dialog:
The upgrading process starts and it may take a few hours depends on your device and internet speed.
Grub Customizer, the graphical tool for configuring Grub boot-loader, got a new release a few days ago. The PPA adds support for Ubuntu 18.10 Cosmic Cuttlefish.