deepin为啥每次升级都不光升级系统连软件都升级了
Tofloor
poster avatar
zicheqingluo
deepin
2019-05-04 16:38
Author
好多不想升级的软件如chrome浏览器怎么没有不升级的功能呢,默认全部升级很痛苦啊
Reply Favorite View the author
All Replies
avatar
zicheqingluo
deepin
2019-05-04 16:39
#1
还出现了很多flash的问题。
http://www.zhiboo.net/  这个该死的网站无法播放,提示重启,重启了多少遍都不行,flash版本是最新的,32.0.0.171

解决方法:https://{BANNED}ceres.comblogs.com/moontower/articles/9878646.html
Reply View the author
avatar
superendermansm
deepin
2019-05-04 17:08
#2
同求部分升级。但是貌似官方怕依赖问题就一刀切了。。。目前我把我常用的软件的deb保存下来,到新版本再重装https://bbs.deepin.org/user/101846
Reply View the author
avatar
MobeiSiran
deepin
2019-05-04 17:16
#3
GNU/Linux系统本来就是这样,那里存在什么部分升级
Reply View the author
avatar
funtoo
deepin
2019-05-04 18:14
#4
https://bbs.deepin.org/post/177603
GNU/Linux系统本来就是这样,那里存在什么部分升级

并不是所有Linux都这样,像Fedora、ArchLinux有软件包组的机制,可以一定程度上实现软件之间的隔离,只是貌似只在安装时候可以体现,在更新时候无法体现。
在这一点上,感觉Gentoo做得比较彻底,它把stage3里面的软件包归类到system set,用户手动安装的软件包归类到world set。升级时候完全可以用emerge -avuDN @system来只升级系统包。除了默认的两个软件包集,用户还可以自定义其他名称未被占用的软件包集。
除了Gentoo之外,NixOS和GuixSD这种发行版也是可以实现原子式更新的,只是你所用的deepin刚好不支持而已。
Reply View the author
avatar
zicheqingluo
deepin
2019-05-04 18:30
#5
https://bbs.deepin.org/post/177603
还出现了很多flash的问题。
http://www.zhiboo.net/  这个该死的网站无法播放,提示重启,重启了多少遍都不 ...

现在把chrome回滚到了64版本,之前是73,flash回滚到了24版本之前是32.
flash回滚:sudo apt-get --purge remove libflashplugin-pepper
sudo apt-get install libflashplugin=24.0.0.221-1
查看当前版本:
dpkg --list |grep libflashplugin
Reply View the author
avatar
jian555gg
deepin
2019-05-04 18:36
#6
应该可以用包管理固定版本的
Reply View the author
avatar
zicheqingluo
deepin
2019-05-05 15:38
#7
https://bbs.deepin.org/post/177603
应该可以用包管理固定版本的

主要是系统提醒的更新,下载就下载系统和软件包,如果仅更新一个包还可以命令行,如果指向升级系统不想升级软件就不好搞了
Reply View the author
avatar
MobeiSiran
deepin
2019-05-05 16:34
#8
funtoo 发表于 2019-5-4 10:14
并不是所有Linux都这样,像Fedora、ArchLinux有软件包组的机制,可以一定程度上实现软件之间的隔离,只是 ...

那个不是虚包吗,不过Linux系统的应用都是依赖来依赖去的,这样也并不能很好的解决吧
Reply View the author