How to Install xfslibs-dev in Ubuntu 18.04



Install xfslibs-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install xfslibs-dev

Description:

XFS filesystem-specific static libraries and headers

xfslibs-dev contains the libraries and header files needed to develop XFS filesystem-specific programs. . XFS is a high performance journaling filesystem which originated on the SGI IRIX platform. It is completely multi-threaded, can support large files and large filesystems, extended attributes, variable block sizes, is extent based, and makes extensive use of Btrees (directories, extents, free space) to aid both performance and scalability. . Refer to the documentation at http://xfs.org/ for complete details.

Homepage: http://xfs.org/

Version: 4.9.0+nmu1ubuntu2

Section: libdevel