【やりたいこと】
Windows10のWSL2で導入したUbuntu20.04に目的のパッケージ(libxml2-devel libcurl-devel libopenssl-devel openssl-devel)をインストールしたい。
【問題点】
以下のように、apt-getでインストールを試みたのですが失敗しました。
ubuntu
1ub@win:~$ sudo apt-get install libxml2-devel libcurl-devel libopenssl-devel openssl-devel 2Reading package lists... Done 3Building dependency tree 4Reading state information... Done 5E: Unable to locate package libxml2-devel 6E: Unable to locate package libcurl-devel 7E: Unable to locate package libopenssl-devel 8E: Unable to locate package openssl-devel 9ub@win:~$
【試したこと】
"E: Unable to locate package"で検索するとapt-getをupdateすると解決する場合があるとのことだったので以下のようにしましたが、失敗しました。
ubuntu
1ub@win:~$ sudo apt-get update 2[sudo] password for ub: 3Hit:1 http://jp.archive.ubuntu.com/ubuntu focal InRelease 4Get:2 http://jp.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 5Get:3 http://jp.archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB] 6Get:4 http://jp.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [699 kB] 7Get:5 http://jp.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [705 kB] 8Hit:6 https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/ InRelease 9Ign:7 http://cran.r-project.org/bin/linux/ubuntu InRelease 10Get:8 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB] 11Err:9 http://cran.r-project.org/bin/linux/ubuntu Release 12 404 Not Found [IP: XXXXXXXXXXXXXXXXX] 13Ign:10 https://cran.r-project.org/bin/Linux/ubuntu focal-cran40/ InRelease 14Err:11 https://cran.r-project.org/bin/Linux/ubuntu focal-cran40/ Release 15 404 Not Found [IP: YYYYYYYYYYYYYYYYY] 16Reading package lists... Done 17E: The repository 'http://cran.r-project.org/bin/linux/ubuntu Release' does not have a Release file. 18N: Updating from such a repository can't be done securely, and is therefore disabled by default. 19N: See apt-secure(8) manpage for repository creation and user configuration details. 20E: The repository 'https://cran.r-project.org/bin/Linux/ubuntu focal-cran40/ Release' does not have a Release file. 21N: Updating from such a repository can't be done securely, and is therefore disabled by default. 22N: See apt-secure(8) manpage for repository creation and user configuration details. 23ub@win:~$ sudo apt-get install libxml2-devel libcurl-devel libopenssl-devel openssl-devel 24Reading package lists... Done 25Building dependency tree 26Reading state information... Done 27E: Unable to locate package libxml2-devel 28E: Unable to locate package libcurl-devel 29E: Unable to locate package libopenssl-devel 30E: Unable to locate package openssl-devel 31ub@win:~$
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/12/18 09:06