Gnumeric-1.12.55

Introduction to Gnumeric

The Gnumeric package contains a spreadsheet program which is useful for mathematical analysis.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.

Package Information

Gnumeric Dependencies

Required

GOffice-0.10.55 and itstool-2.0.7

Recommended Runtime

Optional

DConf-0.40.0 (to prevent some test failures), gobject-introspection-1.76.1, PyGObject-3.44.1, Valgrind-3.21.0 (for some tests), dblatex (for PDF docs), libgda, Mono, pxlib, and Psiconv

User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gnumeric

Installation of Gnumeric

Install Gnumeric by running the following commands:

./configure --prefix=/usr  &&
make

This package must be installed before the test suite is run.

Now, as the root user:

make install

To run the tests, issue make check. Tests should be run from an active X session, and DConf-0.40.0 should be installed to prevent some failures. Three tests are known to fail related to valgrind.

Command Explanations

--enable-pdfdocs: Use this switch if you have installed dblatex and wish to create PDF docs.

Contents

Installed Programs: gnumeric (symlink), gnumeric-1.12.55, ssconvert, ssdiff, ssgrep, and ssindex
Installed Libraries: libspreadsheet.so
Installed Directories: /usr/include/libspreadsheet-1.12, /usr/lib/gnumeric, /usr/lib/goffice/0.10/plugins/gnumeric, /usr/share/gnumeric, and /usr/share/help/{C,cs,de,es}/gnumeric

Short Descriptions

gnumeric

is a symlink to gnumeric-1.12.55

gnumeric-1.12.55

is GNOME's spreadsheet application

ssconvert

is a command line utility to convert spreadsheet files between various spreadsheet file formats

ssdiff

is a command line utility to compare two spreadsheets

ssgrep

is a command line utility to search spreadsheets for strings

ssindex

is a command line utility to generate index data for spreadsheet files

libspreadsheet.so

contains the gnumeric API functions