当我试图构建我的容器时,我会得到以下错误: E: Unable to locate package wget E: Unable to locate package unzip E: Package 'git' has no installation candidate E: Unable to locate package default-jdk The command '/bin/sh -c apt-get install wget unzip git default-jdk -y' returned a ...
命令行:sudo apt install squid 提示错误:package 'squid' has no installation candidate 尝试命令:sudo apt-get install squid 出现错误提示:Unable to locate pakage squid 输入:sudo apt-get update 进行更新后 再次输入:sudo apt-get install squid 下载成功 查看squid软件包信息:sudo apt-get install squid ...
针对你遇到的问题“package 'docker-ce' has no installation candidate e: unable to locate package”,这通常意味着你的系统中没有可用的docker-ce软件包。以下是一些可能的解决步骤,你可以按照这些步骤逐一尝试: 确认操作系统及其版本: 首先,确认你正在使用的操作系统及其版本。不同的操作系统和版本可能有不同的Do...
安装,到apt-get install docker-info这步之后,报错如下: Package docker-ceisnot available,butisreferredtobyanotherpackage.This may mean that thepackageismissing,has been obsoleted,orisonly available from another source E:Package'docker-ce'has no installation candidate 报错原因: linux版本号19.04,对应发行版...
E: Package 'ping' has no installation candidate 解决方法(参考): apt-get install -y inetutils-ping 2. Docker镜像相关问题 2.1 Docker镜像生成的文件无法删除 2021.11.22 Monday # 查看文件权限 ll -la # LC_MS是自己上传的文件,可删除;metabolomics_conc由镜像生成,直接删除报错,如下所示: ...
E: Package 'clang-8' has no installation candidate E: Unable to locate package libc++-8-dev E: Unable to locate package libc++abi-8-dev Some problem!!! chenfei8888commentedOct 15, 2023 I installed clang-11 and changed it in setup.sh, but build.sh failed to find -lc++fs: no file ...
Docker启动ubuntu容器中安装后报错,E: Unable to locate package openssh-server 2019-12-12 15:31 −问题: 我们在ubuntu容器中安装openssh-server时会发生如下错误: 这是因为ubuntu软件源出问题,导致无法找到或者下载软件,一般原因是刚安装的Ubantu后没有更新软件源或者更新后但是没有sudo apt-get update,导致找...
如果我到终端并尝试安装Fortran,例如,使用sudo apt-get install gfortran,这就是我得到的: E: El paquete «gfortran» no tiene un candidato para la instalación翻译: E: Package 'gfortran' has no installation candidate 我是Linux的新手,到目前为止我还没有找到解决这个具体问题的方法。如果有人能帮我...
Using the methods above should be sufficient to resolve the “Package ‘python-pip’ has no installation candidate” error in most cases though. Let me know if any part of the guide needs more explanation! These simple steps will help resolve the “E: Package ‘python-pip’ has no installat...
E: Unable to locate package vim E: Package 'apt-utils' has no installation candidate apt updateしていないのでしてみた。 docker #apt update;apt-yupgrade#aptinstallvim apt-utils なんと。動いた。別の場合は、apt updateしたらという警告がでたこともあったような気がする。今回はでてない。