tasksel --list-tasksubuntu 安装的时候,有一个软件包的选择。如果装完以后,还想看到底有哪些软件包的选择呢?# tasksel -h
Unknown option: h
Usage:
tasksel install
tasksel remove
tasksel [options]
-t, --test test mode; don’t really do anything
–new-install automatically install some tasks
–list-tasks list tasks that would be displayed and exit
–task-packages list available packages in a task
–task-desc returns the description of a task
tasksel --list-tasks这个就可以列出所有的组合。到底里面包含那几个包呢?tasksel --task-packages dns-serverThe output of the command should list:
bind9-doc
bind9utils
bind9
如果希望安装tasksel install dns-server