#ubuntu2604 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #ubuntu2604, aggregated by home.social.
-
Ubuntu 26.04.1 is here!
Ubuntu 26.04.1 is finally ready and is now available to the public, as September will find its way to us to introduce itself with a lot of excitement. The first point release brings a lot of improvements compared to the original version which was out back in April. And the most exciting thing is:
If you’re running 24.04.x, starting from today, you can finally upgrade to 26.04.1 by normal means!
As point releases are usually made for LTS releases with upgrades from the previous LTS release being enabled after every first point release, such as upgrading from 22.04.x to 24.04.1 and from 24.04.x to 26.04.1, this release is going to be a lot more exciting.
To upgrade your system by normal means from 24.04 LTS, you can either run the Update Manager or run the terminal and issue the
sudo do-release-upgradecommand. This way, you should be able to get a banner that tells you that the Ubuntu 26.04.1 version is now available. However, the download may be huge in the order of gigabytes, depending on how many applications are installed.Check this link out to download Ubuntu 26.04.1!
The download may take several minutes, depending on your internet connection speed and how many applications are there on your system, while the installation may take as few as 15 minutes, depending on your applications and your computer performance. Never interrupt the upgrade process, or else you may have to either recover your system or backup your data and re-install the Ubuntu distribution using the 26.04.1 ISO image.
In the case of laptops, you’ll need to charge your laptop fully before upgrading, but it’s recommended to keep your laptop plugged in while upgrading to ensure that there are no interruptions. For PC towers, it’s recommended to keep it plugged in to the stable power source to avoid interruptions. Consult your electricity company for possible blackout schedules to plan your upgrade.
#2604 #2604LTS #Linux #linuxUpdate #LongTermSupport #lts #Raccoon #Resolute #ResoluteRaccoon #Ubuntu #Ubuntu2604 #Ubuntu2604LTS #Ubuntu2604LTSResolute #Ubuntu2604LTSResoluteRaccoon #Ubuntu2604Resolute #Ubuntu2604ResoluteRaccoon #UbuntuUpdate #update -
Installing .NET 10.0 on Ubuntu proot-distro with Termux on Android
.NET 10.0 is a new version of the modern .NET framework that brings several improvements across different areas of the software development kit, including runtime improvements (JIT inlining improvements, method devirtualization, and so on), new APIs in .NET libraries (new JSON deserialization options, post-quantum cryptography support, and so on), and many more improvements.
Normally, any .NET applications that are built for a specific platform can be run normally, such as Android applications made with MAUI. However, what if you’ve planned to run a CLI .NET application on Android? Or an application for computers? Termux can provide you with a solution.
Recent improvements to Termux involved changing how proot-distro downloads the distribution containers so that it utilizes Docker Hub to download the necessary assets and configure them to be usable. Follow the below steps to install .NET 10.0 with Ubuntu proot-distro.
- Install Termux from F-Droid.
- For Samsung devices, you might want to turn off the Auto Blocker feature so that you can install it. You can also use the Play Store version, but we haven’t tested it yet, and your mileage may vary.
- Open Termux, and let it configure itself. After that, upgrade all packages using
pkg upgrade.- If you’re prompted to choose whether to keep your own changes or to install the package-supplied version, just press ENTER on your phone’s keyboard.
- Once all necessary upgrades are complete, you can now install the proot-distro program using
pkg install proot-distro. - Afterwards, install the Ubuntu 26.04 Docker container with
proot-distro install ubuntu:26.04.- It might take a while, depending on your internet connection.
- Now, you can login to the container with
proot-distro login ubuntu. - Before installing any packages in the Ubuntu proot environment, you’ll have to check to see if there are any package updates with
apt update.- If there are any, run
apt dist-upgradeto upgrade all packages.
- If there are any, run
- Install .NET SDK 10.0 or .NET Runtime 10.0, depending on your use case.
- If you want to build .NET applications, install the SDK using
apt install dotnet-sdk-10.0. - If you want to just run .NET applications, install the runtime using
apt install dotnet-runtime-10.0.
- If you want to build .NET applications, install the SDK using
- If you’ve installed the SDK, verify that the application actually builds.
- Create a new directory, such as test (
mkdir test), and change the current directory to it (cd test) - Create a new .NET console project with
dotnet new console --use-program-main. - Verify that it actually builds using
dotnet run.
- Create a new directory, such as test (
However, as of now, you may be running into an issue where the building stage of any application may fail with error messages that are similar to this:
GC heap initialization failed with error 0x8007000E Failed to create CoreCLR, HRESULT: 0x8007000EIn this case, you’ll have to add an environment variable that changes the GC heap hard limit value to an acceptable value so that you can build and run applications on Android devices. In order to do this temporarily, append the environment variable before the command, such as this:
$ DOTNET_GCHeapHardLimit=1C0000000 dotnet buildIf this works, you can add a line that exports this environment variable to your
~/.profilelike this:$ echo "DOTNET_GCHeapHardLimit=1C0000000" >> ~/.profile $ . ~/.profileOnce done, exit and re-enter your proot environment, and you should be able to build and run .NET applications.
#NET #2604 #2604LTS #Android #C #csharp #dotnet #news #oneUi #Proot #ProotDistro #Samsung #smartphone #Tech #Technology #Termux #Ubuntu #Ubuntu2604 #Ubuntu2604LTS #Ubuntu2604LTSResolute #Ubuntu2604LTSResoluteRaccoon #Ubuntu2604Resolute #Ubuntu2604ResoluteRaccoon #ubuntuProot #update - Install Termux from F-Droid.
-
Wenn bei euch Windows-Spiele mit Steam/Proton unter Linux nie ein Problem waren, sie nach dem Upgrade auf Ubuntu 26.04 aber nicht mehr starten wollen, kann es evtl. an der neuen Ubuntu-Version oder auch irgendwie am Linux Kernel 7.0 liegen.
Die KI hat mir mehrere mögliche Ursachen und Lösungsmöglichkeiten vorgeschlagen, die alle nichts gebracht haben, bis auf diese hier: Steam als Flatpak-Paket zu installieren. Und tatsächlich, Proton-Spiele starten bei mir jetzt wieder.
Das nur als Hinweis, falls ihr über ähnliche Probleme stolpert.
-
(more Linux news in original post)
Ubuntu 26.04 LTS adds Snap and web search to the Overview:
https://www.omgubuntu.co.uk/2026/03/ubuntu-2604-gnome-search-extensionsIntel Xeon Features To Be Supported By Ubuntu 26.04 LTS - Some Lacking User-Space Packages:
https://www.phoronix.com/news/Intel-Xeon-Ubuntu-26.04-LTSFedora Pocketblue Remix is an atomic Linux distro for mobile devices (phones and tablets):
https://liliputing.com/fedora-pocketblue-remix-is-an-atomic-linux-distro-for-mobile-devices-phones-and-tablets/Debian Still Debating AI Contributions Plus A Need For More Diverse Contributors:
https://www.phoronix.com/news/Debian-DPL-Update-March-2026Armbian 26.2 Released with Linux 6.18 LTS, Expanded ARM and RISC-V Support:
https://9to5linux.com/armbian-26-2-released-with-linux-6-18-lts-expanded-arm-and-risc-v-supportGNOME 50 Release Candidate Arrives with HDR Screen Sharing Support:
https://9to5linux.com/gnome-50-release-candidate-arrives-with-hdr-screen-sharing-supportKDE Plasma 6.6.2 Improves Support for High-Resolution Mice on Remote Desktops:
https://9to5linux.com/kde-plasma-6-6-2-improves-support-for-high-resolution-mice-on-remote-desktopsKDE Gear 25.12.3 Brings Improvements to Merkuro, Calligra, Kasts, and Other Apps:
https://9to5linux.com/kde-gear-25-12-3-brings-improvements-to-merkuro-calligra-kasts-and-other-appsBudgie 10.10.2 Brings Improved Labwc Wayland Compositor Integration:
https://www.phoronix.com/news/Budgie-10.10.2-ReleasedResources For GNOME Adds Intel Xe GPU Power Usage & Intel NPU Frequency Reporting:
https://www.phoronix.com/news/GNOME-Resources-1.10.2IPFire 2.29 Core Update 200 Is Out with Linux 6.18 LTS, IPFire Domain Blocklist:
https://9to5linux.com/ipfire-2-29-core-update-200-is-out-with-linux-6-18-lts-ipfire-domain-blocklistOpenWrt 25.12 adopts apk package manager, revamps upgrade process, preserves shell history:
https://alternativeto.net/news/2026/3/openwrt-25-12-adopts-apk-package-manager-revamps-upgrade-process-preserves-shell-history/Wine 11.4 Released With More Improvements:
https://www.phoronix.com/news/Wine-11.4-ReleasedProton Experimental gets improvements for Vermintide 2 and more controller support for launchers:
https://www.gamingonlinux.com/2026/03/proton-experimental-gets-improvements-for-vermintide-2-and-more-controller-support-for-launchers/(more Linux and FOSS news in comments)
#WeeklyNews #News #Linux #LinuxNews #Ubuntu #Fedora #FedoraPocketblueRemix #Debian #Armbian #GNOME #KDEPlasma #KDEGear #Budgie #IPFire #OpenWrt #Wine #Proton #ProtonExperimental #SystemMonitor #DistroRelease #LinuxDistro #DesktopEnvironment #KDE #Ubuntu2604 #GNOME50 #MobileLinux #DesktopLinux #LinuxDesktop #FosseryTech