RedHat. Enterprise. server.3.as upgrade solution
We can see from the excellent forum that it is very good. It is also suitable for single-host 7.3 8.0 9.0 and enterprise 2. 1
ResendArticleAs follows:
This solution is for non-official upgrade of RedHat. Enterprise. server.3.as users who do not have technical support.
1, first install apt (APT is the software management tool under Debian system, but has been transplanted to RedHat), you can download the RPM package for rhel3 to the http://dag.wieers.com/packages/apt/
2. After APT is installed, modify/etc/APT/sources. List. d/Dag. List.
Add the following two rows:
### Dag apt repository for Red Hat Enterprise Linux 3 (rhel3)
Rpm http://apt.sw.be RedHat/EL3/en/i386 Dag
3. Import the GPG key
Rpm -- import RPM-GPG-KEY.dag.txt
The following two commands are used for upgrade:
Apt-Get update
Apt-Get upgrade
Note: APT-Get update is the database that updates the software package, and apt-Get upgrade is the latest version of your system, of course, you can also use apt-Get install <software Name> to install some software on the server. After following the three steps above, you can upgrade your system, for more information, see http://dag.wieers.com/home-made/apt /.