X11 miscellaneous extensions library. See documentation
- The Core Planners: chef-core-planners@chef.io
Library package
Library packages can be set as runtime or build time dependencies, however they are typically used as buildtime dependencies. See Defining your dependencies for more information.
To add core/libxext as a dependency, you can add one of the following to your plan file.
pkg_build_deps=(core/libxext)
pkg_deps=(core/libxext)
To install this plan, run the following command:
hab pkg install core/libxext
hab pkg install core/libxext
» Installing core/libxext
☁ Determining latest version of core/libxext in the 'stable' channel
→ Found newer installed version (core/libxext/1.3.3/20200923192432) than remote version (core/libxext/1.3.3/20200404200720)
→ Using core/libxext/1.3.3/20200923192432
★ Install of core/libxext/1.3.3/20200923192432 complete with 0 new packages installed.
To view the library files first get the habitat installation directory
hab pkg path core/libxext
/hab/pkgs/core/libxext/1.3.3/20200923192432
Then list the libraries, for example:
ls -1 $(hab pkg path core/libxext)/lib
libXext.a
libXext.la
libXext.so
libXext.so.6
libXext.so.6.4.0
pkgconfig