OfflineUpdateSpec
Size: 3211
Comment:
|
Size: 3222
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
We need a way to update Ubuntu installations which are not connected to the Internet. In many developing countries most of the people don't have access to the Internet. Though the Ubuntu CD contains many useful applications, they are very ``basic'' in nature and don't contain many useful applications. Also the security updates which are made available by Ubuntu aren't useful to people without Internet. This tool will enable a user to create ``Service Packs'' by downloading updates and required applications with dependencies automatically. Those ''Service Packs'' then can be installed with ease on other machines using this tool. | We need a way to update Ubuntu installations which are not connected to the Internet. In many developing countries most of the people don't have access to the Internet. Though the Ubuntu CD contains many useful applications, they are very ''basic'' in nature and don't contain many useful applications. Also the security updates which are made available by Ubuntu aren't useful to people without Internet. This tool will enable a user to create ''Service Packs'' by downloading updates and required applications with dependencies automatically. Those ''Service Packs'' then can be installed with ease on other machines using this tool. |
Line 30: | Line 30: |
The tool will be written using Python & GTk+. An Ubuntu package will also be made. | The tool will be written using Python,GTk+ & python-apt. An Ubuntu package will also be made. |
Launchpad Entry: None
Created: Date(2006-05-01T07:27:18Z) by BaishampayanGhose
Contributors: BaishampayanGhose
Packages affected: A new package to be created (offline-updater)
Summary
We need a way to update Ubuntu installations which are not connected to the Internet. In many developing countries most of the people don't have access to the Internet. Though the Ubuntu CD contains many useful applications, they are very basic in nature and don't contain many useful applications. Also the security updates which are made available by Ubuntu aren't useful to people without Internet. This tool will enable a user to create Service Packs by downloading updates and required applications with dependencies automatically. Those Service Packs then can be installed with ease on other machines using this tool.
Rationale
The basic difference between Ubuntu and other distributions is that Ubuntu being a single CD distribution, can only put in a limited number of applications in the CD. While it's very easy to install more packages via Synaptic, people who don't have access to Internet find it very difficult to install more packages and updates. Also multiple installations which are not connected to each other have to download and install the same packages multiple times to install them. This not only is sub-optimal, it also wastes a lot of bandwidth.
Use cases
Joe has Ubuntu installed in both University and Home. He wants to install the LAMP stack in his home but he doesn't have Internet connection there. He uses the tool to download and create a Update Pack and takes it home in his USB Thumdrive. He then installs the LAMP stack on his Home machine using the tool.
Jane has multiple PCs in her office which use Ubuntu but are not connected to each other. She wants to install the security updates to all her PCs but doesn't want to download the updates on all the PCs. She uses the tool to create a Service Pack and burns the pack to a CD. She then installs the Service Pack to all her PCs from the CD. She also uses the same CD for updating her PC at Home.
John's mother uses a standalone Ubuntu PC. Each time security updates are released, he creates Service Packs using the tool and mails them on a CD to her.
Scope
- Installation and upgrading of packages
Design
- The tool should calculate the dependencies of the package to be downloaded and download them
It will create an archive from the downloaded packages by using dpkg-scanpackages and create a compressed archive from it
The compressed archive will be used as the Service Pack when installing
- When installing, the tool will first decompress the archive and then will install all the packages in the directory
- Optionally, it should be able to roll-back to a previous state in case some error occurs
Implementation
The tool will be written using Python,GTk+ & python-apt. An Ubuntu package will also be made.
BaishampayanGhose will do the programming
BaishampayanGhose will do the packaging
Comments
OfflineUpdateSpec (last edited 2008-08-06 16:28:23 by localhost)