Changeset dd2be3b in git
- Timestamp:
- Mar 21, 2002, 5:19:16 PM (21 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 59ae1aa360a3b000570684099ba58f4ab87bf691
- Parents:
- 91fc5ef6793434c854736648be840a3d14e17c1b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/INSTALL_rpm.texi
r91fc5e rdd2be3b 1 1 @comment -*-texinfo-*- 2 @comment $Id: INSTALL_rpm.texi,v 1. 3 2002-03-12 14:57:41mschulze Exp $2 @comment $Id: INSTALL_rpm.texi,v 1.4 2002-03-21 16:19:16 mschulze Exp $ 3 3 @c FILE: INSTALL_rpm.texi 4 4 @c PURPOSE: Installation instruction for Singular on RPM based Linux systems … … 15 15 @sc{rpm} is a powerful package manager, which can be used to build, install, query, verify, update, and erase individual software packages. 16 16 @sc{Singular} can be installed on an @sc{rpm} based @sc{Linux} system. 17 The installation of @sc{Singular} on a general @sc{Unix} system is described in @code{INSTALL_unix}. 17 18 18 19 @heading @sc{Singular} @sc{rpm} packages … … 54 55 This program may be freely redistributed under the terms of the GNU GPL 55 56 56 Usage: rpm {--help}57 rpm {--version}57 Usage: rpm @{--help@} 58 rpm @{--version@} 58 59 @end smallexample 59 60 @item … … 76 77 @heading Installation of @sc{Singular} @sc{rpm} packages 77 78 79 In the following, we describe how to install @sc{Singular} using the @sc{rpm} command line tool @code{rpm}. 80 Alternatively, you can use a graphical @sc{rpm} frontend like e.g. @code{kpackage} under @sc{kde}. 81 78 82 @enumerate 79 83 @item 80 The installation requires about 18MB of free disk space under @code{/opt}.84 The installation requires about 20MB of free disk space under @code{/opt}. 81 85 You can check the free disk space by typing 82 86 @smallexample 83 df 87 df -h 84 88 @end smallexample 85 89 in a command shell. … … 92 96 @end smallexample 93 97 in a command shell. 98 94 99 This requires several shared libraries. 95 100 If these are not present in your system, @code{rpm} will give an error report. … … 113 118 @end smallexample 114 119 in a command shell. 115 In the first case , you type120 In the first case (@code{/opt/kde}), you type 116 121 @smallexample 117 122 rpm -ivh Singular-kde-redhat-@value{RPM_VERSION}-1.noarch.rpm 118 123 @end smallexample 119 and in the second case124 and, in the second case (@code{/usr/share}), 120 125 @smallexample 121 126 rpm -ivh Singular-kde-suse-@value{RPM_VERSION}-1.noarch.rpm
Note: See TracChangeset
for help on using the changeset viewer.