File Roller is an archive manager for GNOME with support for tar, bzip2, gzip, zip, jar, compress, lzop and many other archive formats.
This package is known to build and work properly using an LFS-7.10 platform.
![[Note]](../images/note.png) 
          File Roller is only a graphical interface to archiving utilities such as tar and zip.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/file-roller/3.20/file-roller-3.20.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/file-roller/3.20/file-roller-3.20.3.tar.xz
Download MD5 sum: 3298b64b6ff7a509e0de852fed3ca459
Download size: 1.4 MB
Estimated disk space required: 35 MB
Estimated build time: 0.3 SBU
desktop-file-utils-0.23, JSON-GLib-1.2.2, libarchive-3.2.1, libnotify-0.7.6, and Nautilus-3.20.3
UnRar-5.4.5, UnZip-6.0, and Zip-3.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/file-roller
Install File Roller by running the following commands:
./configure --prefix=/usr         \
            --disable-packagekit  \
            --disable-static &&
make
        This package does not come with a test suite.
          Now, as the root user:
        
make install && chmod -v 0755 /usr/libexec/file-roller/isoinfo.sh
          --disable-packagekit: This switch
          disables use of PackageKit which isn't suitable for BLFS.
        
          --disable-static: This
          switch prevents installation of static versions of the libraries.
        
          --enable-gtk-doc: Use this parameter if
          GTK-Doc is installed and you wish
          to rebuild and install the API documentation.
        
Last updated on 2016-08-29 23:02:26 -0700