OnWorks Linux and Windows Online WorkStations

Logo

Free Hosting Online for WorkStations

< Previous | Contents | Next >

The utility used by the Ubuntu installer, and recognized as the official way to install an Ubuntu base system, is debootstrap. It uses wget and ar, but otherwise depends only on /bin/sh and basic Unix/Linux tools2. Install wget and ar if they aren’t already on your current system, then download and install debootstrap. If these steps are executed under Ubuntu you can simply do this by apt install debootstrap.

If you have an RPM (Red Hat Package Manager) based system, you can use alien, which is available in the Debian repositories, to convert the .deb file to a useable .rpm file.

Or, you can use the following procedure to install it manually. Make a work folder for extracting the

.deb into:


# mkdir work

# cd work


The debootstrap binary is located in the Ubuntu archive (be sure to select the proper file for your architecture). Download the debootstrap .deb from the pool (http://ports.ubuntu.com/ubuntu-ports/pool/main/d/debootstrap/), copy the package to the work folder, and extract the files from it. You will need to have root privileges to install the files.


# ar -x debootstrap_0.X.X_all.deb

# cd /

# zcat /full-path-to-work/work/data.tar.gz | tar xv


D.4.3. Run debootstrap

Top OS Cloud Computing at OnWorks: