Create your own mobile Ubuntu repository with APTonCD

Jack Wallen
Sep 12, 2009
Updated • Feb 13, 2018
Backup, Linux
|
20

How many times have you installed Linux, tweaked it to perfection with various applications, only to have something happen and you have to re-install. Or you get that machine up and running with all the goods and then want to re-create the system on another machine. In either of these situations, the last thing you would want to do is to have to remember all of the applications and then spend the time to download them all again.

Well, there's a handy tool that will take care of all of that for you. The tool is called APTonCD. What this tool does is create a CD with all of the applications you have installed - basically a portable repository. And, with the same tool, you can restore all of the packages on the CD - all from one convenient GUI.

Features

Choose specific packages on your local machine (or choose all).

Download entire repositories.

Burn CD/DVD from within APTonCD.

Create and restore from same GUI.

Auto-selection of dependencies option.

Easy to use.

Installation

The installation is simple:

  1. Open up your Add/Remove Software Application.
  2. Enter "aptoncd" in the search bar (no quotes).
  3. Mark APTonCD for installation.
  4. Click Apply.

Once the installation is complete you can close out the installation tool and get ready to use APTonCD.

Starting and using APTonCD

Figure 1
Figure 1

Once installed APTonCD is found in the Administration sub-menu of the System menu (GNOME desktop). Figure 1 shows the main window for the application. From this window you can either create a new CD or restore from an already existing CD.

To create a new CD click the Create button which will open up another window. In this new window (see Figure 2) the packages will be collected and, eventually, listed out for you. From this listing you can select the packages you want to include on your CD. By default all of the packages are selected.This window will also includ the total size of the completed installation. As you can see (in Figure 2) the total size of my restore CD will be 596 MB (some of the packages are not selected).

Figure 2
Figure 2

If you want to add packages not already on your system you can click the Add drop down and select either Packages or Folder and then navigate to those files/folders. You can also open up Nautilus and drag and drop packages into the APTonCD window.

Once you have selected all of your packages you might want to go to the Edit menu and select "Auto-select Dependencies" to ensure all dependencies are met on your CD. Now it's time to burn. When you're ready click the Burn button which will open up a Disc Properties window (see Figure 3). In this new window you select your medium, the destination for the image file, a file name, and whether or not you want to create a meta-package. The meta-package is one package that

Figure 3
Figure 3

includes all packages on the CD as dependencies. This makes restoration very simple in that all APTonCD has to do is select one package to install.

When you click Apply APTonCD will begin to create the .iso image that you will then burn onto disk using your favorite CD burning software.

When the iso has been created a new window will open asking if you want to burn the CD/DVD. This window will allow you to select that application you want to burn with. If you chose you can click No and burn the CD/DVD later. I have found the burn portion of the APTonCD to be a bit flaky, so I just always burn by open up K3B and burning the image.

Restoring

I would like to say that APTonCD can easily handle the installation of your packages with a simple click of a button. It can not. What APTon CD does is create portable repositories. So you can use the APTonCD restore option to basically add your CD repository for installation.  I have found, however, the best way to install the entirety of the packages is with the tried and true command line. This allows you to quickly get all of your packages installed with a couple of easy commands. What you will want to do is this:

  1. Insert your CD/DVD created by APTonCD.
  2. Open up a command line.
  3. Change to the directory where you CD is located with the command cd /media/cdrom (Note: Your CD might be located in a different directory).
  4. Change into the packages directory with the command cd packages.
  5. Issue the command sudo dpkg -i *debwhich will install all packages on the CD.
  6. After the installation is complete you MIGHT have to use Syanptic in the event their are broken packages.

Close out the command prompt and check your Applications menu, you should be good to go.

Final thoughts

I hope that the developers of APTonCD will some day make it much easier to restore from the GUI. But even with the inconvenience of having to use the command line for quick restoration, APTonCD is a very handy tool.

Summary
Create your own mobile Ubuntu repository with APTonCD
Article Name
Create your own mobile Ubuntu repository with APTonCD
Description
APTonCD creates a CD with all of the applications you have installed - basically a portable repository. And, with the same tool, you can restore all of the packages on the CD - all from one convenient GUI.
Author
Publisher
Ghacks Technology News
Logo
Advertisement

Tutorials & Tips


Previous Post: «
Next Post: «

Comments

  1. Claude LaFrenière said on September 14, 2012 at 5:52 pm
    Reply

    Hi Martin Brinkmann :)

    In my Windows 7 this is already done in the Task Scheduler by the default installation… The command line is:

    %windir%\system32\rundll32.exe /d srrstr.dll,ExecuteScheduledSPPCreation

    :)

    1. Martin Brinkmann said on September 14, 2012 at 6:22 pm
      Reply

      Thanks for posting that, easier than my way. Have not tried it yet though but will. Wonder why I do not have it.

    2. ilev said on September 14, 2012 at 8:31 pm
      Reply

      I have it as well but it was configured to run only when the PC is idle.

      Task Scheduler > Task Scheduler Library > Microsoft > Windows > System Restore.
      There are 2 triggers : at 00:00 every day, at startup.

      1. Rich said on September 15, 2012 at 4:07 am
        Reply

        Much easier and simpler method is at tweaking.com Registry Backup. It runs at startup and invokes VSS to copy registry and keeps last 30 days for restores. Can be invoked within MSFT Recovery Console so better suited to non-boot situations. No authority issues either.

  2. Michael said on September 16, 2012 at 4:57 am
    Reply

    My task scheduler is also configured this way. But it doesn’t work. My system does NOT make a restore point every time it boots. Its typically not running at midnight.

  3. Achilles Khalil said on September 16, 2012 at 6:57 am
    Reply

    Hi this is achilles Seo Expert and website designer and developer. I am here to tell you if need help or need any seo expert contact me I can design any kind of site for any country and Optimize with search engin also can bring your site at TOP. Please feel free to contact me. Whoever your work is great awesome. Be Happy.

  4. Frantic said on September 16, 2012 at 10:33 pm
    Reply

    How is this done in Windows XP, I wonder?

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.