Merge lp:~skellat/xubuntu-docs/xubuntu-docs into lp:xubuntu-docs/raring

Proposed by Stephen Michael Kellat
Status: Merged
Merged at revision: 19
Proposed branch: lp:~skellat/xubuntu-docs/xubuntu-docs
Merge into: lp:xubuntu-docs/raring
Diff against target: 121 lines (+43/-8)
7 files modified
debian/changelog (+1/-0)
desktop-guide/C/command-line.xml (+1/-1)
desktop-guide/C/guide-keeping-safe.xml (+1/-1)
desktop-guide/C/index.xml (+1/-0)
desktop-guide/C/managing-applications.xml (+3/-5)
desktop-guide/C/migrating-upgrading.xml (+1/-1)
desktop-guide/C/offline-packages.xml (+35/-0)
To merge this branch: bzr merge lp:~skellat/xubuntu-docs/xubuntu-docs
Reviewer Review Type Date Requested Status
Elizabeth K. Joseph (community) Approve
Pasi Lallinaho (community) Approve
Review via email: mp+154212@code.launchpad.net

Description of the change

1. Added page discussing use of apt-offline
2. Made minor correction to indicate LTS to LTS upgrading
3. Made minor additions to guide-keeping-safe and command-line

To post a comment you must log in.
Revision history for this message
Pasi Lallinaho (knome) wrote :

Approving, but would like a confirmation from Elizabeth before merging.

review: Approve
Revision history for this message
Elizabeth K. Joseph (lyz) :
review: Approve
19. By Pasi Lallinaho

Merging Stephen's new page for offline package management and further language improvements

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-03-19 20:07:38 +0000
3+++ debian/changelog 2013-03-19 21:47:20 +0000
4@@ -2,6 +2,7 @@
5
6 [ Stephen Michael Kellat ]
7 * Bumping to raring
8+ * Created initial page describing use of apt-offline and added additional clean-up
9
10 [ Unit193 ]
11 * Language clean up (make text en-US)
12
13=== modified file 'desktop-guide/C/command-line.xml'
14--- desktop-guide/C/command-line.xml 2013-03-16 22:36:28 +0000
15+++ desktop-guide/C/command-line.xml 2013-03-19 21:47:20 +0000
16@@ -29,7 +29,7 @@
17
18 <note><para>If the program you wish to run as an administrator is graphical, such as the <application>Mousepad</application> text editor, you should use the command <userinput>gksudo</userinput> instead of <application>sudo</application>, even if you are running the application from the command line.</para></note>
19
20- <warning><para>Be careful when using <application>sudo</application>; you might damage your system if you type the wrong command! As a general rule, only use sudo when absolutely necessary. When you use <application>sudo</application> from a terminal, be sure to close it when you have finished!</para></warning>
21+ <warning><para>Be careful when using <application>sudo</application>; you might damage your system if you type the wrong command! As a general rule, only use sudo when absolutely necessary. When you use <application>sudo</application> from a terminal, be sure to either close it when you have finished or type <userinput>exit</userinput> to continue using that terminal with normal access powers.</para></warning>
22
23 <para>For more information on <application>sudo</application>, see the <ulink url="&communitywiki-sudo;">sudo page</ulink> on the Ubuntu community wiki.</para>
24 </section>
25
26=== modified file 'desktop-guide/C/guide-keeping-safe.xml'
27--- desktop-guide/C/guide-keeping-safe.xml 2013-03-16 22:36:28 +0000
28+++ desktop-guide/C/guide-keeping-safe.xml 2013-03-19 21:47:20 +0000
29@@ -148,7 +148,7 @@
30 are not limited to writable CDs and DVDs, external hard disks, USB
31 disks and other computers on the network.</para>
32 <para>A simple way of backing up your files is to manually copy them to a
33- safe location (see above) by using the File Browser. Alternatively, you
34+ safe location (see above) by using the File Browser as well as the <application>file-roller</application> which lets you compress files and pack them together. Alternatively, you
35 can use a dedicated backup application.</para>
36 <tip><para>There are numerous of dedicated backup applications available
37 in the <application>Ubuntu Software Center</application>, including
38
39=== modified file 'desktop-guide/C/index.xml'
40--- desktop-guide/C/index.xml 2012-09-19 19:36:13 +0000
41+++ desktop-guide/C/index.xml 2013-03-19 21:47:20 +0000
42@@ -43,6 +43,7 @@
43 <xi:include href="internet-networks.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
44 <xi:include href="printing-scanning.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
45 <xi:include href="managing-applications.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
46+ <xi:include href="offline-packages.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
47 <xi:include href="guide-keeping-safe.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
48 <xi:include href="hardware-devices.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
49 <xi:include href="administrative-tasks.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
50
51=== modified file 'desktop-guide/C/managing-applications.xml'
52--- desktop-guide/C/managing-applications.xml 2013-03-19 20:07:38 +0000
53+++ desktop-guide/C/managing-applications.xml 2013-03-19 21:47:20 +0000
54@@ -113,11 +113,9 @@
55 <section id="applications-offline-installation">
56 <title>Helpful applications</title>
57
58- <para><application>APTonCD</application> can be used to create a CD that contains all the packages you have on your system, or it can create CDs with packages or entire repositories of your choice. In a package manager, such as <application>Ubuntu Software Center</application>, find the <application>APTonCD</application> package and install it. Further documentation on <application>APTonCD</application> can be found on the <ulink url="&aptoncd-web;">APTonCD website</ulink>.</para>
59-
60- <para>If you have access to a second computer which does have internet access, you can use it along with <application>apt-offline</application> to download the necessary package information from the internet and then transfer that data to the disconnected computer. This is a multi-step process. More information on the procedure can be found on the <ulink url="&communitywiki-installing;">Ubuntu Community Help wiki</ulink>.</para>
61-
62- <para><application>Keryx</application> is a portable, cross-platform package manager for APT-based (Ubuntu, Debian) systems. It provides a graphical interface for gathering updates, packages, and dependencies for offline computers. <application>Keryx</application> is free and open source. Read more about and download <application>Keryx</application> from the <ulink url="&keryx-web;">Keryx website</ulink>.</para>
63+ <para>If you have less than optimal Internet access, <application>apt-offline</application> allows you to use another computer with better access to download packages and check for package updates like security fixes. The other computer can run Xubuntu, another flavor of Ubuntu, or Debian. A graphical interface is available via <application>apt-offline-gui</application> that makes a complicated-looking process easy. All you need is time, patience, and a portable USB storage device. A usage example to learn more about this in <xref linkend="offline-packages"/>.
64+
65+ <para><application>APTonCD</application> lets you copy from the set of packages already downloaded to somebody else's computer to install them to your own and vice versa. In a package manager, such as <application>Ubuntu Software Centre</application>, find the <application>APTonCD</application> package and install it. Further documentation on <application>APTonCD</application> can be found on the <ulink url="&aptoncd-web;">APTonCD website</ulink>.</para>
66 </section>
67 </section>
68
69
70=== modified file 'desktop-guide/C/migrating-upgrading.xml'
71--- desktop-guide/C/migrating-upgrading.xml 2013-03-16 22:36:28 +0000
72+++ desktop-guide/C/migrating-upgrading.xml 2013-03-19 21:47:20 +0000
73@@ -69,7 +69,7 @@
74
75 <para>Upgrades usually take a while to complete. Typically, around 700MB of packages must be downloaded and installed, although the actual figure will depend on how many packages are already installed on your computer.</para>
76
77- <para>You can only upgrade to the latest Xubuntu release if you are running the second most recent release. If you have an older release, you must upgrade to the next release after that, and so on until you are running the most recent version. For example, users of version 9.04 would first have to upgrade to version 9.10 before upgrading to version 10.04. An exception to this rule is with Long Term Support (LTS) releases. You can upgrade directly from the previous LTS release to the current release.</para>
78+ <para>You can only upgrade to the latest Xubuntu release if you are running the second most recent release. If you have an older release, you must upgrade to the next release after that, and so on until you are running the most recent version. For example, users of version 9.04 would first have to upgrade to version 9.10 before upgrading to version 10.04. An exception to this rule is with Long Term Support (LTS) releases. You can upgrade directly from the previous LTS release to the current LTS release.</para>
79 </section>
80
81 <section id="upgrading-to-devel">
82
83=== added file 'desktop-guide/C/offline-packages.xml'
84--- desktop-guide/C/offline-packages.xml 1970-01-01 00:00:00 +0000
85+++ desktop-guide/C/offline-packages.xml 2013-03-19 21:47:20 +0000
86@@ -0,0 +1,35 @@
87+<?xml version="1.0" encoding="UTF-8"?>
88+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
89+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
90+<!ENTITY % xubuntu-ent SYSTEM "../libs/xubuntu.ent">
91+%xubuntu-ent;
92+<!ENTITY % xinclude SYSTEM "../libs/xinclude.mod">
93+%xinclude;
94+<!ENTITY language "&EnglishAmerican;">
95+<!ENTITY language "C">
96+]>
97+<chapter id="offline-packages">
98+ <title>Offline Package Management</title>
99+
100+ <para>The tool <application>apt-offline</application> is available to help keep your computer up to date even if it cannot be kept connected. There are multiple steps involved in the process of doing this. With a USB flash drive available to you, this can be managed.</para>
101+
102+ <section id="offline-repo-update">
103+ <title>Updating Repositories</title>
104+
105+ <para>After plugging in a USB flash drive and opening a terminal, you can use apt-offline to generate a request to update what your computer knows about software repositories. This allows your computer to see if there are bug fixes and/or security updates available to apply to your computer. This also allows you to know if new software is available.</para>
106+
107+ <para>From your disconnected computer you enter this at the command line: <userinput>apt-offline set --update apt-offline.sig</userinput></para>
108+
109+ <para>After that command is done and the <userinput>apt-offline.sig</userinput> is created, copy that to your USB flash drive and take it to another computer. With apt-offline on that computer, you use that file to download what your disconnected computer needs to update itself. Assuming you are in the terminal and in the directory on the flash drive containing <userinput>apt-offline.sig</userinput>, you enter <userinput>apt-offline get --bundle bundle.zip apt-offline.sig</userinput>. Once that command is done, you can remove the USB flash drive and take it back to the disconnected computer.</para>
110+
111+ <para>Back at the disconnected computer, insert the USB flash drive. Assuming you have opened a terminal and have navigated to the directory on the flash drive containing the two files you then enter: <userinput>sudo apt-offline install bundle.zip</userinput>. You will see some program output scroll by and once it completes your repositories will be updated.</para>
112+ </section>
113+
114+ <section id="other-apt-offline-actions">
115+ <title>Other Actions</title>
116+
117+ <para>The graphical tool <application>apt-offline-gui</application> helps you walk through the process for installing applications and upgrading applications while following the same basic steps as shown above.</para>
118+
119+ </section>
120+
121+</chapter>

Subscribers

People subscribed via source and target branches