sudo apt install aptitude sudo aptitude -y install gcc-multilib 在Ubuntu 18.04 上使用 gcc 7.5 版本工作 0投票 对我来说这是一个架构问题。我正在使用 M2 芯片在 Mac Book 中构建 docker 镜像。我通过将 Docker 映像构建为 AMD64 映像而不是 ARM64 解决了这个问题。 只需通过以下方式构建 docker 镜像...
基于您提供的问题和提示,我将分点回答并解释如何执行apt-get install expect subversion build-essential lib32stdc++6 gcc-multilib命令。 1. 打开终端或命令行界面 首先,确保您已经打开了Linux系统的终端(Terminal)或命令行界面(CLI)。这是执行apt-get命令的必要环境。 2. 输入命令 在终端或命令行界面中,输入以下...
我在docker中使用python镜像,并添加了一些依赖项,如下所示: &&apt-get install -yapt-utils libsasl2Package 'snmp-mibs-downloader' has no installation candidate我认为我需要编辑/etc/apt/< 浏览52提问于2017-08-25得票数 4 回答已采纳 2回答
root@DESKTOP-QT1PCA1:/mnt/c/Users/micoc/Desktop/wrk# sudo apt-getinstall gcc-multilib Readingpackagelists...Done Building dependency tree Reading state information...Done Some packages could not be installed.This may mean that you have requested an impossible situationorifyou are using the unst...
➜ ~ sudo apt-get install clang-5.0 Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: gcc-7-multilib : Depends: libc6-dev-i386 (>= ...
我在apt-get install 中有错误,这是一个错误: The following packages have unmet dependencies: gcc-4.8-multilib : Depends: libc6-dev-i386 (>= 2.11) but it is not going to be installed libc6-dev-x32 : Depends: libc6-dev-i386 (= 2.19-0ubuntu6.6) but it is not going to be installed ...
binutils-doc cpp-doc gcc-4.6-locales debian-keyring g++-multilib g++-4.6-multilib gcc-4.6-doc libstdc++6-4.6-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.6-multilib libmudflap0-4.6-dev libgcc1-dbg libgomp1-dbg libquadmath0-dbg ...
To install 32-bit libraries for development Install: $ apt-get install lib32gcc1 libc6-i386 lib32z1 lib32stdc++6 $ apt-get install lib32asound2 lib32ncurses5 lib32gomp1 lib32z1-dev lib32bz2-dev $ apt-get install g++-multilib
libsdl1.2-dev libwxgtk3.0-dev build-essential zip curl zlib1g-dev gcc-multilib g++-multilib ...
sudo apt -y install git Then clone the repo: @@ -56,7 +57,7 @@ When the toolchain is in a directory like arm-gnu-toolchain-12.3.rel1-x86_64-arm Also ensure the Linux installation is up-to-date and then install: sudo apt-get -y install make gcc g++-multilib srecord sudo apt ...