~ubuntu-core-doc/xubuntu-docs/xenial

« back to all changes in this revision

Viewing changes to user-docs/C/managing-applications.xml

  • Committer: Pasi Lallinaho
  • Date: 2016-03-22 18:21:24 UTC
  • Revision ID: pasi@shimmerproject.org-20160322182124-n2zwe85iwhav5h9z
Fix some weird and faulty sentences.
Update the translation templates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
        <note><para>You will need administrative access to add and remove software.</para></note>
26
26
 
27
 
        <caution><para>In most cases you can only use one package manager at a time. If you start another package manager while one is already open, you may receive an error message and the second package manager will not function correctly. </para></caution>
 
27
        <caution><para>In most cases you can only use one package manager at a time. If you start another package manager while one is already open, you may receive an error message. In this case it is likely the second package manager will not function correctly.</para></caution>
28
28
 
29
29
        <section id="gnome-software">
30
30
                <title>Using Gnome Software</title>
41
41
                                <listitem><para>A shortcut to your application will added to the Applications menu</para></listitem>
42
42
                        </itemizedlist>
43
43
 
44
 
                        <note><para>To be able to install new software from the repositories, you need to be connected to the Internet.See <xref linkend="offline-packages"/> for information on using apt-offline</para></note>
 
44
                        <note><para>To be able to install new software from the repositories, you need to be connected to the Internet. See <xref linkend="offline-packages"/> for information on using <application>apt-offline</application>.</para></note>
45
45
                </section>
46
46
 
47
47
                <section id="gs-remove">
56
56
 
57
57
                        <caution><para>Some applications depend on others being installed in order to work properly. If you try to remove an application which is needed by another application, both of them will be removed. You will be asked to confirm that this is what you want to happen before the applications are removed.</para></caution>
58
58
 
59
 
                        <note><para>Gnome Software does not remove dependencies installed with a package. To remove the dependencies run <userinput>sudo apt-get autoremove</userinput>. Before agreeing to the command continuing, check that the packages being marked for removal are as expected.</para></note>
 
59
                        <note><para><application>Gnome Software</application> does not remove dependencies installed with a package. To remove the dependencies run <userinput>sudo apt-get autoremove</userinput>. Before agreeing to the command continuing, check that the packages being marked for removal are as expected.</para></note>
60
60
 
61
61
 
62
62
                </section>