home *** CD-ROM | disk | FTP | other *** search
/ Dream 46 / Amiga_Dream_46.iso / bo / disks-i386 / 1997-05-30 / Upgrading < prev    next >
Text File  |  1997-06-03  |  1KB  |  34 lines

  1. One of Debian's key features is its upgrade mechanism. So one can
  2. upgrade an older Debian system without reinstalling everything. We
  3. wanted to make this upgrade procedure as smooth as possible, but some
  4. special precautions still are reuired.
  5.  
  6. To upgrade from 1.1 or 1.2 make sure to install the following, by hand
  7. after first clearing the available file as follows:
  8.  
  9.     dpkg --clear-avail
  10.     dpkg -i ldso<version>.deb
  11.     dpkg -i libc5<version>.deb
  12.     dpkg -i dpkg<version>.deb
  13.     dpkg --purge --force-depends texbin
  14.     dselect
  15.  
  16. Any move from a previous release version will REQUIRE the upgrade of dpkg
  17. before additional packages can be upgraded. This is because of the fact
  18. that dpkg didn't work with epochs (a method of reseting version numbering)
  19. and the version in this release can deal with them. Dpkg depends on libc5
  20. and it is always a good idea to upgrade ldso before any other package.
  21.  
  22. Once the dselect phase has begun the user must be prepaired to run install
  23. "many" times to resolve the dependency conflicts. When I did a standard
  24. upgrade of the 1.1.13 release to 1.3, Install had to be run four times
  25. before all packages upgraded. Although this process generates lots of
  26. errors they should, for the most part, be totally ignored, as they are
  27. artifacts of package order during the install phase.
  28.  
  29. The above facts need to be heavily advertised on debian-user during the
  30. following weeks. Feel free to redistribute the above information whenever
  31. you wish to answer these questions for others.
  32.  
  33.  
  34.