|
autoup.sh: Automating Linux upgrades with apt-get |
|
|
apt-get is not just for Debian .deb packages anymore. A new version now supports Red Hat's rpm package format.
One could simply execute an anonymous ftp call to a Debian archive, then peruse the directories until he finds the desired file, and then fetch it, and finally install it using dpkg. Note that dpkg will install upgrade files in place, even on a running system. Sometimes, a revised package will require the installation of a newly revised version of another package, in which case the installation will fail until/unless the other package is installed.
Many people find this approach much too time-consuming, since Debian evolves so quickly -- typically, a dozen or more new packages are uploaded every week. This number is larger just before a new major release. To deal with this avalanche, many people prefer to use a more automated method. Several different packages are available for this purpose:
| | |
| |
|
| | read more | mail this link | score:0 | -Ray, July 1, 2001 (Updated: June 8, 2003) |
| |
|
More Software articles... |
|
|