web-dev-qa-db-fra.com

'Adobe-flashplugin est en conflit avec l'erreur flashplugin-downloader' lors de la tentative d'installation d'Adobe-flashplugin

J'ai du mal à comprendre ce qui se passe avec mon plugin Adobe Flash.

$ sud 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 --reinstallez 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 supprimer 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 pensées?

5
Gundars Mēness

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

Je lance $ apt-config dump | grep Archit et cela a donné

APT::Architecture "AMD64";
APT::Architectures "";
APT::Architectures:: "AMD64";

Et je l'ai corrigé en cours d'exécution:

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

Et puis mise à jour des paquets.

2
Gundars Mēness

Adobe-flashplugin est en conflit avec flashplugin-downloader

Veuillez désinstaller flashplugin-downloader:

Sudo apt-get remove flashplugin-downloader

Je suggère d'essayer les paquets respectifs flashplugin-installer de flashplugin64-installer si vous rencontrez des problèmes pour installer Flash. Cependant, votre deuxième commande devrait réussir après la suppression de flashplugin-downloader

1
Michael K