关于ubuntu9.10中安装部分软件需要依赖libstdc++5的问题解决方法

关于ubuntu9.10中安装部分软件需要依赖libstdc++5的问题解决方法

想在自己的ubuntu上观看网络直播电视,喜欢用qsopcast软件,但是这个软件依赖libstdc++5,安装w32codecs解码,发现它也需要libstdc++5,于是在终端输入sudo apt-get install libstdc++5,提示没有改包,在新立得里面也找不到改软件,于是我在google上搜索了一下,找到一个方法,在网上下载libstdc++5的deb包来安装,安装提示不成功,经过多次安装尝试和反复的查找问题,终于知道是怎么回事儿了,下面将自己的方法记下来,以方便以后查询。为了保证安装顺利,我在源中加入了9.04的安装源。

编辑源

sudo gedit /etc/apt/sources.list

9.04源:

台湾的官方源速度也相当不错,有时甚至快于内地的:

deb http://tw.archive.Ubuntu.com/ubuntu jaunty main restricted universe multiverse
deb http://tw.archive.Ubuntu.com/ubuntu jaunty-security main restricted universe multiverse
deb http://tw.archive.Ubuntu.com/ubuntu jaunty-updates main restricted universe multiverse
deb http://tw.archive.Ubuntu.com/ubuntu jaunty-backports main restricted universe multiverse
deb http://tw.archive.Ubuntu.com/ubuntu jaunty-proposed main restricted universe multiverse
deb-src http://tw.archive.Ubuntu.com/ubuntu jaunty main restricted universe multiverse
deb-src http://tw.archive.Ubuntu.com/ubuntu jaunty-security main restricted universe multiverse
deb-src http://tw.archive.Ubuntu.com/ubuntu jaunty-updates main restricted universe multiverse
deb-src http://tw.archive.Ubuntu.com/ubuntu jaunty-backports main restricted universe multiverse
deb-src http://tw.archive.Ubuntu.com/ubuntu jaunty-proposed main restricted universe multiverse
然后
sudo apt-get update
然后打开新立得软件管理器,删除lib32stdc++5[注:此软件包就是libstdc++5,只是安装软件无法识别]
然后再安装libstdc++5,可以在新立得里面安装,也可以在终端输入
sudo apt-get install libstdc++5

本站原创文章请注明文章出处:Linux119.Cn,文章作者:Chinacnd


原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/228016.html

(0)
上一篇 2022年1月11日
下一篇 2022年1月11日

相关推荐

发表回复

登录后才能评论