最終更新:2022-04-12 (火) 07:49:27 (745d)  

tasksel
Top / tasksel

関連するパッケージを一括してインストールしてくれるコマンド

This program is used during the installation process, but users can also use tasksel at any time.

使い方

tasksel install <タスク>
tasksel remove <タスク>
tasksel [オプション]
	-t, --test          テストモード: 実際には何も行わない
	    --new-install   自動的にいくつかのタスクをインストールする
	    --list-tasks    表示可能なタスクを一覧で表示して終了する
	    --task-packages タスクで利用可能なパッケージを一覧表示する
	    --task-desc     タスクの説明を返す

Ubuntu/パッケージ

タスク一覧

Debian

http://wiki.debian.org/tasksel

  • tasksel --list-tasks? (List the tasks available on a system.)
    # tasksel --list-tasks
    i desktop	Graphical desktop environment
    u web-server	Web server
    i print-server	Print server
    u dns-server	DNS server
    u file-server	File server
    i mail-server	Mail server
    u database-server	SQL database
    u ssh-server	SSH server
    i laptop	Laptop
    u manual	manual package selection

メモ

  • Note that in DebianWheezy? and beyond tasksel provides and uses dummy packages (known as meta packages) to pull required dependencies. for example:
    ## Let's retrive the meta package name for that task
    $ tasksel --task-packages web-server
    task-web-server
    
    ## Let's see the packages that would be installed by that meta-package
    $ aptitude show task-web-server

desktop

web-server

  • libapache2-mod-python?
  • apache2-doc?
  • libapache2-mod-perl2?
  • apache2-mpm-prefork?
  • analog? - Analog

print-server

  • hpijs?
  • openprinting-ppds?
  • hplip?
  • cups-client?
  • hp-ppd?
  • cups? - CUPS
  • cups-bsd?
  • cups-driver-gutenprint?
  • foo2zjs?
  • foomatic-db-engine?

dns-server

file-server

mail-server

database-server

ssh-server

laptop

manual

Ubuntu

  • eucalyptus-walrus - Cloud computing: Walrus? storage service
  • eucalyptus-simple-cluster - Cloud computing: all-in-one cluster
  • eucalyptus-cluster - Cloud computing: cluster controller
  • eucalyptus-node - Cloud computing: node controller
  • eucalyptus-storage - Cloud computing: storage controller
  • eucalyptus-cloud - Cloud computing: top-level cloud controller
  • dns-server - DNS server
  • edubuntu-server - Edubuntu server
  • lamp-server - LAMP server
  • mail-server - Mail server
  • openssh-server - OpenSSH server
  • postgresql-server - PostgreSQL database
  • print-server - Print server
  • samba-server - Samba file server
  • tomcat-server - Tomcat Java server
  • uec - Ubuntu Enterprise Cloud (instance)
  • virt-host - Virtual Machine host
  • ubuntustudio-graphics - 2D/3D creation and editing suite
  • ubuntustudio-audio - Audio creation and editing suite
  • edubuntu-desktop-kde - Edubuntu KDE desktop
  • edubuntu-desktop-gnome - Edubuntu desktop
  • kubuntu-desktop - Kubuntu desktop
  • kubuntu-mobile - Kubuntu mobile
  • kubuntu-netbook - Kubuntu netbook
  • ubuntustudio-audio-plugins - LADSPA and DSSI audio plugins
  • ubuntustudio-font-meta - Large selection of font packages
  • mythbuntu-desktop - Mythbuntu additional roles
  • mythbuntu-frontend - Mythbuntu frontend
  • mythbuntu-backend-master - Mythbuntu master backend
  • mythbuntu-backend-slave - Mythbuntu slave backend
  • ubuntu-netbook - Ubuntu Netbook?
  • ubuntu-desktop - Ubuntu Desktop
  • ubuntustudio-video - Video creation and editing suite
  • xubuntu-desktop - Xubuntu desktop
  • edubuntu-dvd-live - Edubuntu live DVD
  • kubuntu-mobile-live - Kubuntu Mobile Remix live CD
  • kubuntu-netbook-live - Kubuntu Netbook Remix live CD
  • kubuntu-live - Kubuntu live CD
  • kubuntu-dvd-live - Kubuntu live DVD
  • netbook-live - Ubuntu Netbook live environment
  • ubuntu-live - Ubuntu live CD
  • ubuntu-dvd-live - Ubuntu live DVD
  • xubuntu-live - Xubuntu live CD
  • manual - Manual package selection

参考

関連