Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 16/11/2008, à 16:19

Lad

depot PPA et openoffice

Bonjour

J'ai voulu installer openoffice 3.0. J'ai donc suivi les instructions de la doc et j'ai rajouté à mon source.list le depot PPA pour openoffice.

Après cela, il y a eu un tas de mise à jour et j'ai eu un problème avec cairo dock. Je ne peux plus installer d'aplet et je ne peux plus installer le paquet cairo-dock-data !

j'ai l'impression que le dépot PPA ne contient pas que openoffice ? Comment faire pour ne l'utiliser que pour openoffice ?


Voilà mon source.list :

# deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release i386 (20080423)]/ hardy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://archive.ubuntu.com/ubuntu/ intrepid main restricted
# deb-src http://archive.ubuntu.com/ubuntu/ hardy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ intrepid-updates main restricted
# deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://archive.ubuntu.com/ubuntu/ intrepid universe
# deb-src http://archive.ubuntu.com/ubuntu/ hardy universe
deb http://archive.ubuntu.com/ubuntu/ intrepid-updates universe
# deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu/ intrepid multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ hardy multiverse
deb http://archive.ubuntu.com/ubuntu/ intrepid-updates multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://fr.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
# deb http://archive.canonical.com/ubuntu hardy partner
# deb-src http://archive.canonical.com/ubuntu hardy partner
deb http://security.ubuntu.com/ubuntu/ intrepid-security restricted main multiverse universe

## MEDIBUNTU
deb http://fr.packages.medibuntu.org/ intrepid free non-free

## WINE
deb http://wine.budgetdedicated.com/apt intrepid main

## cairo dock
deb http://repository.cairo-dock.org/ubuntu intrepid cairo-dock

## open office
deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
deb-src http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main ## Sources du logiciel

Merci pour votre aide !

Hors ligne

#2 Le 16/11/2008, à 16:30

abelthorne

Re : depot PPA et openoffice

Le PPA OOo ne contient qu'OpenOffice. Par contre, il a dû y avoir une mise à jour sur le dépôt Cairo-dock qui a remplacé cairo-data par cairo-plug-ins. Désinstalle cairo-dock-data et installe cairo-dock-plug-ins, ça devrait résoudre tes problèmes.

Et au passage, un petit nettoyage de ton sources.list (tu es apparemment sous Intrepid avec des restes de Hardy désactivés). Édite-le en root : sudo gedit /etc/apt/sources.list et remplace son contenu par ce qui suit :

# deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release i386 (20080423)]/ hardy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://archive.ubuntu.com/ubuntu/ intrepid main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ intrepid-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://archive.ubuntu.com/ubuntu/ intrepid universe
deb http://archive.ubuntu.com/ubuntu/ intrepid-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu/ intrepid multiverse
deb http://archive.ubuntu.com/ubuntu/ intrepid-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://fr.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
# deb http://archive.canonical.com/ubuntu intrepid partner
# deb-src http://archive.canonical.com/ubuntu intrepid partner

deb http://security.ubuntu.com/ubuntu/ intrepid-security restricted main multiverse universe

## MEDIBUNTU
deb http://fr.packages.medibuntu.org/ intrepid free non-free

## WINE
deb http://wine.budgetdedicated.com/apt intrepid main

## cairo dock
deb http://repository.cairo-dock.org/ubuntu intrepid cairo-dock

## open office
deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
deb-src http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main

J'ai juste supprimé les lignes Hardy et corrigé celles qui pouvaient rester commentées (backports et partner).

Dernière modification par abelthorne (Le 16/11/2008, à 17:18)

Hors ligne

#3 Le 16/11/2008, à 17:00

Lad

Re : depot PPA et openoffice

Merci

En fait sous cairo-dock je n'ai plus les aplets depuis la mise à jour !

Hors ligne