Difference between revisions of "Translations:Install/223/zh-cn"

From Funtoo
Jump to navigation Jump to search
(Created page with "一些基础的 {{c|epro}} 用法如下: {{TableStart}} {{2ColHead|Description|Command}} {{2Col|View available profiles. Enabled profiles will be highlighted in cyan. Direct...")
 
Line 2: Line 2:
{{TableStart}}
{{TableStart}}
{{2ColHead|Description|Command}}
{{2ColHead|Description|Command}}
{{2Col|View available profiles. Enabled profiles will be highlighted in cyan. Directly enabled profiles will be in bold and have a {{c|*}} appended.|{{console|body=(chroot) # ##i##epro list}}}}
{{2Col|查看可用的 profile。启用了的 profile 将会以青色高亮显示。直接启用的以粗体显示并且有 {{c|*}} 附在最前。|{{console|body=(chroot) # ##i##epro list}}}}
{{2Col|Change the system flavor.|{{console|body=(chroot) # ##i##epro flavor desktop}}}}
{{2Col|改变系统的 flavor。|{{console|body=(chroot) # ##i##epro flavor desktop}}}}
{{2Col|Add a mix-in.|{{console|body=(chroot) # ##i##epro mix-in +gnome}}}}
{{2Col|添加一个 mix-in。|{{console|body=(chroot) # ##i##epro mix-in +gnome}}}}
{{TableEnd}}
{{TableEnd}}

Revision as of 01:48, January 8, 2018

一些基础的 epro 用法如下:

DescriptionCommand
查看可用的 profile。启用了的 profile 将会以青色高亮显示。直接启用的以粗体显示并且有 * 附在最前。
(chroot) # epro list
改变系统的 flavor。
(chroot) # epro flavor desktop
添加一个 mix-in。
(chroot) # epro mix-in +gnome