We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
首先,您必须确切地知道您的 libattr 包名称,然后列出其中的所有文件:
例如对于 ubuntu
然后您将看到 /usr/share/man 目录中的文件列表
First you have to know your libattr exactly package name then list all files in it:
For ubuntu for example
then you will see a list of files in /usr/share/man directory
libattr 与 id3 标签无关,它用于 ncurses。而是搜索 id3lib。
libattr has nothing to do with id3-tags, it's used for ncurses. Search for id3lib instead.
如果您使用的是 Linux 并且想要了解处理扩展属性的 C 函数,请安装 < code>libattr1-dev 软件包,其中包含
getxattr
、setxattr
等的手册页。或者,您可以在线查看手册页: <一href="http://linux.die.net/man/2/getxattr" rel="nofollow">http://linux.die.net/man/2/getxattrIf you're on Linux and want to learn about the C functions to deal with extended attributes, install the
libattr1-dev
package, which has the man pages forgetxattr
,setxattr
, etc. Or, you could view the manpages online: http://linux.die.net/man/2/getxattr