Red Hat Installation
Auf den PCs der RBI laufen bis auf wenige Ausnahmen Red Hat Distributionen. Derzeit steht allen Benutzern RedHat 7.0 zur Verfügung, demnächst werden die ersten Rechner mit RedHat 7.1 ausgerüstet, die anderen PCs werden nach und nach folgen. Da es unmöglich ist, alle unter RedHat installierten Programme aufzuführen, folgt hier eine kleine Anleitung, wie jeder User dies selbst herausfinden kann. Sollten unbedingt benötigte Programme fehlen, bitte Christine oder Ernst eine Mail schicken oder direkt in Raum 011 Bescheid sagen.user@hostname:directory $ rpm -qa | less
chkconfig-1.2.16-1
bash-2.04-11
logrotate-3.5.2-1
arpwatch-2.1a4-29
at-3.1.8-12
authconfig-4.0.16-4
awesfx-0.4.3a-7
binutils-2.10.0.18-1
bzip2-1.0.1-3
cdp-0.33-19
XFree86-libs-4.0.1-1
words-2-16
glib-1.2.8-4
compat-egcs-6.2-1.1.2.9
...
user@hostname:directory $ rpm -qai | less
Name : chkconfig Relocations: (not relocateable)
Version : 1.2.16 Vendor: Red Hat, Inc.
Release : 1 Build Date: Wed 30 Aug 2000 11:36:51 PM CEST
Install date: Tue 20 Feb 2001 12:29:26 PM CET Build Host: porky.devel.redhat.com
Group : System Environment/Base Source RPM: chkconfig-1.2.16-1.src.rpm
Size : 128905 License: GPL
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Summary : A system tool for maintaining the /etc/rc*.d hierarchy.
Description :
Chkconfig is a basic system utility. It updates and queries runlevel
information for system services. Chkconfig manipulates the numerous
symbolic links in /etc/rc.d, to relieve system administrators of some
of the drudgery of manually editing the symbolic links.
Name : bash Relocations: /usr
Version : 2.04 Vendor: Red Hat, Inc.
Release : 11 Build Date: Tue 22 Aug 2000 06:46:22 PM CEST
Install date: Tue 20 Feb 2001 12:29:29 PM CET Build Host: porky.devel.redhat.com
Group : System Environment/Shells Source RPM: bash-2.04-11.src.rpm
Size : 1216755 License: GPL
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Summary : The GNU Bourne Again shell (bash) version 2.04.
Description :
The GNU Bourne Again shell (Bash) is a shell or command language
interpreter that is compatible with the Bourne shell (sh). Bash
incorporates useful features from the Korn shell (ksh) and the C shell
(csh). Most sh scripts can be run by bash without modification. This
package (bash) contains bash version 2.04, which improves POSIX
compliance over previous versions. However, many old shell scripts
will depend upon the behavior of bash 1.14, which is included in the
bash1 package. Bash is the default shell for Red Hat Linux. It is
popular and powerful, and you'll probably end up using it.
Documentation for bash version 2.04 is contained in the bash-doc
package.
Name : logrotate Relocations: (not relocateable)
...
user@hostname:directory $ rpm -qail | less
Name : chkconfig Relocations: (not relocateable)
Version : 1.2.16 Vendor: Red Hat, Inc.
Release : 1 Build Date: Wed 30 Aug 2000 11:36:51 PM CEST
Install date: Tue 20 Feb 2001 12:29:26 PM CET Build Host: porky.devel.redhat.com
Group : System Environment/Base Source RPM: chkconfig-1.2.16-1.src.rpm
Size : 128905 License: GPL
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Summary : A system tool for maintaining the /etc/rc*.d hierarchy.
Description :
Chkconfig is a basic system utility. It updates and queries runlevel
information for system services. Chkconfig manipulates the numerous
symbolic links in /etc/rc.d, to relieve system administrators of some
of the drudgery of manually editing the symbolic links.
/etc/init.d
/etc/rc.d/init.d
/etc/rc.d/rc0.d
/etc/rc.d/rc1.d
/etc/rc.d/rc2.d
/etc/rc.d/rc3.d
/etc/rc.d/rc4.d
/etc/rc.d/rc5.d
/etc/rc.d/rc6.d
/etc/rc0.d
/etc/rc1.d
/etc/rc2.d
/etc/rc3.d
/etc/rc4.d
/etc/rc5.d
/etc/rc6.d
/sbin/chkconfig
/usr/share/locale/cs/LC_MESSAGES/chkconfig.mo
/usr/share/locale/da/LC_MESSAGES/chkconfig.mo
/usr/share/locale/de/LC_MESSAGES/chkconfig.mo
/usr/share/locale/es/LC_MESSAGES/chkconfig.mo
/usr/share/locale/fi/LC_MESSAGES/chkconfig.mo
/usr/share/locale/fr/LC_MESSAGES/chkconfig.mo
/usr/share/locale/gl/LC_MESSAGES/chkconfig.mo
...