Header Banner
WonderHowTo Logo
WonderHowTo
Operating Systems
wonderhowto.mark.png
Gadget Hacks Next Reality Food Hacks Null Byte The Secret Yumiverse Invisiverse Macgyverisms Mind Hacks Mad Science Lock Picking Driverless

How to Install Ubuntu Programs Offline with APTonCD

May 6, 2011 12:09 PM

The Ubuntu experience has improved greatly with version 10.04, providing an easy-to-use interface. Especially when it comes to installing programs. However, it still relies on an online internet connection for installing additional software.

Well, not anymore. You can collect those Debian-based packages, compile, and burn them onto a CD. All you need to do is to install APTonCD.

This saves you time downloading the programs you want and is extremely useful if you don't have an internet connection.

There are two ways to create a pre-compiled .deb package installer using APTonCD:

  • Option 1

    Using a computer with Ubuntu 10.04 installed. Use the Ubuntu Software Center (or via Synaptic Package Manager) to install all the applications you want, including APTonCD. Then create a Debian package installer CD or DVD.
  • Option 2

    Create a persistent Ubuntu USB flash drive and install all the .deb software, including APTonCD. Use APTonCD to create a Debian package installer CD or DVD.

Creating a CD or DVD Debian Package Installer

Find APTonCD

Go to System > Administration > APTonCD.

Linux operating system desktop with application menu and a penguin mascot.

Create ISO

Click Create to make an ISO image.

Welcome screen for an application with "Cancel" and "Submit" buttons.

Add Packages

To select your .deb packages, choose Add Packages (it will automatically load packages already on your system).

Or you can select a different folder.

Tips

  • Make sure auto-select dependencies is checked.
  • Downloaded .deb packages can be found at Computer\File System\var\cache\apt\archives.

Installation dialog displaying a list of available software packages and options.

Start Burning

Select the Burn button.

ISO Settings

Select your ISO format (DVD or CD), destination folder, and image file name.

Click Apply.

Software installation process on a Linux operating system.

Burn to Disc

After the ISO is created, you can burn it onto a CD or DVD.

Restoring a Program Using the CD or DVD

Restore

In APTonCD, choose Restore.

Welcome screen of the APT-based operating system installation.

Select Disc

Load and select the CD or DVD.

Installation interface with a blank selection area and a "Continue" button.

Select a desktop or window manager during installation.

Auto-select Dependencies

Make sure to check Auto-select dependencies.

Alternative text for a software menu highlighting an "Auto-select dependencies" option.

Select Programs

Now, select all of the programs you want to install.

Software package management interface on a Linux operating system.

Restore

Click the Restore button. This will copy and store programs on your APT cache folder.



From here it gets a bit tricky; you'll need to use the command line terminal. Type:

cd /var/cache/apt/archives

Press enter. Next, type:

sudo dpkg -i *.deb

Then enter your password. After it finishes installing, close the terminal and browse your installed applications.

Terminal window open on a Linux desktop background featuring a Think Linux logo.

Tip

  • You can delete downloaded packages after installing by typing sudo apt-get clean on the command line terminal.
  • Install one program at a time and make sure auto-dependencies is checked to avoid broken links.
  • In my other blog "How to Remaster Ubuntu 10.04 Lucid Lynx with Remastersys, " I've posted a customized ubuntu linux distro. It comes with applications already pre-installed and it's free to download.

You already know how to use your phone. With Gadget Hacks' newsletter, we'll show you how to master it. Each week, we explore features, hidden tools, and advanced settings that give you more control over iOS and Android than most users even know exists.

Sign up for Gadget Hacks Weekly and start unlocking your phone's full potential.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!