LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1180|回复: 14

KDE4要来了吗?

[复制链接]
发表于 2009-3-4 16:31:47 | 显示全部楼层 |阅读模式
今天update testing时, 发现可以dist-upgrade了,

很多kde4的包要被安装进来,

KDE4要来了吗? 可以安装了吗? 会不会有问题?!
发表于 2009-3-4 17:01:04 | 显示全部楼层
没那么快吧?现在连sid里面都没有kde4。
回复 支持 反对

使用道具 举报

发表于 2009-3-4 17:26:21 | 显示全部楼层
我现在的源用的是
  1. #----------------------------------------------------------------
  2. deb http://debian.cn99.com/debian-backport lenny-backports main contrib non-free
  3. deb-src http://debian.cn99.com/debian-backport lenny-backports main contrib non-free
  4. #----------------------------------------------------------------
  5. #---------------For KDE4 -----------
  6. deb http://kde4.debian.net/ lenny main
  7. deb http://debian.cn99.com/debian experimental main contrib non-free
  8. deb-src http://debian.cn99.com/debian experimental main contrib non-free
  9. #-----------------------------------------
  10. 这个是 /etc/apt/preferences
  11. Package: *
  12. Pin: release a=experimental
  13. Pin-Priority: 101
  14. Package: *
  15. Pin: release a=testing
  16. Pin-Priority: 101
复制代码

我现在保守的使用 backport的东西,是kde 4.1.4 ,要是用 experimental的话就是 kde 4.2.0
我现在用的是lenny,大家是怎么使用kde 4 的?介绍一下
回复 支持 反对

使用道具 举报

发表于 2009-3-4 17:40:06 | 显示全部楼层
Post by axlrose;1956208
我现在的源用的是
我现在保守的使用 backport的东西,是kde 4.1.4 ,要是用 experimental的话就是 kde 4.2.0
我现在用的是lenny,大家是怎么使用kde 4 的?介绍一下



KDE4还在高速发展中.实在不适合像其它软件那样保守使用.如果KDE4已经到了稳定期.还说得过去

KDE4 已经到 4.2.1
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-3-4 18:34:48 | 显示全部楼层
  1. marco@xps:~$ sudo apt-get upgrade -V
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages have been kept back:
  6.    kdesvn (1.0.4-2 => 1.2.4-1)
  7.    kdesvn-kio-plugins (1.0.4-2 => 1.2.4-1)
  8. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
复制代码

  1. marco@xps:~$ sudo apt-get dist-upgrade
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Calculating upgrade... Done
  6. The following packages will be REMOVED:
  7.   kdebase-bin-kde3
  8. The following NEW packages will be installed:
  9.   kde-icons-oxygen kdebase-runtime kdebase-runtime-bin-kde4 kdebase-runtime-data kdelibs-bin kdelibs5 kdelibs5-data libclucene0ldbl libcucul0
  10.   libmodplug0c2 libphonon4 libraptor1 librasqal1 librdf0 libsoprano4 libstreamanalyzer0 libstreams0 libstrigiqtdbusclient0 libsvnqt5
  11.   libwavpack1 libxcb-shape0 libxcb-shm0 libxcb-xv0 libxine1 libxine1-bin libxine1-console libxine1-ffmpeg libxine1-misc-plugins
  12.   libxine1-plugins libxine1-x phonon-backend-xine raptor-utils redland-utils
  13. The following packages will be upgraded:
  14.   kdesvn kdesvn-kio-plugins
  15. 2 upgraded, 33 newly installed, 1 to remove and 0 not upgraded.
  16. Need to get 76.0MB of archives.
  17. After this operation, 145MB of additional disk space will be used.
  18. Do you want to continue [Y/n]?                     
复制代码
  1. marco@xps:~$ cat /etc/apt/sources.list
  2. #### main sources
  3. deb http://mirrors.163.com/debian testing main contrib non-free
  4. deb-src http://mirrors.163.com/debian testing main contrib non-free
  5. #deb http://ftp.debian.org/ testing main contrib non-free
  6. #deb http://ftp.tw.debian.org/debian testing main contrib non-free
  7. #### updates
  8. deb http://mirrors.163.com/debian testing-proposed-updates main contrib non-free
  9. #deb http://debian.ustc.edu.cn/debian testing-proposed-updates main contrib non-free
  10. #deb http://ftp.tw.debian.org/debian testing-proposed-updates main contrib non-free
  11. #### security updates
  12. deb http://mirrors.163.com/debian-security testing/updates main contrib non-free
  13. deb http://security.debian.org/ testing/updates main contrib non-free
  14. #deb http://debian.ustc.edu.cn/debian-security testing/updates main contrib non-free
  15. #### for mplayer and ..
  16. deb http://www.debian-multimedia.org testing main
  17. deb http://ftp.tw.debian.org/debian-multimedia/ testing main
  18. #### for compiz-fusion
  19. deb http://download.tuxfamily.org/shames/debian-sid/desktopfx/unstable/ ./
复制代码


这都要把我的kde3卸载了, 还能不是?
回复 支持 反对

使用道具 举报

发表于 2009-3-4 20:15:48 | 显示全部楼层
这就怪了,我用的也是testing的源,包括163的和debian官方的,系统里也装了KDE 3.5.10,刚刚update了下,没提示要升级到KDE4啊~~~而且到官方网站看了看,上面说现在testing还是在用kde 3。。。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-3-4 20:44:45 | 显示全部楼层
你试试看装下 kdesvn
回复 支持 反对

使用道具 举报

发表于 2009-3-4 20:57:09 | 显示全部楼层
Post by 超级用户;1956294
你试试看装下 kdesvn


我晕。。。这玩意真强,如果装上去KDE3就完了。。。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

发表于 2009-3-4 21:26:42 | 显示全部楼层
用experimental + unstable 的source就可以用了,我从4.0用到4.2了,感觉还可以,就是很多KDE3的软件还没有移植过来。

:yun:
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-3-5 10:43:32 | 显示全部楼层
Post by netphi;1956298
我晕。。。这玩意真强,如果装上去KDE3就完了。。。


对啊, 问题是我以前装的kdesvn, 现在不敢做apt-get dist-upgrade了
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表