Kubuntu/Advanced: Difference between revisions

From KDE UserBase Wiki
No edit summary
(removed the placeholders)
 
(42 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{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 =
<languages />


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.
<translate>
==Advanced== <!--T:28-->


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.
<!--T:1-->
You can further customize your '''Kubuntu''' installation by adding new software packages. Below you will find several methods for installing new packages (software).


Muon also provides an easy method to remove software that is no longer needed.
=== Software Management === <!--T:2-->


'''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.
<!--T:3-->
There are several ways to manage applications in '''Kubuntu'''. A convenient way to add or remove applications is with a package manager.  


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.
</translate><span id="muon"></span><translate>


'''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.
==== Graphical Clients ==== <!--T:4-->


== Repositories ==
<!--T:27-->
By default '''Kubuntu''' comes with a great package manager called '''Muon Discover'''. '''Muon Discover''' is an advanced program with a graphical user interface (GUI) and can be used for installing and removing applications.
It will automatically notify you for updates (in the lower right hand corner), but you can use it at anytime to install new packages by going to '''KickOff''' and type ''Muon''. Select '''Muon Discover''' from the results.
If you prefer the Ubuntu-style "Software Center" you will need to install it from within '''Muon'''.


= About Repositories =
<!--T:29-->
[[File:Muon_Discover.png|thumb|600px|center|Muon Discover]]


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:
<!--T:5-->
'''Muon Discover''' 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.


<!--T:6-->
'''Muon Discover''' also provides an easy method to remove software that is no longer needed.
<!--T:7-->
{{Tip|Start Muon Discover with Kickoff Application Launcher (K menu), click on 'Installed' and find the application you want to remove. Click 'Remove' and Muon Discover will remove the application.}}
<!--T:8-->
{{Tip|You can search for applications with the search box on the top and the categories below the bar. 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.}}
==== Repositories ==== <!--T:9-->
<!--T:10-->
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:
<!--T:11-->
* Main
* Main
* Restricted
* Restricted
* Universe
* Universe
* Multiverse
* Multiverse
<p></p>


<!--T:12-->
Two factors are used to determine categories:
Two factors are used to determine categories:


<!--T:13-->
* The level of support provided for a program by its software development teams.
* 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]
* The level of compliance the program has to the [http://www.ubuntu.com/about/about-ubuntu/our-philosophy Ubuntu Free Software Philosophy]
<p></p>


<!--T:14-->
More information about the Repositories is available on the [https://help.ubuntu.com/community/Repositories Ubuntu Community Help Wiki on Repositories] website.
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.
<!--T:15-->
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 on [[/Repositories#Managing_Repositories|Managing Repositories]]
<!--T:16-->
For more information about managing repositories, click on [[Special:myLanguage/Kubuntu/Advanced/Repositories#Managing_Repositories|Managing Repositories]]


== PPAs (Personal Package Archive) ==
==== PPAs (Personal Package Archive) ==== <!--T:17-->


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.
<!--T:18-->
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.


<!--T:19-->
{{Warning|The contents of Personal Package Archives are not checked or monitored. You install software from them at your own risk.}}
{{Warning|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 [[/Repositories#Managing_Personal_Package_Archives|Managing Personal Package Archives]].
<!--T:20-->
== Install/Uninstall .deb files ==
For more information about PPAs, see [[Special:myLanguage/Kubuntu/Advanced/Repositories#Managing_Personal_Package_Archives|Managing Personal Package Archives]].
 
==== Install/Uninstall .deb files ==== <!--T:21-->


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.
<!--T:22-->
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.


'''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.
<!--T:23-->
{{Tip|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.}}


= Install from Source =
=== Install from Source === <!--T:24-->


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.
<!--T:25-->
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.


= Updating =
== Drivers == <!--T:30-->


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.
<!--T:31-->
= Back Home =
On every Operating System (Windows, Mac OS X, and Linux) there are programs called '''Drivers''' which you install on your computer. These '''Drivers''' let your computer use new hardware or existing hardware, like [[Special:MyLanguage/Kubuntu/Basic#Wireless|Wifi]]. There '''Drivers''' also cover your graphics card e.g NVIDIA, AMD, sometimes the nonfree or restricted drivers let the cards perform better than the free ones. The '''Driver Manager''' handles installing and uninstalling these for you. These improvements may cover gaming, video editing and processing to image editing.


Back to [http://userbase.kde.org/Kubuntu Home Page].
<!--T:26-->
[[Special:myLanguage/Kubuntu|Return Kubuntu Home]]
[[Category:Kubuntu]]
</translate>

Latest revision as of 16:46, 20 January 2016


Advanced

You can further customize your Kubuntu installation by adding new software packages. Below you will find several methods for installing new packages (software).

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

By default Kubuntu comes with a great package manager called Muon Discover. Muon Discover is an advanced program with a graphical user interface (GUI) and can be used for installing and removing applications. It will automatically notify you for updates (in the lower right hand corner), but you can use it at anytime to install new packages by going to KickOff and type Muon. Select Muon Discover from the results. If you prefer the Ubuntu-style "Software Center" you will need to install it from within Muon.

Muon Discover

Muon Discover 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 Discover also provides an easy method to remove software that is no longer needed.

Tip

Start Muon Discover with Kickoff Application Launcher (K menu), click on 'Installed' and find the application you want to remove. Click 'Remove' and Muon Discover will remove the application.


Tip

You can search for applications with the search box on the top and the categories below the bar. 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.


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 Ubuntu Free Software Philosophy

More information about the Repositories is available on the 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 on Managing Repositories

PPAs (Personal Package Archive)

Personal Package Archives allow any person in the Ubuntu community who has committed to observe the Ubuntu Code of Conduct to upload Ubuntu source packages to be built and published as an apt repository by Launchpad. Software from Launchpad's Personal Package Archive (PPA) requires a 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.

Warning

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 Managing Personal Package Archives.

Install/Uninstall .deb files

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.

Tip

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.


Install from Source

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 Compiling Software page on the Ubuntu Wiki.

Drivers

On every Operating System (Windows, Mac OS X, and Linux) there are programs called Drivers which you install on your computer. These Drivers let your computer use new hardware or existing hardware, like Wifi. There Drivers also cover your graphics card e.g NVIDIA, AMD, sometimes the nonfree or restricted drivers let the cards perform better than the free ones. The Driver Manager handles installing and uninstalling these for you. These improvements may cover gaming, video editing and processing to image editing.

Return Kubuntu Home