-
Notifications
You must be signed in to change notification settings - Fork 3
Description
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.