Chapter 4. Updating the System and Package Management

Table of Contents

4.1. Updating SUSE LINUX
4.2. Software Changes from Version to Version
4.3. RPM — the Package Manager

Abstract

SUSE LINUX provides the option of updating an existing system without completely reinstalling it. There are two types of updates: updating individual software packages and updating the entire system. Packages can also be installed by hand using the package manager RPM.

4.1. Updating SUSE LINUX

Software tends to “grow” from version to version. Therefore, take a look at the available partition space with df before updating. If you suspect you are running short of disk space, secure your data before updating and repartition your system. There is no general rule of thumb regarding how much space each partition should have. Space requirements depend on your particular partitioning profile, the software selected, and the version numbers of SUSE LINUX.

[Important]Important

Read the README file or, in DOS or Windows, the README.DOS file on the CD. This file contains any changes made after this manual went to print.

4.1.1. Preparations

Before updating, copy the old configuration files to a separate medium, such as streamer, removable hard disk, or ZIP drive, to secure the data. This primarily applies to files stored in /etc as well as some of the directories and files in /var and /opt. You may also want to write the user data in /home (the HOME directories) to a backup medium. Back up this data as root. Only root has read permission for all local files.

Before starting your update, make note of the root partition. The command df / lists the device name of the root partition. In Example 4.1. “List with df -h”, the root partition to write down is /dev/hda2 (mounted as /).

Example 4.1. List with df -h

Filesystem  Size  Used  Avail Use% Mounted on
/dev/hda1   1.9G  189M  1.7G  10%  /dos
/dev/hda2   8.9G  7.1G  1.4G  84%  /
/dev/hda5   9.5G  8.3G  829M  92%  /home

4.1.2. Possible Problems

4.1.2.1. Checking passwd and group in /etc

Before updating the system, make sure /etc/passwd and /etc/group do not contain any syntax errors. For this purpose, start the verification utilities pwck and grpck as root and eliminate any reported errors.

4.1.2.2. PostgreSQL

Before updating PostgreSQL™ (postgres), dump the databases. See the manual page of pg_dump. This is only necessary if you actually used PostgreSQL prior to your update.

4.1.3. Updating with YaST

Following the preparation procedure outlined in 4.1.1. “Preparations”, you can now update your system:

  1. Boot the system as for the installation, described in 1.1. “System Start-up for Installation”. In YaST, choose a language and select Update Existing System. Do not select New Installation.

  2. YaST determines whether there are multiple root partitions. If there is only one, continue with the next step. If there are several, select the right partition and confirm with Next (/dev/hda7 was selected in the example in 4.1.1. “Preparations”). YaST reads the old fstab on this partition to analyze and mount the file systems listed there.

  3. Then you have the possibility to make a backup copy of the system files during the update. This option slows down the update process. Use this option if you do not have a recent system backup.

  4. In the following dialog, either choose to update only the software that is already installed or to add new software components to the system (upgrade mode). It is advisable to accept the suggested composition, for example, Default System. Adjustments can be made later with YaST.

If you encounter difficulties with the automatic hardware detection of YaST, initialize the update from linuxrc. See 3.1. “linuxrc” for information.

4.1.4. Updating Individual Packages

Regardless of your overall updated environment, you can always update individual packages. From this point on, however, it is your responsibility to ensure that your system remains consistent. Update advice can be found at http://www.suse.de/en/support/download/updates/.

Select components from the YaST package selection list according to your needs. If you select a package essential for the overall operation of the system, YaST issues a warning. Such packages should be updated only in the update mode. For example, many packages contain shared libraries. If you update these programs and applications in the running system, things might malfunction.


SUSE LINUX 9.2