Installer skype sur ubuntu 8.10

Fermé
djamel - 6 févr. 2009 à 20:41
 rdjeam - 14 févr. 2009 à 09:21
Bonjour,
encore c'est moi je crois que tout nos genies du forum ont un peu marre de moi je pose trop de question aujourd hui mais veillez m excuser car je suis nouveau sur linux
voila je suis avec ubunto 8.10 j ai telecharger skype mais quand j execute avec GDebi package installer ca me donne une erreur du genre

error : dependency is not statisfiable libqt 4- core
Skype - Take a deep breath
Skype is a little piece of software that lets you make free calls to anyone else on Skype, anywhere in the world. And even though the calls are free, they are really excellent quality.
* Make free Skype-to-Skype calls to anyone else, anywhere in the world.
* Call ordinary phones and mobiles at pretty cheap rates per minute.
* Group chat with up to 100 people or conference call with up to nine others.
* See who you are talking to with free video calls.
* Free to download.

j ai essayer avec le terminale avec sudo dpkg -i skype-debian_2.0.0.72-1_i386.deb
et ca donne :

djamel@djamel-desktop:~$ sudo dpkg -i skype-debian_2.0.0.72-1_i386.deb
dpkg : erreur de traitement de skype-debian_2.0.0.72-1_i386.deb (--install) :
ne peut pas accéder à l'archive: No such file or directory
Des erreurs ont été rencontrées pendant l'exécution :
skype-debian_2.0.0.72-1_i386.deb
djamel@djamel-desktop:~$

et djamel c'est moi :)
donc je souhaite que vous m'aidez a installer ce skype
A voir également:

3 réponses

aruju Messages postés 2213 Date d'inscription dimanche 29 octobre 2006 Statut Contributeur Dernière intervention 15 novembre 2014 403
6 févr. 2009 à 21:09
salut,

il faut installer les dépendances:

sudo aptitude install libgt4-core libqt4-gui


Puis lis ceci pendant que t'y es https://philpep.org/blog/index.php?post/2008/12/20/Skype-%3A-un-logiciel-qui-vous-veut-du-bien
0
je comprend pas trop j ai met ce que vous m avez donner et ca me donne ca
djamel@djamel-desktop:~$ sudo aptitude install libgt4-core libqt4-gui
[sudo] password for djamel:
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Reading extended state information
Initializing package states... Fait
Couldn't find any package whose name or description matched "libgt4-core"
Couldn't find any package whose name or description matched "libqt4-gui"
Couldn't find any package whose name or description matched "libgt4-core"
Couldn't find any package whose name or description matched "libqt4-gui"
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Reading extended state information
Initializing package states... Fait
0
Il faut modifier ta source liste et instaaler directement .
voici un code très simple que tu peux essayer

code:
sudo vim /etc/apt/sources.list
deb http://download.skype.com/linux/repos/debian/ stable non-free
sudo apt-get install skype

Et ça marche parfaitement.
0
ben13010 Messages postés 3356 Date d'inscription vendredi 24 septembre 2004 Statut Contributeur Dernière intervention 5 octobre 2012 387
6 févr. 2009 à 21:21
0