Sunday, April 28, 2024
95
rated 0 times [  95] [ 0]  / answers: 1 / hits: 101192  / 2 Years ago, mon, august 15, 2022, 3:00:32

I'm installing Ubuntu from an Ubuntu Minimal image, and I've gotten to the software selection part. What I'm wondering is, which packages are included in the "Basic Ubuntu Server" option?



enter image description here



I'm assuming it's a bundle of packages, but which exactly are included in it?


More From » package-management

 Answers
7

In the spirit of teaching a man to fish...



You can find a list of tasks and their proper names with the command:



tasksel --list-tasks


This will tell you that the "Basic Ubuntu Server" task is named "server". With this name, you can generate a list of the related packages:



tasksel --task-packages server


For example, on Ubuntu "Quantal" 12.10:



steven@lat:~$ tasksel --task-packages server | sort
acpid
apport
apport-symptoms
bc
byobu
consolekit
curl
ethtool
fonts-ubuntu-font-family-console
landscape-common
libck-connector0
libcurl3
libevent-2.0-5
libgc1c2
libgpm2
libiw30
libnl-3-200
libnl-genl-3-200
libpam-ck-connector
libpcsclite1
libpolkit-agent-1-0
libpolkit-backend-1-0
libpython2.7
libwhoopsie0
patch
policykit-1
python
python2.7
python2.7-minimal
python3-apport
python3-problem-report
python-apt
python-chardet
python-debian
python-gdbm
python-gnupginterface
python-minimal
python-newt
python-openssl
python-pam
python-pkg-resources
python-serial
python-six
python-twisted-bin
python-twisted-core
python-zope.interface
screen
tmux
update-notifier-common
vim
vim-runtime
w3m
whoopsie
wireless-tools
wpasupplicant
xz-utils
steven@lat:~$

[#37453] Monday, August 15, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
altybol

Total Points: 364
Total Questions: 138
Total Answers: 121

Location: France
Member since Thu, May 6, 2021
3 Years ago
altybol questions
;