The lxqt-archiver package is a simple and lightweight desktop-agnostic Qt file archiver.
![[Note]](../images/note.png) 
          Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://github.com/lxqt/lxqt-archiver/releases/download/1.2.0/lxqt-archiver-1.2.0.tar.xz
Download MD5 sum: 28d25248658d735da5a47b71aefeaef5
Download size: 196 KB
Estimated disk space required: 10 MB
Estimated build time: 0.3 SBU
Install lxqt-archiver by running the following commands:
mkdir build &&
cd    build &&
cmake -D CMAKE_BUILD_TYPE=Release  \
      -D CMAKE_INSTALL_PREFIX=/usr \
      ..                           &&
make
        This package does not come with a test suite.
          Now, as the root user:
        
make install