5 votes

Erreur "adobe-flashplugin conflicts with flashplugin-downloader" lors de l'installation d'adobe-flashplugin.

J'ai du mal à obtenir des résultats avec mon plugin Adobe Flash.

$ sudo apt-get remove --purge adobe-flashplugin flashplugin* nspluginwrapper

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'flashplugin-installer' for regex 'flashplugin*'
Note, selecting 'flashplugin-downloader' for regex 'flashplugin*'
Note, selecting 'adobe-flashplugin' for regex 'flashplugin*'
Note, selecting 'flashplugin-nonfree-extrasound' for regex 'flashplugin*'
Note, selecting 'flashplugin' for regex 'flashplugin*'
Note, selecting 'flashplugin-nonfree' for regex 'flashplugin*'
Note, selecting 'adobe-flashplugin' instead of 'flashplugin-nonfree'
Package nspluginwrapper is not installed, so not removed
Package flashplugin-installer is not installed, so not removed
Package adobe-flashplugin is not installed, so not removed
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 adobe-flash-properties-gtk : Depends: adobe-flashplugin (= 11.1.102.55-0oneiric1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

$ sudo apt-get install --reinstall adobe-flashplugin

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  adobe-flashplugin
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/6 709 kB of archives.
After this operation, 19,0 MB of additional disk space will be used.
dpkg: regarding .../adobe-flashplugin_11.1.102.55-0oneiric1_amd64.deb containing adobe-flashplugin:
 adobe-flashplugin conflicts with flashplugin-downloader
  flashplugin-downloader:i386 (version 11.1.102.55ubuntu0.11.10.1) is present and installed.
dpkg: error processing /var/cache/apt/archives/adobe-flashplugin_11.1.102.55-0oneiric1_amd64.deb (--unpack):
 conflicting packages - not installing adobe-flashplugin
Errors were encountered while processing:
 /var/cache/apt/archives/adobe-flashplugin_11.1.102.55-0oneiric1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

EDIT : sudo apt-get remove flashplugin-downloader

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Virtual packages like 'flashplugin-downloader' can't be removed
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 adobe-flash-properties-gtk : Depends: adobe-flashplugin (= 11.1.102.55-0oneiric1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

EDIT#2 : # apt-get -f install

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  adobe-flashplugin
The following NEW packages will be installed:
  adobe-flashplugin
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/6 709 kB of archives.
After this operation, 19,0 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
dpkg: regarding .../adobe-flashplugin_11.1.102.55-0oneiric1_amd64.deb containing adobe-flashplugin:
 adobe-flashplugin conflicts with flashplugin-downloader
  flashplugin-downloader:i386 (version 11.1.102.55ubuntu0.11.10.1) is present and installed.
dpkg: error processing /var/cache/apt/archives/adobe-flashplugin_11.1.102.55-0oneiric1_amd64.deb (--unpack):
 conflicting packages - not installing adobe-flashplugin
Errors were encountered while processing:
 /var/cache/apt/archives/adobe-flashplugin_11.1.102.55-0oneiric1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Sortie de sudo apt-get update - https://gist.github.com/1716225

...
W: Failed to fetch http://ppa.launchpad.net/sevenmachines/flash/ubuntu/dists/oneiric/main/source/Sources 404 Not Found
...

J'utilise ubuntu 11.10

Des idées ?

2voto

Gundars Mēness Points 232

Si je l'ai compris moi-même.

Je cours $ apt-config dump|grep Archit et il a donné

APT::Architecture "amd64";
APT::Architectures "";
APT::Architectures:: "amd64";

Et je l'ai réparé en courant :

$ sudo -s
# echo "foreign-architecture i386" > /etc/dpkg/dpkg.cfg.d/multiarch
# apt-get update

Et ensuite la mise à jour des paquets.

1voto

Michael K Points 13190

adobe-flashplugin entre en conflit avec flashplugin-downloader

Veuillez désinstaller flashplugin-downloader :

sudo apt-get remove flashplugin-downloader

Je suggère d'essayer les paquets flashplugin-installer respectifs flashplugin64-installer si vous avez des problèmes pour installer flash. Cependant, votre deuxième commande devrait réussir après avoir supprimé flashplugin-downloader

SistemesEz.com

SystemesEZ est une communauté de sysadmins où vous pouvez résoudre vos problèmes et vos doutes. Vous pouvez consulter les questions des autres sysadmins, poser vos propres questions ou résoudre celles des autres.

Powered by:

X