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 26/03/2010, à 21:30

indo4ever

Dépendances non résolu

Bonjour,

Cela fait 2 jour que j'éssaye d'installer oci8. je craque ^^. Mais la j'y suis presque. dans gestionnaire des paquets synoptic je vois enfin php5-oci8. Mais quand je le selection pour l'installer. J'ai ce message qui apparait:

php5-oci8:
Dépend: phpapi-20051025  but it is not installable
  Dépend : php5-common (=5.1.2-1ubuntu3.8) mais 5.2.10.dfsg.1-2ubuntu6.4 doit être installé


Pourtant j'ai tout installé. Mais on dirait que c'est pas activé. vous auriez pas une piste pour m'aider?

A l'aide svp

Dernière modification par indo4ever (Le 26/03/2010, à 21:59)


Que la Linuxforce soit avec toi!

Hors ligne

#2 Le 26/03/2010, à 22:38

nathéo

Re : Dépendances non résolu

Apparemment, la version du paquet que tu veux installer n' est pas compactible avec les versions des dépendances déjà présentes... roll


C'est rarement par le sarcasme qu'on élève son âme.
Le jus de la vigne clarifie l'esprit et l'entendement.
De quoi souffres-tu ? De l'irréel intact dans le réel dévasté ?
La liberté n'est qu'un vain fantôme, quand une classe d'hommes peut affamer l'autre impunément. timezone[America/Bogota]

Hors ligne

#3 Le 26/03/2010, à 22:47

indo4ever

Re : Dépendances non résolu

donc en gros il faut que je me trouve un paquet compatible avec les versions des dépendances. Mais c bizarre car le package est dans synoptique.


   comment pour en trouver un de compatible? sad


Que la Linuxforce soit avec toi!

Hors ligne

#4 Le 26/03/2010, à 22:48

anonyme1

Re : Dépendances non résolu

bonsoir

As tu vu cette page?
http://doc.ubuntu-fr.org/oci8


sudo -s
aptitude update && aptitude safe-upgrade
aptitude full-upgrade && aptitude install build-essential linux-headers-$(uname -r)
aptitude autoclean && update-pciids && update-usbids.sh && update-usbids && reboot

Hors ligne

#5 Le 26/03/2010, à 23:26

indo4ever

Re : Dépendances non résolu

oh oui je l'ai vu...
et je bloque toujours a ce niveau la...
sudo pecl install oci8

Dernière modification par indo4ever (Le 26/03/2010, à 23:31)


Que la Linuxforce soit avec toi!

Hors ligne

#6 Le 26/03/2010, à 23:41

anonyme1

Re : Dépendances non résolu

dpkg -l | grep php

et poste le retour.


sudo -s
aptitude update && aptitude safe-upgrade
aptitude full-upgrade && aptitude install build-essential linux-headers-$(uname -r)
aptitude autoclean && update-pciids && update-usbids.sh && update-usbids && reboot

Hors ligne

#7 Le 26/03/2010, à 23:45

indo4ever

Re : Dépendances non résolu

tenez:


ii  libapache2-mod-php5                                5.2.10.dfsg.1-2ubuntu6.4                   server-side, HTML-embedded scripting languag
ii  php-apc                                            3.0.19-2                                   APC (Alternative PHP Cache) module for PHP 5
rc  php-pear                                           5.2.10.dfsg.1-2ubuntu6.4                   PEAR - PHP Extension and Application Reposit
ii  php5                                               5.2.10.dfsg.1-2ubuntu6.4                   server-side, HTML-embedded scripting languag
rc  php5-adodb                                         5.04-4                                     Extension optimising the ADOdb database abst
rc  php5-cgi                                           5.2.10.dfsg.1-2ubuntu6.4                   server-side, HTML-embedded scripting languag
ii  php5-cli                                           5.2.10.dfsg.1-2ubuntu6.4                   command-line interpreter for the php5 script
ii  php5-common                                        5.2.10.dfsg.1-2ubuntu6.4                   Common files for packages built from the php
rc  php5-curl                                          5.2.10.dfsg.1-2ubuntu6.4                   CURL module for php5
ii  php5-gd                                            5.2.10.dfsg.1-2ubuntu6.4                   GD module for php5
ii  php5-imagick                                       2.1.1RC1-1build2                           ImageMagick module for php5
rc  php5-ldap                                          5.2.10.dfsg.1-2ubuntu6.4                   LDAP module for php5
ii  php5-mcrypt                                        5.2.6-0ubuntu2                             MCrypt module for php5
ii  php5-memcache                                      3.0.1-1                                    memcache extension module for PHP5
rc  php5-mhash                                         5.2.10.dfsg.1-2ubuntu6.4                   MHASH module for php5
rc  php5-mysql                                         5.2.10.dfsg.1-2ubuntu6.4                   MySQL module for php5
rc  php5-pgsql                                         5.2.10.dfsg.1-2ubuntu6.4                   PostgreSQL module for php5
rc  php5-pspell                                        5.2.10.dfsg.1-2ubuntu6.4                   pspell module for php5
rc  php5-recode                                        5.2.10.dfsg.1-2ubuntu6.4                   recode module for php5
rc  php5-snmp                                          5.2.10.dfsg.1-2ubuntu6.4                   SNMP module for php5
rc  php5-sqlite                                        5.2.10.dfsg.1-2ubuntu6.4                   SQLite module for php5
ii  php5-sybase                                        5.2.10.dfsg.1-2ubuntu6.4                   Sybase / MS SQL Server module for php5
rc  php5-tidy                                          5.2.10.dfsg.1-2ubuntu6.4                   tidy module for php5
ii  php5-xdebug                                        2.0.4-2                                    Xdebug Module for PHP 5
rc  php5-xmlrpc                                        5.2.10.dfsg.1-2ubuntu6.4                   XML-RPC module for php5
ii  php5-xsl                                           5.2.10.dfsg.1-2ubuntu6.4                   XSL module for php5
root@phoenix-laptop:/usr/local/bin#


Que la Linuxforce soit avec toi!

Hors ligne

#8 Le 26/03/2010, à 23:48

anonyme1

Re : Dépendances non résolu

wow, tu as testé beaucoup de choses ...

et tu as retiré le paquet php-pear, c'est lui qui contient la commande PECL


sudo -s
aptitude update && aptitude safe-upgrade
aptitude full-upgrade && aptitude install build-essential linux-headers-$(uname -r)
aptitude autoclean && update-pciids && update-usbids.sh && update-usbids && reboot

Hors ligne

#9 Le 26/03/2010, à 23:55

indo4ever

Re : Dépendances non résolu

Ben cela fait deux jours que je flanche sur le sujet donc oui j'ai éssayé. Voila j'ai remi:

ii  libapache2-mod-php5                                5.2.10.dfsg.1-2ubuntu6.4                   server-side, HTML-embedded scripting languag
ii  php-apc                                            3.0.19-2                                   APC (Alternative PHP Cache) module for PHP 5
ii  php-pear                                           5.2.10.dfsg.1-2ubuntu6.4                   PEAR - PHP Extension and Application Reposit
ii  php5                                               5.2.10.dfsg.1-2ubuntu6.4                   server-side, HTML-embedded scripting languag
rc  php5-adodb                                         5.04-4                                     Extension optimising the ADOdb database abst
rc  php5-cgi                                           5.2.10.dfsg.1-2ubuntu6.4                   server-side, HTML-embedded scripting languag
ii  php5-cli                                           5.2.10.dfsg.1-2ubuntu6.4                   command-line interpreter for the php5 script
ii  php5-common                                        5.2.10.dfsg.1-2ubuntu6.4                   Common files for packages built from the php
rc  php5-curl                                          5.2.10.dfsg.1-2ubuntu6.4                   CURL module for php5
ii  php5-dev                                           5.2.10.dfsg.1-2ubuntu6.4                   Files for PHP5 module development
ii  php5-gd                                            5.2.10.dfsg.1-2ubuntu6.4                   GD module for php5
ii  php5-imagick                                       2.1.1RC1-1build2                           ImageMagick module for php5
rc  php5-ldap                                          5.2.10.dfsg.1-2ubuntu6.4                   LDAP module for php5
ii  php5-mcrypt                                        5.2.6-0ubuntu2                             MCrypt module for php5
ii  php5-memcache                                      3.0.1-1                                    memcache extension module for PHP5
rc  php5-mhash                                         5.2.10.dfsg.1-2ubuntu6.4                   MHASH module for php5
rc  php5-mysql                                         5.2.10.dfsg.1-2ubuntu6.4                   MySQL module for php5
rc  php5-pgsql                                         5.2.10.dfsg.1-2ubuntu6.4                   PostgreSQL module for php5
rc  php5-pspell                                        5.2.10.dfsg.1-2ubuntu6.4                   pspell module for php5
rc  php5-recode                                        5.2.10.dfsg.1-2ubuntu6.4                   recode module for php5
rc  php5-snmp                                          5.2.10.dfsg.1-2ubuntu6.4                   SNMP module for php5
rc  php5-sqlite                                        5.2.10.dfsg.1-2ubuntu6.4                   SQLite module for php5
ii  php5-sybase                                        5.2.10.dfsg.1-2ubuntu6.4                   Sybase / MS SQL Server module for php5
rc  php5-tidy                                          5.2.10.dfsg.1-2ubuntu6.4                   tidy module for php5
ii  php5-xdebug                                        2.0.4-2                                    Xdebug Module for PHP 5
rc  php5-xmlrpc                                        5.2.10.dfsg.1-2ubuntu6.4                   XML-RPC module for php5
ii  php5-xsl                                           5.2.10.dfsg.1-2ubuntu6.4                   XSL module for php5


Avez vous d'autre idée? Merci pour votre aide


Que la Linuxforce soit avec toi!

Hors ligne

#10 Le 26/03/2010, à 23:57

anonyme1

Re : Dépendances non résolu

Malheureusement, je ne pourrai pas t'aider davantage, je n'ai jamais utilisé oci8. Et ne connais pas les modalités de configuration.
J'espère que quelqu'un d'autre passera avec une solution.


sudo -s
aptitude update && aptitude safe-upgrade
aptitude full-upgrade && aptitude install build-essential linux-headers-$(uname -r)
aptitude autoclean && update-pciids && update-usbids.sh && update-usbids && reboot

Hors ligne

#11 Le 27/03/2010, à 00:00

indo4ever

Re : Dépendances non résolu

merci quand meme pour ton aide! Bonne soirée big_smile


Que la Linuxforce soit avec toi!

Hors ligne

#12 Le 27/03/2010, à 00:01

anonyme1

Re : Dépendances non résolu

Merci. Bonne soirée également et bon courage big_smile


sudo -s
aptitude update && aptitude safe-upgrade
aptitude full-upgrade && aptitude install build-essential linux-headers-$(uname -r)
aptitude autoclean && update-pciids && update-usbids.sh && update-usbids && reboot

Hors ligne

#13 Le 27/03/2010, à 00:13

grandtoubab

Re : Dépendances non résolu

php5-common5.2.10.dfsg.1-2ubuntu6.4 doit être installé

Dernière modification par grandtoubab (Le 27/03/2010, à 00:15)


Linux tout seul sur HP Pavilion DV7 et Acer Aspire T650, Canon MG3650 en wifi
Debian 11 Bullseye Gnome/Xorg, Gnome/Wayland avec SDDM
https://bidouilledebian.wordpress.com/
ON M'A VU DANS LE VERCORS, SAUTER A L'ELASTIQUE..... J'AI DANS LES BOTTES DES MONTAGNES DE QUESTIONS....

Hors ligne

#14 Le 27/03/2010, à 00:18

indo4ever

Re : Dépendances non résolu

ok mais je peux le trouver ou?


Que la Linuxforce soit avec toi!

Hors ligne

#15 Le 27/03/2010, à 00:24

grandtoubab

Re : Dépendances non résolu

soit dans Synaptic dans les paquets non installés soit sur le site Debian
http://packages.debian.org/fr/squeeze/php5-common ou
http://packages.debian.org/unstable/web/php5-common


Linux tout seul sur HP Pavilion DV7 et Acer Aspire T650, Canon MG3650 en wifi
Debian 11 Bullseye Gnome/Xorg, Gnome/Wayland avec SDDM
https://bidouilledebian.wordpress.com/
ON M'A VU DANS LE VERCORS, SAUTER A L'ELASTIQUE..... J'AI DANS LES BOTTES DES MONTAGNES DE QUESTIONS....

Hors ligne

#16 Le 27/03/2010, à 00:31

indo4ever

Re : Dépendances non résolu

ben il me dit quand je lance le .deb:

Erreur : Le paquet « php5-gd » génère un problème de dépendance avec php5-common (= 5.2.10.dfsg.1-2ubuntu6.4)


donc en gros il est déjà installer je suis entrain de pété un cable a l'aide...


Que la Linuxforce soit avec toi!

Hors ligne

#17 Le 27/03/2010, à 01:17

anonyme1

Re : Dépendances non résolu

et tu as pensé à changer de distrib?
Debian a les paquets, elle doit etre en mesure de les installer sans te pourrir la vie?


sudo -s
aptitude update && aptitude safe-upgrade
aptitude full-upgrade && aptitude install build-essential linux-headers-$(uname -r)
aptitude autoclean && update-pciids && update-usbids.sh && update-usbids && reboot

Hors ligne

#18 Le 27/03/2010, à 10:54

grandtoubab

Re : Dépendances non résolu

essai d'abord de mettre tout a jour sur ubuntu

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

Linux tout seul sur HP Pavilion DV7 et Acer Aspire T650, Canon MG3650 en wifi
Debian 11 Bullseye Gnome/Xorg, Gnome/Wayland avec SDDM
https://bidouilledebian.wordpress.com/
ON M'A VU DANS LE VERCORS, SAUTER A L'ELASTIQUE..... J'AI DANS LES BOTTES DES MONTAGNES DE QUESTIONS....

Hors ligne

#19 Le 27/03/2010, à 13:33

indo4ever

Re : Dépendances non résolu

Screamer@onthelan a écrit :

et tu as pensé à changer de distrib?
Debian a les paquets, elle doit etre en mesure de les installer sans te pourrir la vie?

Merci pour ton aide. Moi je veux bien mais comment faire?

Et quand je fais un apt-get update je vois:


Atteint http://fr.archive.ubuntu.com karmic Release.gpg
Atteint http://fr.archive.ubuntu.com karmic/main Translation-fr
Atteint http://fr.archive.ubuntu.com karmic/restricted Translation-fr
Atteint http://fr.archive.ubuntu.com karmic/universe Translation-fr
Atteint http://fr.archive.ubuntu.com karmic/multiverse Translation-fr
Atteint http://fr.archive.ubuntu.com karmic-updates Release.gpg
Ign http://fr.archive.ubuntu.com karmic-updates/main Translation-fr            
Ign http://fr.archive.ubuntu.com karmic-updates/restricted Translation-fr      
Ign http://fr.archive.ubuntu.com karmic-updates/universe Translation-fr        
Ign http://fr.archive.ubuntu.com karmic-updates/multiverse Translation-fr      
Atteint http://fr.archive.ubuntu.com karmic Release                            
Atteint http://fr.archive.ubuntu.com karmic-updates Release                    
Atteint http://security.ubuntu.com karmic-security Release.gpg                 
Ign http://security.ubuntu.com karmic-security/main Translation-fr             
Atteint http://packages.medibuntu.org karmic Release.gpg                       
Ign http://packages.medibuntu.org karmic/free Translation-fr                   
Ign http://packages.medibuntu.org karmic/non-free Translation-fr               
Ign http://security.ubuntu.com karmic-security/restricted Translation-fr       
Ign http://security.ubuntu.com karmic-security/universe Translation-fr         
Ign http://security.ubuntu.com karmic-security/multiverse Translation-fr       
Atteint http://packages.medibuntu.org karmic Release                           
Atteint http://security.ubuntu.com karmic-security Release                     
Atteint http://fr.archive.ubuntu.com karmic/main Packages                      
Réception de : 1 http://falcon.landure.fr dapper Release.gpg [189B]            
Ign http://falcon.landure.fr dapper/php5 Translation-fr                        
Atteint http://fr.archive.ubuntu.com karmic/restricted Packages                
Atteint http://fr.archive.ubuntu.com karmic/main Sources                       
Atteint http://fr.archive.ubuntu.com karmic/restricted Sources                 
Atteint http://fr.archive.ubuntu.com karmic/universe Packages                  
Atteint http://fr.archive.ubuntu.com karmic/universe Sources                   
Atteint http://fr.archive.ubuntu.com karmic/multiverse Packages                
Atteint http://packages.medibuntu.org karmic/free Packages                     
Réception de : 2 http://falcon.landure.fr dapper Release [9 079B]              
Atteint http://security.ubuntu.com karmic-security/main Packages               
Atteint http://fr.archive.ubuntu.com karmic/multiverse Sources                 
Atteint http://fr.archive.ubuntu.com karmic-updates/main Packages              
Atteint http://fr.archive.ubuntu.com karmic-updates/restricted Packages        
Atteint http://fr.archive.ubuntu.com karmic-updates/main Sources               
Atteint http://packages.medibuntu.org karmic/non-free Packages                 
Atteint http://security.ubuntu.com karmic-security/restricted Packages         
Atteint http://security.ubuntu.com karmic-security/main Sources                
Atteint http://security.ubuntu.com karmic-security/restricted Sources          
Atteint http://security.ubuntu.com karmic-security/universe Packages           
Atteint http://fr.archive.ubuntu.com karmic-updates/restricted Sources         
Atteint http://fr.archive.ubuntu.com karmic-updates/universe Packages          
Atteint http://fr.archive.ubuntu.com karmic-updates/universe Sources           
Atteint http://fr.archive.ubuntu.com karmic-updates/multiverse Packages        
Atteint http://fr.archive.ubuntu.com karmic-updates/multiverse Sources         
Réception de : 3 http://falcon.landure.fr dapper/php5 Packages [1 377B]        
Atteint http://security.ubuntu.com karmic-security/universe Sources            
Atteint http://security.ubuntu.com karmic-security/multiverse Packages 
Atteint http://security.ubuntu.com karmic-security/multiverse Sources  
Réception de : 4 http://falcon.landure.fr dapper/php5 Sources [943B]           
Atteint http://oss.oracle.com unstable Release.gpg                     
Ign http://oss.oracle.com unstable/main Translation-fr
Ign http://oss.oracle.com unstable/non-free Translation-fr
Atteint http://oss.oracle.com unstable Release
Atteint http://oss.oracle.com unstable/main Packages
Atteint http://oss.oracle.com unstable/non-free Packages
11,6ko réceptionnés en 1s (10,8ko/s)
Lecture des listes de paquets... Fait
W: Duplicate sources.list entry http://oss.oracle.com unstable/main Packages (/var/lib/apt/lists/oss.oracle.com_debian_dists_unstable_main_binary-i386_Packages)
W: Duplicate sources.list entry http://oss.oracle.com unstable/non-free Packages (/var/lib/apt/lists/oss.oracle.com_debian_dists_unstable_non-free_binary-i386_Packages)
W: Duplicate sources.list entry http://falcon.landure.fr dapper/php5 Packages (/var/lib/apt/lists/falcon.landure.fr_dists_dapper_php5_binary-i386_Packages)
W: Duplicate sources.list entry http://falcon.landure.fr dapper/php5 Packages (/var/lib/apt/lists/falcon.landure.fr_dists_dapper_php5_binary-i386_Packages)
W: Vous pouvez lancer « apt-get update » pour corriger ces problèmes.

Que la Linuxforce soit avec toi!

Hors ligne

#20 Le 27/03/2010, à 13:44

grandtoubab

Re : Dépendances non résolu

fait le menage dans ta liste de sources tu mélanges Karmic avec des répertoires "exotiques"


Linux tout seul sur HP Pavilion DV7 et Acer Aspire T650, Canon MG3650 en wifi
Debian 11 Bullseye Gnome/Xorg, Gnome/Wayland avec SDDM
https://bidouilledebian.wordpress.com/
ON M'A VU DANS LE VERCORS, SAUTER A L'ELASTIQUE..... J'AI DANS LES BOTTES DES MONTAGNES DE QUESTIONS....

Hors ligne

#21 Le 27/03/2010, à 13:47

bishop

Re : Dépendances non résolu

Salut indo4ever !

W: Duplicate sources.list entry http://oss.oracle.com unstable/main Packages (/var/lib/apt/lists/oss.oracle.com_debian_dists_unstable_main_binary-i386_Packages)
W: Duplicate sources.list entry http://oss.oracle.com unstable/non-free Packages (/var/lib/apt/lists/oss.oracle.com_debian_dists_unstable_non-free_binary-i386_Packages)
W: Duplicate sources.list entry http://falcon.landure.fr dapper/php5 Packages (/var/lib/apt/lists/falcon.landure.fr_dists_dapper_php5_binary-i386_Packages)
W: Duplicate sources.list entry http://falcon.landure.fr dapper/php5 Packages (/var/lib/apt/lists/falcon.landure.fr_dists_dapper_php5_binary-i386_Packages)
W: Vous pouvez lancer « apt-get update » pour corriger ces problèmes.

W: Duplicate sources.list = Tu as des dépôts en double.
Tu peux poster ton sources.list ?


W: Duplicate sources.list entry http://falcon.landure.fr dapper/php5 Packages (/var/lib/apt/lists/falcon.landure.fr_dists_dapper_php5_binary-i386_Packages)
W: Duplicate sources.list entry http://falcon.landure.fr dapper/php5 Packages (/var/lib/apt/lists/falcon.landure.fr_dists_dapper_php5_binary-i386_Packages)

Utiliser des dépôts pour Dapper sur Karmic... c'est osé.
Si tu veux des dépôts PHP5 ou des paquets spécifiques recherche dans les PPAs :
https://launchpad.net/ubuntu/+ppas?name_filter=php5

Recherche dans les PPAs : https://launchpad.net/ubuntu/+ppas


Enfin... Poste ton sources.list, STP.

Dernière modification par bishop (Le 27/03/2010, à 13:51)


La plus grande surprise que puisse faire un con c'est de faire une pause.

Hors ligne

#22 Le 27/03/2010, à 16:37

indo4ever

Re : Dépendances non résolu

J'avoue j'ai fait n'importe nawak....

Mon sources.list


# deb cdrom:[Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.2)]/ karmic main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://fr.archive.ubuntu.com/ubuntu/ karmic main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic main restricted

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

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ karmic universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic universe
deb http://fr.archive.ubuntu.com/ubuntu/ karmic-updates universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic-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://fr.archive.ubuntu.com/ubuntu/ karmic multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ karmic-updates multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic-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/ karmic-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic-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 karmic partner
# deb-src http://archive.canonical.com/ubuntu karmic partner

deb http://security.ubuntu.com/ubuntu karmic-security main restricted
deb-src http://security.ubuntu.com/ubuntu karmic-security main restricted
deb http://security.ubuntu.com/ubuntu karmic-security universe
deb-src http://security.ubuntu.com/ubuntu karmic-security universe
deb http://security.ubuntu.com/ubuntu karmic-security multiverse
deb-src http://security.ubuntu.com/ubuntu karmic-security multiverse
deb http://oss.oracle.com/debian unstable main non-free

Pis je comprends ce que tu veux que je fasse avec ton site ppa...

Dernière modification par indo4ever (Le 27/03/2010, à 16:41)


Que la Linuxforce soit avec toi!

Hors ligne

#23 Le 27/03/2010, à 16:41

grandtoubab

Re : Dépendances non résolu

sudo gedit du fichier et tu mets un caractère # devant les lignes qui ne sont pas Karmic big_smile
et tu relances les 3 commandes précedentes


Linux tout seul sur HP Pavilion DV7 et Acer Aspire T650, Canon MG3650 en wifi
Debian 11 Bullseye Gnome/Xorg, Gnome/Wayland avec SDDM
https://bidouilledebian.wordpress.com/
ON M'A VU DANS LE VERCORS, SAUTER A L'ELASTIQUE..... J'AI DANS LES BOTTES DES MONTAGNES DE QUESTIONS....

Hors ligne

#24 Le 27/03/2010, à 16:53

indo4ever

Re : Dépendances non résolu

grandtoubab a écrit :

sudo gedit du fichier et tu mets un caractère # devant les lignes qui ne sont pas Karmic big_smile
et tu relances les 3 commandes précedentes

ben j'ai quotté que la dernière ligne mais cela continu a me faire pareil sad


Que la Linuxforce soit avec toi!

Hors ligne

#25 Le 27/03/2010, à 17:10

bishop

Re : Dépendances non résolu

Tu peux nettoyer un peu le fichier sources.list et ne laisser que les dépôts. Par exemple :

Tu dois éditer le sources.list. Dans un Terminal :

sudo gedit /etc/apt/sources.list

Tu appuies sur Entrée et tu entres ton mot de passe quand il est requis.
Tu effaces le contenu du fichier et tu copies/colles ce qui suit :

# deb cdrom:[Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.2)]/ karmic main restricted

## DÉPÔTS OFFICIELS
deb http://fr.archive.ubuntu.com/ubuntu/ karmic main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ karmic-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic-updates main restricted

## UNIVERSE
deb http://fr.archive.ubuntu.com/ubuntu/ karmic universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic universe
deb http://fr.archive.ubuntu.com/ubuntu/ karmic-updates universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic-updates universe

## MULTIVERSE
deb http://fr.archive.ubuntu.com/ubuntu/ karmic multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ karmic-updates multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic-updates multiverse

## BACKPORTS
## deb http://fr.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse
## deb-src http://fr.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse

## SECURITY
deb http://security.ubuntu.com/ubuntu karmic-security main restricted
deb-src http://security.ubuntu.com/ubuntu karmic-security main restricted
deb http://security.ubuntu.com/ubuntu karmic-security universe
deb-src http://security.ubuntu.com/ubuntu karmic-security universe
deb http://security.ubuntu.com/ubuntu karmic-security multiverse
deb-src http://security.ubuntu.com/ubuntu karmic-security multiverse

## CANONICAL
## deb http://archive.canonical.com/ubuntu karmic partner
## deb-src http://archive.canonical.com/ubuntu karmic partner

Tu enregistres et tu fermes le fichier et le Terminal.



C'est bizarre que le dépôt "http://falcon.landure.fr" n'apparaisse pas... roll
Regarde dans le dossier /etc/apt/sources.list.d et donne le nom des dossiers/fichiers qui sont dans ce dossier.


indo4ever écrit :
Pis je comprends ce que tu veux que je fasse avec ton site ppa...

Pour l'instant... RIEN.


Les commandes pour nettoyer les dépôts et mettre à jour. Dans un Terminal :

sudo apt-get clean && sudo apt-get autoclean && sudo apt-get update && sudo apt-get upgrade

Tu appuies sur Entrée et tu entres ton mot de passe quand (ou si ...) il est requis.
Quand c'est fini tu fermes le Terminal.

Dernière modification par bishop (Le 27/03/2010, à 17:17)


La plus grande surprise que puisse faire un con c'est de faire une pause.

Hors ligne