Install Rust on Ubuntu 26.04 LTS (rustup + cargo)
Ubuntu 26.04 is the first Ubuntu release where Rust powers core system utilities out of the box. The…
Ubuntu 26.04 is the first Ubuntu release where Rust powers core system utilities out of the box. The…
Ubuntu 26.04 ships OpenJDK 25 as the default JDK. That’s the latest non-LTS release, and it’s what you…
Python 3.14 ships as the default interpreter on Ubuntu 26.04 LTS. No PPAs, no deadsnakes repository, no compiling…
Go 1.26 ships in the Ubuntu 26.04 LTS repositories. For most use cases, apt install golang-go is all…
PHP 8.5 ships in the Ubuntu 26.04 default repositories, so there is no PPA or third-party repo to…
Ubuntu 26.04 ships Redis 8.0 straight from the official repos, and that’s a bigger deal than it sounds.…
Ubuntu 26.04 LTS ships with both MySQL 8.4 and MariaDB 11.8 in its default repositories. If you need…
Memcached is the caching layer behind most high-traffic PHP and Python applications. It stores key-value pairs in RAM,…
The LAMP stack is still the default starting point for most PHP-based web applications. Ubuntu 26.04 LTS (Resolute…
MariaDB 11.8.6 now ships in Ubuntu 26.04’s main archive. That’s a first. Previous Ubuntu releases kept MariaDB in…
Most production web stacks on Ubuntu run Nginx over Apache these days. Nginx handles static content and reverse…
Apache is still the workhorse behind most of the internet. Despite Nginx gaining ground over the past decade,…