Categories: Ubuntu

Ubuntu 24.04 Going to Drop the Games from Installer

Ubuntu has a few offline games out-of-the-box. Now, the developer team is going to remove them from the installer in Ubuntu 24.04 LTS.

Since Ubuntu 23.10, Ubuntu Desktop no longer provides ‘Minimal installation‘ option in the installer. Instead, it’s “re-named” to “Default installation” with just the essentials, web browser and basic utilities. User can choose “Full installation” option for the office, media player, games, and other app packages that’s previously installed by default in old Ubuntu releases.

Just a few days ago, the desktop team proposed to remove the games from full installation, then made the decision with wider support.

Sponsored

Meaning that the game packages may be completely removed from the iso image, though they are still available to install in Ubuntu Software (App Center).

The games include:

  • Aisleriot Solitaire – a rule-based solitaire card engine that allows many different games to be played.
  • Mahjongg – a matching game played with Mahjongg tiles
  • Mines – clear explosive mines off the board.
  • Sudoku – the popular Japanese logic puzzle

I’ve never played the games, though they are available by default, until I saw the proposition in Ubuntu Discourse. And, remove them can save a few dozen MB disk space in my case in Ubuntu 22.04.

Sponsored

If you like the games, they can be easily installed back either by searching from App Center one by one:

or by running command in a terminal window (press Ctrl+Alt+T to open terminal):

sudo apt install aisleriot gnome-mahjongg gnome-mines gnome-sudoku

The post Ubuntu 24.04 Going to Drop the Games from Installer appeared first on Osgrove.

Ubuntu Server Admin

Recent Posts

Detecting and Fixing Memory Leaks with Valgrind

Memory leaks are among the most frustrating bugs to track down in C and C++…

41 minutes ago

How to Kill Processes Using Specific Ports on Linux, Windows and MacOS

Have you ever encountered issues starting a server or application because the required port is…

41 minutes ago

How to Fix the “Native Host Connector Not Detected” Error for GNOME Extensions in Ubuntu 22.04

When upgrading to Ubuntu 22.04 LTS (Jammy Jellyfish), many users encounter the error message: “Although…

41 minutes ago

Building optimized LLM chatbots with Canonical and NVIDIA

The landscape of generative AI is rapidly evolving, and building robust, scalable large language model…

8 hours ago

Unlocking Edge AI: a collaborative reference architecture with NVIDIA

The world of edge AI is rapidly transforming how devices and data centers work together.…

8 hours ago

How to Install and Use Zig Programming Language on Ubuntu or Debian Linux

In this article, we will see how to install and use zig programming language on…

11 hours ago