针对你遇到的“unable to locate package libx11-dev”问题,以下是一些可能的解决步骤: 确认操作系统及版本: 确保你的操作系统是基于Debian的(如Ubuntu),因为apt包管理器是Debian及其衍生系统特有的。 检查是否已尝试更新软件包列表: 在安装新的软件包之前,确保你的软件包列表是最新的。可以通过以下命令来更新软件包...
Building on Ubuntu Server 22.04.2 4.511 E: Unable to locate package upx-ucl --- Dockerfile:5 --- 4 | 5 | >>> RUN \ 6 | >>> apt-get update && \ 7 | >>> apt-get install -y upx-ucl libx11-dev && \ 8 | >>> cd /devtools && \ 9 | >>> GOOS=linux GOARCH=amd64 go...
在使用Linux下载packages时报错: ---好多不认识的--- E: Unable to locate package scipy 遇到这种问题,通常是由于镜像源没有更新下
Unable to locate package libva-drm2 I "fixed" this by adding RUN echo "deb [arch=amd64] http://ftp.de.debian.org/debian sid main" | tee /etc/apt/sources.list.d/jellyfin.list before the apt-get stuff. It builds at least but when starting up the container I get the following error...
i had this same error trying to export to pdf from a dev-container based on mcr.microsoft.com/vscode/devcontainers/dotnet:0-6.0-bullseye-slim, but that apt-get install command failed with a message E: Unable to locate package libappindicator1 i just removed libappindicator1 from the long ...