File-Roller-3.16.4

Introduction to File Roller

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.8 platform.

[Note]

Note

File Roller is only a graphical interface to archiving utilities such as tar and zip.

Package Information

File Roller Dependencies

Required

GTK+-3.16.6 and Itstool-2.0.2

Recommended

Optional (Runtime)

UnRar-5.3.3, UnZip-6.0, and Zip-3.0

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/file-roller

Installation of 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

Command Explanations

--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.

Contents

Installed Program: file-roller
Installed Libraries: /usr/lib/nautilus/extensions-3.0/libnautilus-fileroller.so
Installed Directories: /usr/{libexec,share{,/help/*}}/file-roller

Short Descriptions

file-roller

is an archive manager for GNOME.

Last updated on 2015-09-27 13:40:33 -0700