On 11/09/2012 06:56 PM, 朴三世 wrote: > 那是刚做的系统,忘记aptitude update(因在安装时执行过,搞混忘记)。 > > 执行完update后,发现tasksel --list-tasks有输出了(aptitude search也搜到了@YunQiang > Su链接里的那些包), > 就是安装系统时那几个,可是单单缺少System Unitils(好像是这名字)这个。 > > 纠结,系统里less都没有。。。
那个task在这里,内容其实就是所有Priority: standard的包。 $ grep-dctrl -FTask standard /usr/share/tasksel/descs/debian-tasks.desc Task: standard Section: user Description: Standard system utilities This task sets up a basic user environment, providing a reasonably small selection of services and tools usable on the command line. Packages: standard Test-new-install: mark skip 这样就可以装上所有这类的包: $ aptitude install ~pstandard 如果用--new-install这个选项,tasksel会把这个task显示出来。 $ tasksel --new-install Guo Yixuan -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

