LibreOffice office suite reached the 6.0 release more than a week ago. Now it’s finally made into LibreOffice Fresh PPA for Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04.
Though LibreOffice offers .deb binaries for downloading in its website, it’s recommended to install the PPA packages which are well integrated with Ubuntu desktop.
LibreOffice 6.0 release highlights:
Better compatibility with Microsoft Office documents
Support for standards-compliant PDF forms within Writer
Experimental Notebookbar and other user-interface improvements
Media stream support for use when clips are all derived from the same source media OR media files added manually all share the same codecs, formats, etc.
Migrated main toolbar buttons from QToolBar + QActions to new custom widget VCToolBarButton handling QPushButton with attached.
Tools section added to settings for setting paths to three main tools used by VidCutter
Ability to set clip index list to the left or right (default) of main window.
Support for WTV (.wtv – Windows Recorded TV Show) media files
Required dependency of PyOpenGL for users on slightly older Ubuntu, Fedora
Fullscreen mode rewrite for Qt 5.10 changes + better support in wayland.
OpenGL helpers added to X11 and Wayland based Linux platforms
Updated keyboard shortcuts to include some added keyboardand mouse based shortcuts.
How to Install VidCutter 5.5.0 in Ubuntu:
For Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04, the new release can be installed via its official PPA.
1. Open terminal either via Ctrl+Alt+T or by searching for ‘terminal’ form app launcher. When it opens, run command:
sudo add-apt-repository ppa:ozmartian/apps
Input your password (no visual feedback while typing) when it prompts and hit Enter.
2. Then install Vidcutter either via your system package manager or run commands:
For other Ubuntu editions and Linux distributions, an executable file Appimage (make executable in file Properties -> Permissions) is available for download in the above link.
Uninstall:
To remove the PPA, open ‘Software & Updates’ utility and navigate to Other Software tab.
To remove the video cutting software, either use your system package manger or run command:
Foobar2000, the popular music player for Windows platform, now can be easily installed in Ubuntu via snap, the universal Linux app packaging format.
This is a Wine based snap package maintained by an open-source project. With it, you can simply install it either via App Center (or Ubuntu Software) or by running a single command.
1. For old Ubuntu 16.04, you need to first open terminal (Ctrl+Alt+T) and run command to install the snapd daemon package:
sudo apt install snapd snapd-xdg-open
2. For Ubuntu 20.04, 22.04, 24.04, and higher, Snap is pre-installed. You may either search & install Foobar2000 from Ubuntu Software or App Center:
Or, run the command below instead to install from terminal window:
snap install foobar2000 --classic
--classic flag is required to be able to access files outside the installation directory.
3. (no longer requires in current Ubuntu releases) To make it work, you still need to run following 3 commands one by one:
Skype for Linux now is available as snap, the universal Linux app packaging format, with easy install and automatic updates.
“London, UK – 1st February 2018 – Canonical, the company behind Ubuntu, announces today that Skype is now available as a snap, the universal Linux app packaging format. Available as of today, the release means that Skype can deliver its communication service to a wider range of Linux users, including millions on Ubuntu.“, it’s announced in Ubuntu Insights.
For Ubuntu 16.04 users who’ve never installed a snap package, first install snapd daemon in terminal (Ctrl+Alt+T):
sudo apt-get install snapd snapd-xdg-open
The snap package can be installed directly from Ubuntu Software. At the moment, it’s skype 8.14.0.10:
You can also open terminal and run command to install the snap:
snap install skype --classic
And the snap automatic updates itself when a new release is out and published.
To launch Skype, search it from application launcher (may need re-login) or run command:
/snap/bin/skype
Uninstall:
To uninstall the snap, either use Ubuntu Software or run command:
NOTE that for those prefer upgrading Vivaldi from its official apt repository, Vivaldi 1.14 is held back due to a proprietary media support issue, read HERE for details.
Adobe Brackets code editor 1.12 was released hours ago. Here’s how you can install it in Ubuntu desktop.
With Brackets 1.12, you can easily restructure JavaScript code using Refactor capabilities in Brackets. You can also rename, wrap in Try/Catch or Condition, Extract to Variable or Function, and Create Getters/Setters – all at the click of a button (or two!).
Other changes in Brackets 1.12:
Upgraded codemirror version to 5.30.0
Update CSS at-rule hints
Update CSS pseudo-selector hints
Findbar search string retention
And a list of bug-fixes. See release note for details.
How to Install Brackets 1.12 in Ubuntu:
The official .deb binaries for both 32-bit and 64-bit system are available in the link below:
Just grab the .deb that matches your OS, then click install via Ubuntu Software or Gdebi package manager. Or run command to install the downloaded package:
After 9 release candidates, Linux Kernel 4.15 stable was finally announced earlier today. Kernel 4.15 is the first to be fully patched against the Meltdown and Spectre security vulnerabilities.
“After a release cycle that was unusual in so many (bad) ways, this last week was really pleasant. Quiet and small, and no last-minutepanics, just small fixes for various issues. I never got a feeling that I’d need to extend things by yet another week, and 4.15 looks fine to me.“, Linus Torvalds announced.
What’s new in Kernel 4.15:
support for the RISC-V architecture
support for AMD Secure Encrypted Virtualization
support for the User-Mode Instruction Prevention feature on Intel CPUs
DRM leasing support for benefiting VR use-cases on Linux.
The HTC Vive VR headset treated “Non-Desktop”
Intel Coffee Lake graphics are now considered stable
Nouveau driver adds support for GeForce GTX 1000 “Pascal” temperature monitoring.
How to Install Kernel 4.15 in Ubuntu:
Other than using a graphical tool UKUU to install the latest mainline kernel packages, following steps will tell you how to manually download and install it in all current Ubuntu releases.
The mainline kernel PPA has made the new kernel binaries for Ubuntu, 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, i386 for 32bit system, or armhf, arm64, etc for other OS types.
To get the Kernel 4.15 from the command console, run the commands below one by one:
Start/restart your machine and select boot with the previous kernel in Grub2 -> Advanced menu. Then use Ubuntu Tweak, or other system tool to remove the Kernel 4.15, or you may see this how to remove old kernels tutorial.