layman是一种overlay manager,Overlays 的添加通常是通过编辑/etc/make.conf的 PORTDIR_OVERLAY="" 来管理,但是在sabayon是使用Layman进行管理。
在终端输入:
layman --help(灰色使用频率较高)
显示如下:
引用:Usage:
layman -a/-d/-S|overlay
layman -f [-o url]
layman -l|-L
其中
layman -S的作用类似emerge --sync 更新syncs下所有已经安装的overlaysOptions:
引用: --version show program's version number and exit
-h, --help show this help message and exit
:
-a ADD, --add=ADD Add the given overlay from the cached remote list to
your locally installed overlays.. Specify "ALL" to add
all overlays from the remote list.
-d DELETE, --delete=DELETE
Remove the given overlay from your locally installed
overlays. Specify "ALL" to remove all overlays
-s SYNC, --sync=SYNC
Update the specified overlay. Use "ALL" as parameter
to synchronize all overlays
-i INFO, --info=INFO
Display information about the specified overlay.
-S, --sync-all Update all overlays.
-L, --list List the contents of the remote list.
-l, --list-local List the locally installed overlays.
-f, --fetch Fetch a remote list of overlays. This option is
deprecated. The fetch operation will be performed by
default when you run sync, sync-all, or list.
-n, --nofetch Do not fetch a remote list of overlays.
-p PRIORITY, --priority=PRIORITY
Use this with the --add switch to set the priority of
the added overlay. This will influence the sorting
order of the overlays in the PORTDIR_OVERLAY variable.
:
-c CONFIG, --config=CONFIG
Path to the config file [default:
/etc/layman/layman.cfg].
-o OVERLAYS, --overlays=OVERLAYS
The list of overlays [default:
http://www.gentoo.org/proj/en/overlays/layman-
global.txt].
butterflyin 于 2008-02-22 18:54:26发表:
http://konqueror.blog.sohu.com/77778967.html
Diary 于 2008-01-30 20:59:07发表:
了解中
yuxans 于 2008-01-29 09:45:57发表:
楼主没在 Gentoo 下 emerge layman 过。
楼主没理解 Gentoo 的精髓--不为用户安装多余的软件包。