無法在 Ubuntu 20.04 上安裝 R 4.X

無法在 Ubuntu 20.04 上安裝 R 4.X

我嘗試在 Ubuntu 20.04 上更新 R(從 16.04 開始更新)。

所以我透過以下方式刪除了先前版本的 R:

sudo apt-get purge r-base* r-recommended r-cran-*    
sudo apt autoremove

之後,我透過添加良好的儲存庫來更新我的 /etc/apt/sources.list

deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/

以及正確的密鑰:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9

但是,我在更新 resources.list 期間收到錯誤:

sudo apt-get update
Ign :10 https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/ InRelease
Err :11 https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/ Release
  Could not wait for server fd - select (11: Ressource temporairement non disponible) [IP : xxx.xxx.xxx.xxx xxxx]
Lecture des listes de paquets... Fait
W: Le fichier configuré « partener/source/Sources » ne sera pas pris en compte car le dépôt « http://archive.canonical.com/ubuntu focal InRelease » ne dispose pas de la source « partener » (erreur de saisie dans sources.list ?)
E: Le dépôt https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/ Release n'a pas de fichier Release.

在工作中,我是在代理後面。因此,代理參數在 systeme 參數中的網路參數上指定,但也適用於 apt。 (/etc/apt/apt.conf.d/ 中的 80proxy 檔案)

使用此配置,只能存取 R 3.6:

apt-cache policy r-base r-base-core r-base-dev r-recommended
r-base:
  Installé : (aucun)
  Candidat : 3.6.3-2
 Table de version :
     3.6.3-2 500
        500 http://fr.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
        500 http://fr.archive.ubuntu.com/ubuntu focal/universe i386 Packages
r-base-core:
  Installé : (aucun)
  Candidat : 3.6.3-2
 Table de version :
     3.6.3-2 500
        500 http://fr.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
r-base-dev:
  Installé : (aucun)
  Candidat : 3.6.3-2
 Table de version :
     3.6.3-2 500
        500 http://fr.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
        500 http://fr.archive.ubuntu.com/ubuntu focal/universe i386 Packages
r-recommended:
  Installé : (aucun)
  Candidat : 3.6.3-2
 Table de version :
     3.6.3-2 500
        500 http://fr.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
        500 http://fr.archive.ubuntu.com/ubuntu focal/universe i386 Packages

我有一台筆記型電腦,也更新了 Ubuntu 20.04 並具有相同的sources.list,並且我沒有遇到來自家庭網路的錯誤。

我懷疑該錯誤是由於代理參數造成的,但我不確定。您能協助成功配置和安裝最新版本的 R 嗎?

非常感謝你的幫忙。

我的來源列表:

 more /etc/apt/sources.list
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ focal main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-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/ focal universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-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/ focal multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-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/ focal-backports main restricted univers
e multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted uni
verse multiverse

deb http://security.ubuntu.com/ubuntu focal-security main restricted
deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
deb http://security.ubuntu.com/ubuntu focal-security universe
deb-src http://security.ubuntu.com/ubuntu focal-security universe
deb http://security.ubuntu.com/ubuntu focal-security multiverse
deb-src http://security.ubuntu.com/ubuntu focal-security 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 focal partner
deb-src http://archive.canonical.com/ubuntu focal partner

## The Comprehensive R Archive Network

deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/
# deb-src https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/

答案1

聯絡 IT 服務後,他們要求我測試代理參數的另一個位址,但我收到了新的錯誤。

sudo apt-get update
Ign :1 https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/ InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu focal InRelease                                                                            
Atteint :3 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease                                                                                   
Err :4 https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/ Release                                                                                
  Could not handshake: An unexpected TLS packet was received. [IP : 10.3.0.11 3128]
Atteint :5 http://fr.archive.ubuntu.com/ubuntu focal-backports InRelease                                                                                 
Atteint :6 http://repository.spotify.com stable InRelease                                                                                 
Atteint :7 http://ppa.launchpad.net/c2d4u.team/c2d4u4.0+/ubuntu focal InRelease                         
Réception de :8 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Lecture des listes de paquets... Fait
E: Le dépôt https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/ Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.

有了這個新錯誤,我發現了上一篇文章

apt 更新:無法握手:收到意外的 TLS 資料包

所以我嘗試刪除 https_proxy 地址中的“s”並且......它可以工作!

此外,apt-get update 指令中唯一考慮的代理參數位於 /etc/apt/apt.conf 檔案中。

more apt.conf
Acquire::http::proxy "http://myaddress.XXX.fr:myport/";
Acquire::https::proxy "http://myaddress.XXX.fr:myport/";
Acquire::ftp::proxy "ftp://myaddress.XXX.fr:myport/";

該解決方案也適用於初始代理參數。

相關內容