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:
The latest Avidemux video editor 2.7.1 now can be installed in Ubuntu 18.10 easily via PPA (unofficial) repository.
The new package name has been renamed to avidemux2.7, thanks to Thanh Tung Nguyen. Unfortunately, I can’t build the VapourSynth plugin at the moment due to lack of time (I’m new to computer languages, and one small issue can take me a few hours to solve).
1. For Ubuntu 18.04 and Ubuntu 16.04 with avidemux2.6 installed, open terminal (Ctrl+Alt+T) and remove it first via command:
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.
NVIDIA NVDEC GPU-based decoding for H264 / MJPEG / HEVC / MPEG-1/2/4, VC1, VP8, and VP9 formats.
OpenCL overlay filter
VA-API MJPEG and VP8 decoding support
AV1 Support through libaom
AMD AMF H.264 and HEVC encoders
And many other new filters, and accelerated code path improvements.
How to Install FFmpeg 4.0 in Ubuntu:
FFmpeg 4.0.2 is available in Ubuntu Software via SNAP package (Runs in sandbox).
To upgrade from the Ubuntu build FFmpeg 3.x, the unofficial PPA contains the latest packages for Ubuntu 18.04, Ubuntu 16.04, and Ubunu 14.04.
1. Open terminal either via Ctrl+Alt+T keyboard shortcut, or by searching for ‘terminal’ from software launcher. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:jonathonf/ffmpeg-4
Type user password (no asterisks feedback) when it prompts and hit Enter.
2. You can then upgrade FFmpeg libraries via Software Updater:
Or run commands in terminal:
sudo apt-get update
sudo apt-get install ffmpeg
How to Restore:
For any reason, you can downgrade FFmpeg to the stock version in Ubuntu universe repositories by purging the PPA via command:
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.
sFTP client, a full-featured FTP/SFTP/FTPIS/FTPES/SSH client, now can be easily installed in Ubuntu via Snap package.
sFTP Client uses the most modern libraries and uses the latest technologies (after-all who would ever like an out-dated / old fashioned app), thats why we use the latest frameworks and latest modern designs.
How to Install sFTP client in Ubuntu:
The software now offers official snap package, containerised software package designed to work securely within most Linux desktop.
Simply open Ubuntu Software, search for and install sFTP client:
Or open terminal (Ctrl+Alt+T) and run command to install the snap:
For Ubuntu 16.04, first make sure snapd is installed: