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 ?
Asked
Active
Viewed 6,026 times
0
-
See Ubuntu Server Initial Packages? – steeldriver Sep 02 '16 at 12:40
-
@steeldriver Running sudo tasksel opens up a window which has only one option that I can choose from "Manual package selection". Unfortunately selecting it and pressing
returns error "Can't exect "/usr/lib/tasksel/packages/manual": No such file or directory at /usr/bin/tasksel" – KoKsMAN Sep 02 '16 at 13:10
1 Answers
1
sudo apt-get install ubuntu-standard
See http://packages.ubuntu.com/ for package names and info

John Boats
- 11