%general-entities; ]> Attr-&attr-version; Attr <para>Attr is a library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities.</para> </sect2> <sect2 role="installation"> <title>Installation of Attr Prepare Attr for compilation: ./configure --prefix=/usr Compile the package: make This package does not come with a test suite. Install the package: make install install-dev install-lib Move the shared library to /lib and recreate the symlink in /usr/lib: mv -v /usr/lib/libattr.so.* /lib ln -sfv ../../lib/libattr.so.1 /usr/lib/libattr.so Set the proper permissions on the shared library: chmod 755 -v /lib/libattr.so.1.1.0 Contents of Attr Installed programs Installed libraries Installed directories attr, getfattr, setfattr libattr.[a,so] /usr/include/attr Short Descriptions attr Manage extended attributes on filesystem objects attr getfattr Get extended attributes of filesystem objects getfattr setfattr Set extended attributes of filesystem objects setfattr libattr Library to manage extended attributes on filesystem objects libattr