I messed up with /usr/lib/libstdc++6 while trying to install teamspeak. So there I am, I have no more libstdc++6 file and I’m trying everything I can. I cannot use apt-get or aptitude anymore (I’m on debian). What can I do?
I messed up with /usr/lib/libstdc++6 while trying to install teamspeak. So there I am,
Share
Download the
debpackage for your system directly from http://packages.debian.org/squeeze/libstdc%2B%2B6 (you may need to use a different computer, or a simple tool likecurlorwget).If
dpkgis still working, usedpkg -i <.deb file>to install it.Otherwise, the
debmay be extracted usingar x <.deb file>, and the data files can be extracted withtar xvzf data.tar.gz. You can thenmvthe files from./usr/libinto the right place.