Firefox hangs when trying to load acrobat plugin.
I have added mulitverse to my sources:
$ grep -i multi sources.list
## multiverse WILL NOT receive any review or updates from the Ubuntu
deb http://archive.ubuntu.com/ubuntu/ hardy multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy-updates multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates multiverse
# deb http://fr.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy-security multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy-security multiverse
but apt-get can't find any acroread-plugins
$ sudo apt-get install acroread acroread-plugins
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
acroread est déjà la plus récente version disponible.
Aucune version du paquet acroread-plugins n'est disponible, mais il existe dans la base
de données. Cela signifie en général que le paquet est manquant, qu'il est devenu obsolète
ou qu'il n'est disponible que sur une autre source
Cependant les paquets suivants le remplacent:
acroread
E: Aucun paquet ne correspond au paquet acroread-plugins
I don't know why it insists on speaking french when my system is entirely in english. I have declared fr as my second locale, e.g.:
$ locale
LANG=en_US.UTF-8
LANGUAGE=en_US:fr_FR:en
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
but that is a second question.
So how do I get the acroread plugin? And why does this have to be so complicated, given the relative simplicity of most things in (K)ubuntu?
Thanks a lot in advance.
I have added mulitverse to my sources:
$ grep -i multi sources.list
## multiverse WILL NOT receive any review or updates from the Ubuntu
deb http://archive.ubuntu.com/ubuntu/ hardy multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy-updates multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates multiverse
# deb http://fr.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy-security multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy-security multiverse
but apt-get can't find any acroread-plugins
$ sudo apt-get install acroread acroread-plugins
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
acroread est déjà la plus récente version disponible.
Aucune version du paquet acroread-plugins n'est disponible, mais il existe dans la base
de données. Cela signifie en général que le paquet est manquant, qu'il est devenu obsolète
ou qu'il n'est disponible que sur une autre source
Cependant les paquets suivants le remplacent:
acroread
E: Aucun paquet ne correspond au paquet acroread-plugins
I don't know why it insists on speaking french when my system is entirely in english. I have declared fr as my second locale, e.g.:
$ locale
LANG=en_US.UTF-8
LANGUAGE=en_US:fr_FR:en
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
but that is a second question.
So how do I get the acroread plugin? And why does this have to be so complicated, given the relative simplicity of most things in (K)ubuntu?
Thanks a lot in advance.
Comment