关于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

投稿作者 作者网站

评论

 
 

发表评论

 
你的昵称*
电子邮件*
网址(选填)
我的评论*
  • 发表评论
  • 为您推荐


    请支持IMCN发展!

    谁在捐赠

    微信捐赠 支付宝捐赠
    微信捐赠 支付宝捐赠
    ta的个人站点

    发表文章4156篇

    关注我的头条 不要放弃,百折不挠,坚强、自信。





    微信公众号二维码

    归档