Skip to content

Ubuntu 24.04 V1.1 desktop image is a minimized install #32

@tillkamppeter

Description

@tillkamppeter

When trying out the current Ubuntu system I have found out that some basic tools for desktop users are missing:

$ lpstat -r
-bash: lpstat: command not found
$ man df
This system has been minimized by removing packages and content that are
not required on a system that users do not log into.

To restore this content, including manpages, you can run the 'unminimize'
command. You will still need to ensure the 'man-db' package is installed.

And according to the message which the attempt to see a man page produces, the system is a minimized install. As the message says, this is for server, IoT, or container systems where users do not log in. We have a desktop system here and so users for sure log in, so we should not do a minimized install.

In my example I have seen that man pages and also CUPS (printing) are missing. Probably many more things for a system a user is interacting with are missing.

For the time being I just unminimized:

$ sudo apt install man-db unminimize
$ sudo unminimize
...
$ lpstat -r
scheduler is running
$

And CUPS is back! Man pages, too.

So please provide desktop systems as standard install, not minimized. The 64GB micro-SD cards which you are supplying have enough space for that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions