【问题标题】:Couldn't find package ia322stdc++6b32 [closed]找不到包 ia322stdc++6b32 [关闭]
【发布时间】:2011-12-31 04:48:30
【问题描述】:

我该如何解决这个问题

sudo apt-get install ia322stdc++6b32
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package ia322stdc++6b32

编辑

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package lib32stdc++6





sudo apt-cache search stdc
lib64stdc++6 - The GNU Standard C++ Library v3 (64bit)
lib64stdc++6-4.4-dbg - The GNU Standard C++ Library v3 (debugging files)
libgmp3-dev - Multiprecision arithmetic library developers tools
libstdc++6 - The GNU Standard C++ Library v3
libstdc++6-4.4-dbg - The GNU Standard C++ Library v3 (debugging files)
libstdc++6-4.4-dev - The GNU Standard C++ Library v3 (development files)
libstdc++6-4.4-doc - The GNU Standard C++ Library v3 (documentation files)
libstdc++6-4.4-pic - The GNU Standard C++ Library v3 (shared library subset kit)
texlive-latex-extra - TeX Live: LaTeX supplementary packages
lib64stdc++6-4.1-dbg - The GNU Standard C++ Library v3 (debugging files)
lib64stdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files)
libstdc++6-4.1-dbg - The GNU Standard C++ Library v3 (debugging files)
libstdc++6-4.1-dev - The GNU Standard C++ Library v3 (development files)
libstdc++6-4.1-doc - The GNU Standard C++ Library v3 (documentation files)
libstdc++6-4.1-pic - The GNU Standard C++ Library v3 (shared library subset kit)
libstdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files)
libstdc++6-4.3-dev - The GNU Standard C++ Library v3 (development files)
libstdc++6-4.3-doc - The GNU Standard C++ Library v3 (documentation files)
libstdc++6-4.3-pic - The GNU Standard C++ Library v3 (shared library subset kit)
x11-xserver-utils - X server utilities

【问题讨论】:

  • 为什么人们投票结束这个问题?怎么了 ?有人可以解释一下,这样我下次就不会犯同样的错误了
  • superuser.comaskubuntu.com 将更适合此类问题。查看常见问题解答,了解应在此处提出的问题。

标签: linux apt-get


【解决方案1】:

apt-cache search stdc,取决于您运行的发行版。当前版本应为 6.4.*。检查自己!

【讨论】:

  • 请看我的编辑,我应该怎么做才能安装 lib32stdc++6
  • gcc --version ,检查一下,如果你使用 4.6 例如你应该需要 6-4.6 , 6-4.5 用于 gcc 4.5 等等。如果我不知道您需要这些库什么,我认为很难进一步提供帮助
  • 我有 4.4.3 :(,你有什么建议?我应该安装最新的 ubuntu 吗?
  • 如果您不想升级整个系统,请检查如何升级 GCC,无论如何 askubuntu.com 更合适
猜你喜欢
  • 2012-10-03
  • 1970-01-01
  • 1970-01-01
  • 2023-04-06
  • 1970-01-01
  • 2020-02-05
  • 1970-01-01
  • 2013-03-25
  • 1970-01-01
相关资源
最近更新 更多