~ubuntu-core-doc/help.ubuntu.com/help.ubuntu.com

« back to all changes in this revision

Viewing changes to 21.10/ubuntu-help/addremove-remove.html.ro

  • Committer: Doug Smythies
  • Date: 2021-08-28 05:43:15 UTC
  • Revision ID: dsmythies@telus.net-20210828054315-nm8purlx1kmfsn4b
add 21.10 desktop help preliminary

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
 
2
<html lang=ro>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>
 
6
    Remove an application
 
7
  </title>
 
8
<link rel="stylesheet" type="text/css" href="ro.css">
 
9
<script type="text/javascript" src="highlight.pack.js"></script><script>
 
10
document.addEventListener('DOMContentLoaded', function() {
 
11
  var matches = document.querySelectorAll('code.syntax')
 
12
  for (var i = 0; i < matches.length; i++) {
 
13
    hljs.highlightBlock(matches[i]);
 
14
  }
 
15
}, false);</script><script type="text/javascript" src="yelp.js"></script>
 
16
</head>
 
17
<body id="home">
 
18
<script src="https://ssl.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">
 
19
        _uacct = "UA-1018242-8";
 
20
        urchinTracker();
 
21
      </script><script>
 
22
      function englishPageVersion() {
 
23
 
 
24
        var href = window.location.href;
 
25
        if (href.slice(-1) == "/") {
 
26
                window.location = "index.html.en";
 
27
        } else {
 
28
                window.location = href.replace(/\.html.*/, ".html.en");
 
29
        }
 
30
         return false;
 
31
      }
 
32
 
 
33
      function browserPreferredLanguage() {
 
34
        var href = window.location.href;
 
35
        if (href.slice(-1) == "/") {
 
36
                window.location = href;
 
37
        } else {
 
38
                window.location = href.replace(/\.html.*/, ".html");
 
39
        }
 
40
        return false;
 
41
      }
 
42
      </script><div id="container">
 
43
<div id="container-inner">
 
44
<div id="mothership"><ul>
 
45
<li><a href="https://partners.ubuntu.com">Partners</a></li>
 
46
<li><a href="https://www.ubuntu.com/support/community-support">Support</a></li>
 
47
<li><a href="https://community.ubuntu.com">Community</a></li>
 
48
<li><a href="https://www.ubuntu.com">Ubuntu.com</a></li>
 
49
</ul></div>
 
50
<div id="header">
 
51
<h1 id="ubuntu-header"><a href="https://help.ubuntu.com/">Ubuntu Documentation</a></h1>
 
52
<ul id="main-menu">
 
53
<li><a class="main-menu-item current" href="../../">Official Documentation</a></li>
 
54
<li><a href="https://help.ubuntu.com/community/CommunityHelpWiki">Community Help Wiki</a></li>
 
55
<li><a href="https://community.ubuntu.com/t/contribute/26">Contribute</a></li>
 
56
</ul>
 
57
</div>
 
58
<div id="menu-search"><div id="search-box">
 
59
<noscript><form action="https://www.google.com/cse" id="cse-search-box"><div>
 
60
<input type="hidden" name="cx" value="003883529982892832976:e2vwumte3fq"><input type="hidden" name="ie" value="UTF-8"><input type="text" name="q" size="21"><input type="submit" name="sa" value="Search">
 
61
</div></form></noscript>
 
62
<script>
 
63
                document.write('<form action="../../search.html" id="cse-search-box">');
 
64
                document.write('  <div>');
 
65
                document.write('    <input type="hidden" name="cof" value="FORID:9">');
 
66
                document.write('    <input type="hidden" name="cx" value="003883529982892832976:e2vwumte3fq">');
 
67
                document.write('    <input type="hidden" name="ie" value="UTF-8">');
 
68
                document.write('    <input type="text" name="q" size="21">');
 
69
                document.write('    <input type="submit" name="sa" value="Search">');
 
70
                document.write('  </div>');
 
71
                document.write('</form>');
 
72
              </script>
 
73
</div></div>
 
74
<div class="trails" role="navigation"><div class="trail">
 
75
<span style="color: #333">Ubuntu 21.10</span> » <a class="trail" href="index.html.ro" title="Ubuntu Desktop Guide"><span class="media"><span class="media media-image"><img src="figures/ubuntu-logo.png" height="16" width="16" class="media media-inline" alt="Help"></span></span> Ubuntu Desktop Guide</a> » <a class="trail" href="addremove.html.ro" title="Install &amp; remove software">Add/remove software</a> » </div></div>
 
76
<div id="cwt-content" class="clearfix content-area"><div id="page">
 
77
<div id="content">
 
78
<div class="hgroup pagewide"><h1 class="title"><span class="title">
 
79
    Remove an application
 
80
  </span></h1></div>
 
81
<div class="region">
 
82
<div class="contents pagewide">
 
83
<p class="p">An application is software that has a graphical user interface (GUI).
 
84
    You can use <span class="app">Ubuntu Software</span> to remove applications that you 
 
85
    no longer use.</p>
 
86
<p class="p">Applications are available in two formats: snap packages and Debian packages. 
 
87
   An application available as a snap package is from now on referred to as a <span class="em">snap</span>.
 
88
   Some applications are available in both formats. In such a case in
 
89
   <span class="app">Ubuntu Software</span> the snap will be listed first.</p>
 
90
<p class="p">You may also wish to remove software that does not have a GUI.
 
91
    To remove such software, you can use
 
92
    <span class="link"><a href="addremove-install-synaptic.html.ro" title="Use Synaptic for more advanced software management">Synaptic</a></span>. Note that <span class="app">Synaptic</span> does not list snaps.
 
93
  </p>
 
94
<p class="p">To remove an application:</p>
 
95
<div class="steps"><div class="inner"><div class="region"><ol class="steps">
 
96
<li class="steps"><p class="p">
 
97
        Click the <span class="app">Ubuntu Software</span> icon in the <span class="gui">Dock</span>, or search
 
98
        for <span class="input">Software</span> in the <span class="em">Activities</span> search bar.
 
99
      </p></li>
 
100
<li class="steps"><p class="p">
 
101
        When <span class="app">Ubuntu Software</span> opens, click the <span class="gui">Installed</span> button at 
 
102
        the top.
 
103
      </p></li>
 
104
<li class="steps"><p class="p">
 
105
        Find the application that you want to remove by using the search box or 
 
106
        by looking through the list of installed applications.
 
107
      </p></li>
 
108
<li class="steps"><p class="p">
 
109
        Select the application and click <span class="gui">Remove</span>.
 
110
      </p></li>
 
111
<li class="steps"><p class="p">
 
112
        Confirm that you want to remove the application.
 
113
      </p></li>
 
114
<li class="steps"><p class="p">
 
115
        You will be asked to authenticate by entering your password.
 
116
        After you have done that, the application will be removed.
 
117
      </p></li>
 
118
</ol></div></div></div>
 
119
<div class="note" title="Notă">
 
120
<svg width="24" height="24" version="1.1">
 
121
 <path class="yelp-svg-fill" d="m4 3h16c0.554 0 1 0.446 1 1v11h-6v6h-11c-0.554 0-1-0.446-1-1v-16c0-0.554 0.446-1 1-1z"></path>
 
122
 <path class="yelp-svg-fill" d="m17 16h4l-5 5v-4c0-0.554 0.446-1 1-1z"></path>
 
123
</svg><div class="inner"><div class="region"><div class="contents"><p class="p">
 
124
      Some applications depend on other applications to work properly. If you 
 
125
      try to remove an application that is needed by another application, both 
 
126
      will be removed. You will be asked to confirm whether you want this to 
 
127
      happen before the applications are removed.
 
128
    </p></div></div></div>
 
129
</div>
 
130
</div>
 
131
<section class="links" role="navigation"><div class="inner">
 
132
<div class="hgroup pagewide"></div>
 
133
<div class="contents pagewide">
 
134
<div class="links guidelinks"><div class="inner">
 
135
<div class="title"><h2><span class="title">Mai multe informații</span></h2></div>
 
136
<div class="region"><ul><li class="links ">
 
137
<a href="addremove.html.ro" title="Install &amp; remove software">Install &amp; remove software</a><span class="desc"> — Add and remove applications and other software. Handle
 
138
    additional software repositories.</span>
 
139
</li></ul></div>
 
140
</div></div>
 
141
<div class="links seealsolinks"><div class="inner">
 
142
<div class="title"><h2><span class="title">Vezi și</span></h2></div>
 
143
<div class="region"><ul>
 
144
<li class="links ">
 
145
<a href="addremove-install.html.ro" title="Install additional applications">
 
146
    Install additional applications
 
147
  </a><span class="desc"> — 
 
148
      Use <span class="app">Ubuntu Software</span> to install additional applications and make Ubuntu more 
 
149
      useful.
 
150
    </span>
 
151
</li>
 
152
<li class="links ">
 
153
<a href="addremove-install-synaptic.html.ro" title="Use Synaptic for more advanced software management">
 
154
    Use Synaptic for more advanced software management
 
155
  </a><span class="desc"> — 
 
156
      Synaptic is a powerful but complicated software management alternative to 
 
157
      <span class="app">Ubuntu Software</span>.
 
158
    </span>
 
159
</li>
 
160
</ul></div>
 
161
</div></div>
 
162
</div>
 
163
</div></section>
 
164
</div>
 
165
<div class="clear"></div>
 
166
</div>
 
167
<div id="pagebottom"></div>
 
168
</div></div>
 
169
</div>
 
170
<div id="footer">
 
171
<p style="padding-bottom: 0.4em">You can choose the <b>displayed language</b> by adding a language suffix to the web address so it ends with e.g. <tt>.html.en</tt> or <tt>.html.de</tt>.<br>
 
172
          If the web address has no language suffix, the preferred language specified in your web browser's settings is used. For your convenience:<br>
 
173
 
 
174
          [ <a title="English page version" href="#" onClick="englishPageVersion();">Change to English Language</a> | 
 
175
          <a title="Language selected by browser" href="#" onClick="browserPreferredLanguage()">Change to Browser's Preferred Language</a> ]</p>
 
176
<p>The material in this document is available under a free license, see <a href="../../legal.html">Legal</a> for details.<br>
 
177
          For information on contributing see the <a href="https://wiki.ubuntu.com/DocumentationTeam">Ubuntu Documentation Team wiki page</a>.
 
178
          To report errors in this documentation, <a href="https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs">file a bug</a>.</p>
 
179
</div>
 
180
</div>
 
181
</body>
 
182
</html>