Kubuntu/Advanced: Difference between revisions

From KDE UserBase Wiki
(Created page with "{{Construction}} = Software Management = == Graphical (Muon) == There are several ways to manage applications in Kubuntu. A convenient way to add or remove applications is w...")
 
No edit summary
Line 1: Line 1:
{{Construction}}
{{Construction}}
= Software Management =
= Software Management =
== Graphical (Muon) ==


There are several ways to manage applications in Kubuntu. A convenient way to add or remove applications is with a package manager.  
There are several ways to manage applications in Kubuntu. A convenient way to add or remove applications is with a package manager.  
Line 15: Line 13:


'''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.
'''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.


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.  
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.  


'''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.
'''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.
Line 28: Line 24:
== Repositories ==
== Repositories ==


<<Include(Kubuntu/KubuntuDocs/Basic/ManagingRepositories,, from="= About Repositories =", to="== Managing Repositories ==")>>
= About Repositories =
 
Thousands of programs are freely available to install in Kubuntu. These programs are stored in software archives ("repositories") and are made available for installation over the Internet. Installing new programs in Kubuntu is quick, reliable, and secure because each program is built specifically for Kubuntu and is checked thoroughly before it is made available. Kubuntu repositories are categorized into four groups:
 
* Main
* Restricted
* Universe
* Multiverse
 
Two factors are used to determine categories:
 
* The level of support provided for a program by its software development teams.
* The level of compliance the program has to the [[http://www.ubuntu.com/about/about-ubuntu/our-philosophy|Ubuntu Free Software Philosophy]].
 
More information about the Repositories is available on the [[https://help.ubuntu.com/community/Repositories|Ubuntu Community Help Wiki on Repositories]] website.
 
The standard Kubuntu LiveDVD contains some software from the "Main" and "Restricted" categories. Once a system has information about the Internet-based locations for these repositories, more programs are available for installation. Using the software package management tools installed by default, it is possible to discover, install, and update any piece of software directly over the internet without the need for the LiveDVD.


For more information about managing repositories, click  [[https://wiki.kubuntu.org/Kubuntu/KubuntuDocs/Basic/ManagingRepositories|here]].
For more information about managing repositories, click  [[https://wiki.kubuntu.org/Kubuntu/KubuntuDocs/Basic/ManagingRepositories|here]].
== PPAs (Personal Package Archive) ==
== PPAs (Personal Package Archive) ==


<<Include(Kubuntu/KubuntuDocs/Basic/ManagingRepositories,, from='== Managing Personal Package Archives ==', to='=== Add a PPA ===')>>
Personal Package Archives allow any person in the Ubuntu community who has committed to observe the [[https://launchpad.net/codeofconduct|Ubuntu Code of Conduct]] to upload Ubuntu source packages to be built and published as an apt repository by Launchpad. Software from Launchpad's [[https://launchpad.net/ubuntu/+ppas|Personal Package Archive]] (PPA) requires a [[http://www.gnupg.org/|GnuPG]] (GPG) key so your system can verify that it's getting the packages from the correct source and that the packages have not been interfered with since they were built. GnuPG is GNU's tool for secure communication and data storage.
 
'''Important:''' The contents of Personal Package Archives are not checked or monitored. You install software from them at your own risk.


For more information about PPAs, see the [[https://wiki.kubuntu.org/Kubuntu/KubuntuDocs/Basic/ManagingRepositories#Add_a_PPA|Managing PPAs]].
For more information about PPAs, see the [[https://wiki.kubuntu.org/Kubuntu/KubuntuDocs/Basic/ManagingRepositories#Add_a_PPA|Managing PPAs]].

Revision as of 01:09, 17 December 2013

Under Construction

This is a new page, currently under construction!

Software Management

There are several ways to manage applications in Kubuntu. A convenient way to add or remove applications is with a package manager.

Graphical Clients

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.

Both package managers might provide information about required dependencies, these are other packages(programs) that the piece of software that you want to install needs to run. 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.

Muon also provides an easy method to remove software that is no longer needed.

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.

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.

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.

Command Line

<<Include(Kubuntu/KubuntuDocs/Basic/CommandLine,, to="----")>>

Repositories

About Repositories

Thousands of programs are freely available to install in Kubuntu. These programs are stored in software archives ("repositories") and are made available for installation over the Internet. Installing new programs in Kubuntu is quick, reliable, and secure because each program is built specifically for Kubuntu and is checked thoroughly before it is made available. Kubuntu repositories are categorized into four groups:

* Main
* Restricted
* Universe
* Multiverse

Two factors are used to determine categories:

* The level of support provided for a program by its software development teams.
* The level of compliance the program has to the [Free Software Philosophy].

More information about the Repositories is available on the [Community Help Wiki on Repositories] website.

The standard Kubuntu LiveDVD contains some software from the "Main" and "Restricted" categories. Once a system has information about the Internet-based locations for these repositories, more programs are available for installation. Using the software package management tools installed by default, it is possible to discover, install, and update any piece of software directly over the internet without the need for the LiveDVD.

For more information about managing repositories, click [[1]].

PPAs (Personal Package Archive)

Personal Package Archives allow any person in the Ubuntu community who has committed to observe the [Code of Conduct] to upload Ubuntu source packages to be built and published as an apt repository by Launchpad. Software from Launchpad's [Package Archive] (PPA) requires a [[2]] (GPG) key so your system can verify that it's getting the packages from the correct source and that the packages have not been interfered with since they were built. GnuPG is GNU's tool for secure communication and data storage.

Important: The contents of Personal Package Archives are not checked or monitored. You install software from them at your own risk.

For more information about PPAs, see the [PPAs].

Manual installation of .deb files

<<Include(Kubuntu/KubuntuDocs/Basic/ManagingSoftware,, from='== Install/Uninstall .deb files ==', to='= Install from Source =')>>

To install software from source, see the corresponding section on [Software].

Back Home

Back to [userbase.kde.org/Kubuntu Home Page].