File: introduction.xml

package info (click to toggle)
aptoncd 0.1-1.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,572 kB
  • ctags: 544
  • sloc: python: 3,125; xml: 1,216; makefile: 125; sh: 6
file content (66 lines) | stat: -rw-r--r-- 3,486 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<section id="intro">
<title>Introduction</title>
<para> Welcome to the <application>APTonCD</application> Manual!</para>

<para>&aoc; is a simple yet powerful GUI-based tool which allows you to create CD/DVD repositories containing all of the packages that have been previously downloaded via apt-get, aptitude, synaptic and even those that were downloaded manually.</para>

<para>
With &aoc; you can:
<itemizedlist>
	<listitem><para>Create a CD/DVD with all downloaded packages</para></listitem>
	<listitem><para>Backup/restore all packages installed with APT</para></listitem>
	<listitem><para>Install the same packages on other machines without downloading them again</para></listitem>
	<listitem><para>Use the same &aoc; CD/DVD to upgrade many computers</para></listitem>
	<listitem><para>And more to come...</para></listitem>
</itemizedlist>
See <link linkend="about-examples">examples</link> on how &aoc; can typically be used.
</para>

<para>In the "Create APTonCD" feature you can make a CD/DVD with all packages previously downloaded with apt-get, aptitude or synaptic. It uses apt-cache (/var/cache/apt/archives) to scan for packages and makes a repository on one or more CD/DVDs or .iso files.  It also allows for complete on-line repositories to be downloaded and create local repositories that can be used on any PC.</para>
<para>The "Restore APTonCD" functions allow the repository to be used without downloading any of the files again.</para>

<!--
	<sec2><title>Installation and Usage</title>
	<para>&aoc; is available in the Ubuntu Universe repository.  It can be installed on a Ubuntu PC with internet access from  <strong>Applications>Add/Remove</strong> OR from <strong>System>Administration->Synaptic Package Manager'</strong> OR from the command line - open a terminal and type:
	<programlisting>sudo aptitude install aptoncd</programlisting>
	***How to use on a PC without internet access?***</para>
	/sec2>
-->	

	<sec2>
	<title>Running &aoc;</title>
		<para>The &aoc; installation will create a menu shortcut in <menuchoice><guimenu>System</guimenu><guimenuitem>Administration</guimenuitem></menuchoice>. &aoc; will be the first item or will be near the top of the list. Depending on your Ubuntu version. &aoc; may be found on Gnome Control Panel too, at System section.</para>
	</sec2>

	<sec2>
	<title>Command line options</title>
	<para>&aoc; supports pseudo-command line operation. It can be launched from the command line and can be passed command line parameters, but it always runs with a GUI.
	</para>
	
	<para>The following commands are supported:</para>
	<itemizedlist>
	<listitem>
	<para>  -c, --create 		starts aptoncd on create media-repository mode </para>
	</listitem>
	<listitem>
	<para>  -r, --restore 		starts aptoncd on restore media mode </para>
	</listitem>
	<listitem>
	<para>  -i, --restore-iso   	starts aptoncd on restore .iso image mode</para>
	</listitem>
	<listitem>
	<para>-l, --create-from		input an file list to create an aptoncd media mode</para>
	</listitem>
	<listitem>
	<para>      --help		display this help and exit </para>
	</listitem>
	<listitem>
	<para>      --version		output version information and exit" </para>
	</listitem>
	</itemizedlist>
	</sec2>

	<sec2><title>Compatibility</title>
	<para>&aoc; aims to be compatible with debian-based distributions. The focus is Ubuntu, and this version fully support on Dapper, Edgy and Feisty. But also should works fine on Debian Etch and Lenny.</para>
	</sec2>
</section>