~ubuntu-branches/ubuntu/trusty/kubuntu-docs/trusty

« back to all changes in this revision

Viewing changes to include

  • Committer: Package Import Robot
  • Author(s): Olivier van der Toorn, Olivier van der Toorn, Jonathan Riddell
  • Date: 2013-10-01 17:11:04 UTC
  • Revision ID: package-import@ubuntu.com-20131001171104-frmpwi43z7k1m9vq
Tags: 13.10ubuntu2
[ Olivier van der Toorn ]
* Added the phone/comercial support page, based on
  https://wiki.kubuntu.org/Kubuntu/KubuntuDocs/PhoneSupport
* Put tokhelp.py script into package

[ Jonathan Riddell ]
* Add update rule to debian/rules to call tokhelp.py
* Tidy directory structure and add icon

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## page was copied from Kubuntu/KubuntuDocs/ManagingSoftware
 
2
## page was copied from KubuntuDocs/RaringRingtail/Basics
 
3
 
 
4
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents(3)>>||
 
5
 
 
6
There are several ways to manage applications in Kubuntu. A convenient way to add or remove applications is with a package manager. 
 
7
 
 
8
= Graphical Clients =
 
9
 
 
10
If you prefer the Ubuntu-style "Software Center", Kubuntu also has a user-friendly package manager called Muon Software Center with a clear user interface.
 
11
 
 
12
Both package managers might provide information about required dependencies. Once this information is acknowledged, the required packages will begin downloading. When the installation process is complete, the software will be ready to use. It is rarely necessary to restart the system after software installation or updates. If it is, the system will warn you and give you a restart icon to do the restart at your convenience.
 
13
 
 
14
Muon also provides an easy method to remove software that is no longer needed. 
 
15
 
 
16
'''How-to''':Start Muon Software Center with Kickoff Application Launcher (K menu), click on 'Installed Software' and find the application you want to remove. Click 'Remove' and Muon Software Center will remove the application.
 
17
 
 
18
[[attachment:muon-software-center.png|{{attachment:muon-software-center.png|ls command|width=600}}]]
 
19
 
 
20
Muon is an advanced program with a graphical user interface (GUI) for installing and removing applications. Muon Package Manager can be started with Krunner or using Kickoff. 
 
21
 
 
22
[[attachment:muon-package-manager.png|{{attachment:muon-package-manager.png|ls command|width=600}}]]
 
23
 
 
24
'''How-to''': You can search for applications with the search box on the top and the filters on the left side of the window. The application information will be displayed in the large white space below the search area. Click on the application title to be installed. Click the 'Install' button to start the installation process.
 
25
 
 
26
== Command Line ==
 
27
 
 
28
<<Include(Kubuntu/KubuntuDocs/Basic/CommandLine,, to="----")>>
 
29
 
 
30
== Repositories ==
 
31
 
 
32
<<Include(Kubuntu/KubuntuDocs/Basic/ManagingRepositories,, from="= About Repositories =", to="== Managing Repositories ==")>>
 
33
 
 
34
For more information about repositories, click  [[https://wiki.kubuntu.org/Kubuntu/KubuntuDocs/Basic/ManagingRepositories|here]].
 
35
 
 
36
= Manual Installation =
 
37
 
 
38
Although the preferred method of installing programs is with the package manager, individual software package files can be downloaded and installed. Several kinds of package files are available for Linux systems. Generally, these file types are associated with the package managers of specific Linux distributions.
 
39
 
 
40
To install a particular application, it is preferable to select a Kubuntu package of the application, and install it with a package manager. This ensures that the program is compatible with other software on the system. If there is no version of the package available through a package manager, it may be possible to install it manually. The installation procedure depends on the type of package file.
 
41
 
 
42
== Install/Uninstall .deb files ==
 
43
 
 
44
The package files associated with Kubuntu have the ".deb" suffix because of Kubuntu's close relationship with the Debian GNU/Linux distribution. Individual ".deb" files can be downloaded and installed. Humble Bundles, for instance, distribute debs. Administrative privileges are required.
 
45
 
 
46
'''How-to''': simply left-click on the ".deb" file to initiate the installation process. A prompt will appear for a password associated with the necessary administrative privilege.
 
47
 
 
48
= Install from Source =
 
49
 
 
50
Files with the ".tar.gz" or ".tar.bz2" suffix are package files known as "tarballs" or "source" packages. These are widely used in Linux. If there is no native Kubuntu package available in any of the repositories, it may be possible to compile and install the package from source. For tips on compiling software, look at the [[https://help.ubuntu.com/community/CompilingSoftware|Compiling Software]] page on the Ubuntu Wiki.
 
51
 
 
52
= Updating =
 
53
 
 
54
Kubuntu developers release feature and security updates for applications and packages within the Kubuntu system. When updates become available, Kubuntu will display a message in the System Tray. To update the system, open Muon Update Manager and click the "Install updates" button. After installing some updates, it may be necessary to restart the computer. If so, Kubuntu will display a pop-up and an icon in the System Tray.
 
55
 
 
56
= Back Home =
 
57
 
 
58
Back to [[https://wiki.kubuntu.org/Kubuntu/KubuntuDocs|Kubuntu Docs]].
 
59
 
 
60
----
 
61
CategoryKubuntu
 
62
CategoryDocumentation