KDE Plasma 6.5.1 Desktop Environment Released
![]()
![]()
![]()
![]()
![]()
For users of Ubuntu 25.10 Questing Quokka, Ubuntu team announced how to fix the issue that automatically check of updates not working in desktop, server, cloud, and container.
As you may know, Ubuntu replaced GNU Core Utilities with Rust in 25.10. Most core command line tools, such as chroot, dd, du, echo, ls, mkdir, pwd, sudo, who, and more, are now the βmemory safeβ Rust-based utilities, though for end users, they can be used just like before.
Ubuntu 25.10 switched to Rust based core-utils
This Rust rewritten coreutils so far has many issues that break things in Ubuntu 25.10. And, Ubuntu and upstream developer team keep working to fix them.
As far as I know, Grub bootloader did not (fixed now) find and load dual- or multi-boot operating systems, who command does not show who is logged in, stty command seems to return invalid or non-standard argument format that breaks interactive terminal applications.
Ubuntu by default checks and installs security updates automatically, which is useful to keep your system (especially for public server) safe.
Ubuntu by default automatically check & install security updates
However, due to bug in date command, some Ubuntu 25.10 systems may be unable to automatically check for available. Itβs announced few days ago:
Due to a now-resolved bug in the
datecommand, some Ubuntu 25.10 systems have been unable to automatically check for available software updates. Affected machines include cloud deployments, container images, Ubuntu Desktop and Ubuntu Server installs.
As mentioned in the announcement, the issue may affect users who have rust-coreutils <=0.2.2-0ubuntu2. And, it can be easily fixed by installing/updating to rust-coreutils 0.2.2-0ubuntu2.1 or later.
sudo apt install --update rust-coreutils
![]()
If you found other issues about core utils, then you may either report to this Ubuntu page or the upstream Github page.
And, this discourse thread provides the choice to revert back the old GNU based core-utils for those who need it.
![]()
BleachBit, the CCleaner alternative system cleaner app, released new 5.0.2 in last week with support for cleaning more app caches.
BleachBit is a free open-source application for Linux and Windows that can free up disk space by deleting cookies, cleaning internet history, discarding junks and removing logs.
It support cleaning thousands of applications, such as Firefox, Chrome/Chromium, Opera, and more, removing apt, bash, and system caches, shredding files to prevent recovery, wiping free disk space, and vacuuming Firefox to improve speed without removing any data.
![]()
The last major 5.0.0 version, which was released in May, added cleaning more apps support, including Librewolf and Microsoft Edge for Linux, beta and snap versions of Discard.
In the new 5.0.2 version, it now supports cleaning caches for pacman, the default package manager for Arch and Manjaro etc Linux Distributions.
For Ubuntu and other Linux have apps installed as snap packages, the release also added support removing snap packages that have been disabled. It will trigger native snap remove command running silently in background to remove all disabled snaps, though it was not working good in my case as it stuck at Sl sleeping status waiting for something.
![]()
Besides that, the new version also updated its UI. Like web browser, it now supports Ctrl+Scroll or Ctrl + +/- keyboard shortcuts to change text font size, and F11 to toggle full-screen mode.
Other changes are mostly bug-fixes and translation updates. They include:
In addition, the release uses a newly renewed digital certificate that may cause temporary security warnings from antivirus software in Windows. For more, see the official release note.
BleachBit provides official packages for Windows and Linux which are available to download via the link below:
For Linux, they are .rpm packages for Fedora, openSUSE, etc distributions, and .deb for Debian and Ubuntu based systems. And most desktop software app now support installing them.
Command Terminal offers the most straightforward way to install applications on Linux. However, if youβre looking to install Vim on Ubuntu without opening the terminal, then we can do that as well, and that is what we are going to discuss in this tutorial. Whether youβre new to Linux or prefer graphical interfaces, we will [β¦]
The post How to Install Vim on Ubuntu Without Using the Terminal appeared first on LinuxShout.
![]()
![]()
![]()
![]()
![]()
Floating Mini Panel GNOME extension now has a vertical panel option, an orientation which feel up (a bit of) screen space on widescreen displays.
You're reading Floating Mini Panel Gains New Vertical Orientation Option, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
Ubuntu 25.10's Rust-based coreutils had a bug preventing automatic updates from working. Here's what happened, why it matters, and how it was resolved.
You're reading Rust Bug Broke Ubuntu 25.10 Automatic Update Checks, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
![]()
MX Linux 25 Release Candidate is now available for public beta testing based on the Debian 13 βTrixieβ operating system series. Here's what's changed since the Beta release!
The post MX Linux 25 Release Candidate Arrives with Various Improvements and Changes appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.
![]()
9to5Linux Weekly Roundup for October 26th, 2025, brings news about KDE Plasma 6.5, SuperTuxKart 1.5, VirtualBox 7.2.4, Clonezilla Live 3.3.0-33, Ubuntu 26.04 LTS daily builds, and more.
The post 9to5Linux Weekly Roundup: October 26th, 2025 appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.
The FFmpeg developers have added Vulkan-accelerated video decoding for Apple ProRes, implemented through shader-based hardware acceleration. The new commit, authored by averne and committed by Lynne, brings full support for all major ProRes profiles and demonstrates strong performance across different GPU platforms. Apple ProRes is a high-quality video codec commonly used in professional editing workflows. [β¦]
The post FFmpeg Introduces Vulkan-Accelerated Apple ProRes Decoding appeared first on UbuntuPIT.