#1 Le 22/07/2009, à 11:09
- soph
[résolu] problème d'installation unrar
bonjour,
j'ai voulu installé unrar mais j'ai un message d'erreur
voila ce que j'ai écris et l'erreur:
sudo apt-get install unrar
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
c'est pas la premiere fois que ça m'arrive ce type de message
j'ai comme linux: ubuntu 9.04
si quelqu'un aurais une idée svp
Dernière modification par soph (Le 22/07/2009, à 14:54)
ubuntu 9.04
Hors ligne
#2 Le 22/07/2009, à 11:10
- slasher-fun
Re : [résolu] problème d'installation unrar
Bonjour,
As-tu lu le message d'erreur ?
Hors ligne
#3 Le 22/07/2009, à 11:14
- Hizoka
Re : [résolu] problème d'installation unrar
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
dpkg a été interrompu, vous devez lancer manuellement "sudo dpkg --configure -a" pour corriger le problème
essaie ça deja, on vera apres
KDE Neon 64bits
Tous mes softs (MKVExtractorQt, HizoSelect, HizoProgress, Qtesseract, Keneric, Services menus...) sont sur github
Hors ligne
#4 Le 22/07/2009, à 12:39
- soph
Re : [résolu] problème d'installation unrar
merci slasher-fun et Hizoka
@Hizoka
j'ai fait:
sudo dpkg --configure -a
apparament ça c'est réparé
ensuite j'ai relancé la commande mais ça plante encore je suis désolé pour mes questions d'habitude je me sert d'une recherche sur le forum mais la c'est difficile je suis une novice
donc voila apres la relance de la commande:
soph@soph-desktop:~$ sudo apt-get install unrar
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Vous pouvez lancer « apt-get -f install » pour corriger ces problèmes :
Les paquets suivants contiennent des dépendances non satisfaites :
sun-java6-jre: Dépend: sun-java6-bin (= 6-14-0ubuntu1.9.04) mais ne sera pas installé ou
ia32-sun-java6-bin (= 6-14-0ubuntu1.9.04) mais il n'est pas installable
Recommande: gsfonts-x11 mais ne sera pas installé
E: Dépendances non satisfaites. Essayez « apt-get -f install » sans paquet
(ou indiquez une solution).
soph@soph-desktop:~$ apt-get -f install
E: Impossible d'ouvrir le fichier verrou /var/lib/dpkg/lock - open (13 Permission non accordée)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
soph@soph-desktop:~$ nautilus
soph@soph-desktop:~$ apt-get -f install
E: Impossible d'ouvrir le fichier verrou /var/lib/dpkg/lock - open (13 Permission non accordée)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
Dernière modification par soph (Le 22/07/2009, à 12:39)
ubuntu 9.04
Hors ligne
#5 Le 22/07/2009, à 13:29
- slasher-fun
Re : [résolu] problème d'installation unrar
Oki oki...
Peux-tu donner les retours de :
apt-cache policy sun-java6-bin
apt-cache policy sun-java6-jre
apt-cache policy ia32-sun-java6-bin
cat /etc/apt/sources.list
Hors ligne
#6 Le 22/07/2009, à 13:33
- kyncani
Re : [résolu] problème d'installation unrar
Installer des packages doit se faire en tant que root.
Donc : sudo apt-get -f install
Hors ligne
#7 Le 22/07/2009, à 14:22
- Hizoka
Re : [résolu] problème d'installation unrar
comme le dit Kyncani, il faut être en root, donc c'est bien la commande apt-get -f install qu'il faut faire mais avec un sudo devant
KDE Neon 64bits
Tous mes softs (MKVExtractorQt, HizoSelect, HizoProgress, Qtesseract, Keneric, Services menus...) sont sur github
Hors ligne
#8 Le 22/07/2009, à 14:31
- soph
Re : [résolu] problème d'installation unrar
c'est fait donc le retour pour:
@slasher-fun
soph@soph-desktop:~$ apt-cache policy sun-java6-bin
sun-java6-bin:
Installé : (aucun)
Candidat : 6-14-0ubuntu1.9.04
Table de version :
6-14-0ubuntu1.9.04 0
500 http://us.archive.ubuntu.com jaunty-updates/multiverse Packages
6-13-1 0
500 http://us.archive.ubuntu.com jaunty/multiverse Packages
soph@soph-desktop:~$
soph@soph-desktop:~$ apt-cache policy sun-java6-jre
sun-java6-jre:
Installé : 6-14-0ubuntu1.9.04
Candidat : 6-14-0ubuntu1.9.04
Table de version :
6-14-0ubuntu1.9.04 0
500 http://us.archive.ubuntu.com jaunty-updates/multiverse Packages
*** 6-14-0ubuntu1.9.04 0
100 /var/lib/dpkg/status
6-13-1 0
500 http://us.archive.ubuntu.com jaunty/multiverse Packages
soph@soph-desktop:~$ apt-cache policy ia32-sun-java6-bin
ia32-sun-java6-bin:
Installé : (aucun)
Candidat : (aucun)
Table de version :
soph@soph-desktop:~$ cat /etc/apt/sources.list
#deb cdrom:[Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.deb http://us.archive.ubuntu.com/ubuntu/ jaunty main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty main restricted## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-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://us.archive.ubuntu.com/ubuntu/ jaunty universe
deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty universe
deb http://us.archive.ubuntu.com/ubuntu/ jaunty-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-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://us.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb http://us.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-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://us.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-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 jaunty partner
# deb-src http://archive.canonical.com/ubuntu jaunty partnerdeb http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb-src http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb http://security.ubuntu.com/ubuntu jaunty-security universe
deb-src http://security.ubuntu.com/ubuntu jaunty-security universe
deb http://security.ubuntu.com/ubuntu jaunty-security multiverse
deb-src http://security.ubuntu.com/ubuntu jaunty-security multiverse
soph@soph-desktop:~$
ubuntu 9.04
Hors ligne
#9 Le 22/07/2009, à 14:33
- soph
Re : [résolu] problème d'installation unrar
voila j'ai fait sudo apt-get -f install
le retours je pense que ça a marché voila le résultat:
Préparation du remplacement de sun-java6-jre 6-14-0ubuntu1.9.04 (en utilisant .../sun-java6-jre_6-14-0ubuntu1.9.04_all.deb) ...
sun-dlj-v1-1 license has already been accepted
Dépaquetage de la mise à jour de sun-java6-jre ...
Sélection du paquet gsfonts-x11 précédemment désélectionné.
Dépaquetage de gsfonts-x11 (à partir de .../gsfonts-x11_0.21_all.deb) ...
Traitement des actions différées (« triggers ») pour « man-db »...
Traitement des actions différées (« triggers ») pour « shared-mime-info »...
Paramétrage de odbcinst1debian1 (2.2.11-16build3) ...Paramétrage de unixodbc (2.2.11-16build3) ...
Paramétrage de gsfonts-x11 (0.21) ...
Paramétrage de sun-java6-bin (6-14-0ubuntu1.9.04) ...
Paramétrage de sun-java6-jre (6-14-0ubuntu1.9.04) ...
Traitement des actions différées (« triggers ») pour « libc6 »...
ldconfig deferred processing now taking place
soph@soph-desktop:~$
Dernière modification par soph (Le 22/07/2009, à 14:41)
ubuntu 9.04
Hors ligne
#10 Le 22/07/2009, à 14:41
- slasher-fun
Re : [résolu] problème d'installation unrar
Oki. À cet écran, tu appuies sur Tab jusqu'à ce que OK soit en surbrillance, puis tu appuies sur entrée.
Hors ligne
#11 Le 22/07/2009, à 14:42
- soph
Re : [résolu] problème d'installation unrar
hihiiii trop rapide slasher-fun c'est ok j'avais trouvé la manip sur la recherche du forum le temps que je modifie mon poste ta posté la solution un grand merci
ubuntu 9.04
Hors ligne
#12 Le 22/07/2009, à 14:47
- soph
Re : [résolu] problème d'installation unrar
c'est ok maintenant même unrar est installé proprement
ubuntu c'est génial mais assez compliqué grace aux divers postes du forum et a votre précieuse aide que vous apportés tous les novices comme moi avance sur linux
mille merci pour votre gentillesse et surtout pour votre patience
vous êtes trop formidable
cordialement soph
Dernière modification par soph (Le 22/07/2009, à 14:48)
ubuntu 9.04
Hors ligne
#13 Le 22/07/2009, à 14:50
- Hizoka
Re : [résolu] problème d'installation unrar
si tout est ok, pense à modifier le titre de ton post en ajoutant (resolu) au debut.
de rien et bonne continuation !
KDE Neon 64bits
Tous mes softs (MKVExtractorQt, HizoSelect, HizoProgress, Qtesseract, Keneric, Services menus...) sont sur github
Hors ligne
#14 Le 22/07/2009, à 14:54
- slasher-fun
Re : [résolu] problème d'installation unrar
ubuntu c'est génial mais assez compliqué
Si tu avais installé unrar via synaptic plutôt qu'en console, tu aurais juste eu une case à cocher "à la souris"
Hors ligne