web-dev-qa-db-fra.com

Que contient le paquet "Basic Ubuntu Server" dans la sélection de logiciel lors de l'installation?

J'installe Ubuntu à partir d'une image Ubuntu Minimal et je suis passé à la sélection de logiciels. Ce que je me demande, c'est quels paquets sont inclus dans l'option "Serveur Ubuntu de base"?

enter image description here

Je suppose que c'est un paquet de paquets, mais lesquels sont-ils inclus exactement?

83
ohaal

Dans l'esprit d'enseigner à un homme à pêcher ...

Vous pouvez trouver une liste de tâches et leurs noms propres avec la commande:

tasksel --list-tasks

Cela vous indiquera que la tâche "Serveur Ubuntu de base" s'appelle "serveur". Avec ce nom, vous pouvez générer une liste des packages associés:

tasksel --task-packages server

Par exemple, sur 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:~$ 
92
Steven K

Le package Basic Ubuntu Server inclut:

python-zope.interface
python-lazr.restfulclient
python-serial
ubuntu-serverguide
python-pam
vim-runtime
python-wadllib
python-pycurl
libpcsclite1
python-simplejson
vim
libnl1
python-pkg-resources
python-pexpect
wpasupplicant
python-twisted-bin
python-launchpadlib
libpython2.6
python-twisted-core
python-problem-report
patch
python-oauth
python-lazr.uri
python-apport
libjs-jquery
python-openssl
apport
bc
python-httplib2
wireless-tools
apport-symptoms
libiw30
screen
python-newt
landscape-common
byobu
python-smartpm

Source

18
pl1nk