Ubuntu server 16.04 - standard system utilities [duplicate]

During the installation of Ubuntu server 16.04 I opted out from installing "standard system utilities" by mistake. Is there any way to install them with apt-get install command easily ?

2

1 Answer

sudo apt-get install ubuntu-standard

See for package names and info

You Might Also Like