Changeset dd2be3b in git


Ignore:
Timestamp:
Mar 21, 2002, 5:19:16 PM (21 years ago)
Author:
Mathias Schulze <mschulze@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
59ae1aa360a3b000570684099ba58f4ab87bf691
Parents:
91fc5ef6793434c854736648be840a3d14e17c1b
Message:
*mschulze: GMG-changes...


git-svn-id: file:///usr/local/Singular/svn/trunk@6023 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/INSTALL_rpm.texi

    r91fc5e rdd2be3b  
    11@comment -*-texinfo-*-
    2 @comment $Id: INSTALL_rpm.texi,v 1.3 2002-03-12 14:57:41 mschulze Exp $
     2@comment $Id: INSTALL_rpm.texi,v 1.4 2002-03-21 16:19:16 mschulze Exp $
    33@c FILE: INSTALL_rpm.texi
    44@c PURPOSE: Installation instruction for Singular on RPM based Linux systems
     
    1515@sc{rpm} is a powerful package manager, which can be used to build, install, query, verify, update, and erase individual software packages.
    1616@sc{Singular} can be installed on an @sc{rpm} based @sc{Linux} system.
     17The installation of @sc{Singular} on a general @sc{Unix} system is described in @code{INSTALL_unix}.
    1718
    1819@heading @sc{Singular} @sc{rpm} packages
     
    5455This program may be freely redistributed under the terms of the GNU GPL
    5556
    56 Usage: rpm {--help}
    57        rpm {--version}
     57Usage: rpm @{--help@}
     58       rpm @{--version@}
    5859@end smallexample
    5960@item
     
    7677@heading Installation of @sc{Singular} @sc{rpm} packages
    7778
     79In the following, we describe how to install @sc{Singular} using the @sc{rpm} command line tool @code{rpm}.
     80Alternatively, you can use a graphical @sc{rpm} frontend like e.g. @code{kpackage} under @sc{kde}.
     81
    7882@enumerate
    7983@item
    80 The installation requires about 18MB of free disk space under @code{/opt}.
     84The installation requires about 20MB of free disk space under @code{/opt}.
    8185You can check the free disk space by typing
    8286@smallexample
    83 df
     87df -h
    8488@end smallexample
    8589in a command shell.
     
    9296@end smallexample
    9397in a command shell.
     98
    9499This requires several shared libraries.
    95100If these are not present in your system, @code{rpm} will give an error report.
     
    113118@end smallexample
    114119in a command shell.
    115 In the first case, you type
     120In the first case (@code{/opt/kde}), you type
    116121@smallexample
    117122rpm -ivh Singular-kde-redhat-@value{RPM_VERSION}-1.noarch.rpm
    118123@end smallexample
    119 and in the second case
     124and, in the second case (@code{/usr/share}),
    120125@smallexample
    121126rpm -ivh Singular-kde-suse-@value{RPM_VERSION}-1.noarch.rpm
Note: See TracChangeset for help on using the changeset viewer.