home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 15 / boot-disc-1997-11.iso / Debian / README.txt < prev   
Text File  |  1997-09-15  |  2KB  |  59 lines

  1. This is Debian GNU/Linux 1.3.
  2.  
  3. This file gives installation instructions and upgrade instructions.
  4. It was last updated on July 29, 1997.
  5.  
  6.  
  7. --- Installing a new System.
  8.  
  9. Installation instructions can be found in ftp:disks-i386/current/install.html
  10. (read with your web browser) or disks-i386/current/install.txt (plain text).
  11.  
  12.  
  13. --- Upgrading from earlier versions of Debian.
  14.  
  15. You can upgrade automatically via FTP or from CD or disk.  With this
  16. release, it is very important to upgrade our "dpkg" package tool
  17. before you upgrade other packages.  To do this, change into the
  18. stable/binary-i386/base directory on your CD, or use FTP or some other
  19. means to get the ".deb" files mentioned below.  Then as root, run
  20. these commands:
  21.  
  22.     dpkg --clear-avail
  23.     dpkg --install ldso_*.deb
  24.     dpkg --install libc5_*.deb
  25.     dpkg --install dpkg_*.deb dpkg-ftp_*.deb
  26.     dpkg --purge --force-depends texbin
  27.  
  28. You will now be able to upgrade the entire system automatically using
  29. our "dselect" tool.  If you are connected to the Internet you will not
  30. need to retrieve any other files manually.  "dselect" will
  31. automatically retrieve and install the rest of Debian 1.3 for you.
  32.  
  33. If you upgrade from Debian 1.1 or earlier on a system where Debian 1.2
  34. has never been installed, you can expect to run dselect about 4 times
  35. to complete the installation.  There will be a number of error
  36. messages leading to termination of "dselect", but these are an
  37. artifacts of the package order and your skipped upgrade to 1.3, and
  38. can be safely ignored.
  39.  
  40.  
  41. --- Updates to version 1.3.0
  42.  
  43. As the need arises, we will update packages in Debian 1.3.0 and
  44. increment the last digit in the version number.  There will always be
  45. a symbolic link, Debian-1.3.x, in the top level indicating the latest
  46. version.  The first line in the file ChangeLog also gives the latest
  47. version.
  48.  
  49. The file ChangeLog lists all changes to Debian 1.3 - the updated files
  50. and the reasons for the change.  The simplest way to upgrade is to use
  51. the ftp method of dpkg to fetch the updated packages automatically.
  52. If you wish to download the new files by hand, simply extract them
  53. from the ChangeLog with this command:
  54.      sed -ne '/^stable/p' ChangeLog
  55.  
  56. The directory ../bo-updates contains potential fixes to 1.3, files
  57. that may become part of the next version of 1.3.  They are placed
  58. there so that they may be well tested before final inclusion.
  59.