Bonjour, j'essaie vainement de mettre à jour R sous mon ubuntu (upgrade une version d'un logiciel n'a jamais été une aussi grosse torture).
Je suis arrivé à un stage où j'ai carrément remove r-base-core pour pouvoir refaire le apt install r-base. Mais celà ne marche plus. Je suis donc passé par un sudo apt install r-base r-base-core r-recommended r-base-dev. Ce à quoi j'ai le droit à :
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation :
Les paquets suivants contiennent des dépendances non satisfaites :
r-base-core : Dépend: libc6 (>= 2.29) mais 2.27-3ubuntu1.4 devra être installé
Dépend: libicu66 (>= 66.1-1~) mais il n'est pas installable
Dépend: libreadline8 (>= 6.0) mais il n'est pas installable
r-recommended : Dépend: r-cran-cluster (>= 1.9.6-2) mais ne sera pas installé
Dépend: r-cran-kernsmooth (>= 2.2.14) mais ne sera pas installé
Dépend: r-cran-mgcv (>= 1.1.5) mais ne sera pas installé
Dépend: r-cran-nlme (>= 3.1.52) mais ne sera pas installé
Dépend: r-cran-rpart (>= 3.1.20) mais ne sera pas installé
Dépend: r-cran-survival (>= 2.13.2-1) mais ne sera pas installé
Dépend: r-cran-matrix mais ne sera pas installé
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
Après quelque recherche j'ai constaté que j'ai suffisamment de mémoire pleur installer ces packages donc je pense que le problème vient de mon source.listes, mais alors où ? aucune stricte idée.
J'ai essayé d'installer toute les dépendance à la main, mais comme le source.listes n'est pas bon, bas ça marche pas x).
Le sources.list:
# deb cdrom:[Ubuntu 18.04.2 LTS _Bionic Beaver_ - Release amd64 (20190210)]/ bionic main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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://fr.archive.ubuntu.com/ubuntu/ bionic universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
## 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://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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 bionic partner
# deb-src http://archive.canonical.com/ubuntu bionic partner
deb http://security.ubuntu.com/ubuntu bionic-security main restricted
# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse
# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
deb https://cloud.r-project.org/bin/linux/ubuntu eoan-cran35/
# deb https://cloud.r-project.org/bin/linux/ubuntu ubuntu/
# deb http://ppa.launchpad.net/marutter/c2d4u3.5/ubuntu bionic main
deb http://cran.wustl.edu/bin/linux/ubuntu xenial/
deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/
# deb-src https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/
Si quelqu'un me trouve la solution je lui en serai éternellement reconnaissant xD.