-2

この問題を解決するにはどうすればよいですか

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
4

1 に答える 1

1

apt-cache search stdc、実行しているディストリビューションによって異なります。現在のバージョンは 6.4.* である必要があります。自分自身で調べて!

于 2011-12-30T20:00:35.003 に答える