KDE/Upgrade

Un article de openSUSE.

< KDE
image:language.png Cette page n'est pas encore traduite (ou pas complètement)

Cet article a besoin d'être traduit. Merci de participer au travail si vous en avez le temps et la compétence.
Si vous cherchez quelque chose à faire, regardez les autres Pages à traduire.

openSUSE offre toujours la dernière version de KDE par l'openSUSE Build Service. Ce service permet de mettre à jour votre version de KDE très facilement, en suivant les quelques instructions suivantes.

Sommaire


Mettre à jour KDE sous openSUSE 10.2

Ajouter les dépôts nécessaires

Tout d'abord, executez la commande suivante dans un Console (Konsole par exemple). Cette commande permet de récupérer la clé du Build Service :

su -c "rpm --import http://software.opensuse.org/openSUSE-Build-Service.asc"

Maintenant, allez dans :

YaST -> Changer le support d'installation

Vous obtenez alors une fenêtre telle que celle-ci :

Cliquer alors sur Ajouter et selectionner Specifier l'URL:

Puis, entrez l'URL suivante (ou un autre miroir) etcliquer sur Suivant.

http://ftp.skynet.be/pub/software.opensuse.org/KDE:/KDE3/openSUSE_10.2/

Patientez pendant l'ajout du dépôt à votre liste. Il doit télécharger les informations nécessaires depuis le serveur (les meta-data).

Suivez la même procédure pour l'URL suivante (ou celle d'un miroir) :

http://ftp.skynet.be/pub/software.opensuse.org/KDE:/Backports/openSUSE_10.2/

Enfin, cliquez sur Terminer.

Upgrading the Packages

Head over to YaST's Software Management module. Once it's loaded, change the Search drop-down menu option to Installation Sources:

Image:102kdeupgrade6.jpg

Here you have a selection of all the installation sources that you have added. Select the source that you just added:

Image:102kdeupgrade8.jpg

Now right-click somewhere in the packages list, then select All in this List -> Update if Newer Version is Available.

Image:102kdeupgrade7.jpg

Make sure you follow the same procedure for the other installation source that you added, KDE Backports. Now simply wait for all the packages to install

Image:102kdeupgrade5.jpg

Logout and then log back into KDE, and you should be using the latest KDE version, which is currently KDE 3.5.6.

Other Methods

Using Zypper

Simply execute the following commands to add the kde update repositories:

zypper -v sa  http://ftp.skynet.be/pub/software.opensuse.org/KDE:/KDE3/openSUSE_10.2/ kde-latest
zypper -v sa http://ftp.skynet.be/pub/software.opensuse.org/KDE:/Backports/openSUSE_10.2/ kde-backports
zypper up -t package

WARNING: "zypper up -t package" will upgrade all packages from all repositories to newer versions, potentially moving you off many supported packages and onto unsupported packages. zypper does not yet support upgrading from only one of the enabled repositories. It is better to use the YaST2 software management method described above to upgrade only the packages you wish to upgrade.

Using Smart

In the GUI, simply:

1. In the top menu, Edit > Channels

2. Click "New"

3. Select "Read Channel Description from URL"

4. Enter as the URL: http://ftp.skynet.be/pub/software.opensuse.org/KDE:/KDE3/openSUSE_10.2/KDE:KDE3.repo


Once finished, simply update your channels.

Récupérée de « http://fr.opensuse.org/KDE/Upgrade »